mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Add refmap to built jar
This commit is contained in:
parent
cea3e11f05
commit
f06e575381
4 changed files with 8 additions and 4 deletions
|
@ -32,6 +32,10 @@ group = project.group
|
|||
description = project.displayname
|
||||
archivesBaseName = project.name
|
||||
|
||||
minecraft {
|
||||
refmapName = 'minelp.mixin.refmap.json'
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
name = 'Jit'
|
||||
|
|
|
@ -19,4 +19,4 @@ org.gradle.daemon=false
|
|||
# Dependencies
|
||||
fabric_version=0.3.0+
|
||||
kirin_version=57995a8ac5
|
||||
hd_skins_version=d77033e898
|
||||
hd_skins_version=26667716ca
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"homepage": "https://minelittlepony-mod.com/",
|
||||
"sources": "http://github.com/MineLittlePony/MineLittlePony"
|
||||
},
|
||||
"license": "CC0-1.0",
|
||||
"license": "MIT",
|
||||
"icon": "minelp_logo.png",
|
||||
"environment": "client",
|
||||
"entrypoints": {
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"package": "com.minelittlepony.client.mixin",
|
||||
"refmap": "minelp.mixin.refmap.json",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"mixins": [
|
||||
"IResizeable",
|
||||
"client": [
|
||||
"IResizeable",
|
||||
"MixinBlockEntityRenderDispatcher",
|
||||
"MixinDefaultPlayerSkin",
|
||||
"MixinFirstPersonRenderer",
|
||||
|
|
Loading…
Reference in a new issue