From f06e575381b49848723d37b0358b5ce261d216ab Mon Sep 17 00:00:00 2001 From: Matthew Messinger Date: Sat, 1 Jun 2019 19:08:36 -0400 Subject: [PATCH] Add refmap to built jar --- build.gradle | 4 ++++ gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- src/main/resources/minelp.mixin.json | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index b36a1aa4..910c727e 100644 --- a/build.gradle +++ b/build.gradle @@ -32,6 +32,10 @@ group = project.group description = project.displayname archivesBaseName = project.name +minecraft { + refmapName = 'minelp.mixin.refmap.json' +} + repositories { maven { name = 'Jit' diff --git a/gradle.properties b/gradle.properties index e00b2e40..53bed1fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b0acbadd..739aeff3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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": { diff --git a/src/main/resources/minelp.mixin.json b/src/main/resources/minelp.mixin.json index d2003281..e3b88d23 100644 --- a/src/main/resources/minelp.mixin.json +++ b/src/main/resources/minelp.mixin.json @@ -4,8 +4,8 @@ "package": "com.minelittlepony.client.mixin", "refmap": "minelp.mixin.refmap.json", "compatibilityLevel": "JAVA_8", - "mixins": [ - "IResizeable", + "client": [ + "IResizeable", "MixinBlockEntityRenderDispatcher", "MixinDefaultPlayerSkin", "MixinFirstPersonRenderer",