From 1b21d26487636e50d03979acd5ca4a2a07761a25 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 9 Jan 2019 23:35:45 +0800 Subject: Starting off rewrite --- src/main/resources/fabric.mod.json | 2 +- src/main/resources/roughlyenoughitems.client.json | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 315d953a7..9edb21a0b 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,7 +8,7 @@ "Danielshe" ], "initializers": [ - "me.shedaniel.Core" + "me.shedaniel.rei.RoughlyEnoughItemsCore" ], "requires": { "fabric": "*" diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json index 8d5f0faab..f88194c5b 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -1,16 +1,9 @@ { "required": true, - "package": "me.shedaniel.mixins", + "package": "me.shedaniel.rei.mixin", "compatibilityLevel": "JAVA_8", "mixins": [ - "MixinDoneLoading", - "MixinBrewingRecipeRegistry", - "MixinContainerGui", - "MixinMinecraftResize", - "MixinKeyboardListener", - "MixinRecipeManager", - "MixinCreativePlayerInventoryGui", - "MixinRecipeBookGui" + "MixinContainerGui" ], "injectors": { "defaultRequire": 1 -- cgit