diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-09 23:35:45 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-09 23:35:45 +0800 |
| commit | 1b21d26487636e50d03979acd5ca4a2a07761a25 (patch) | |
| tree | d7d066b4e7491474f3a962593e97a2d6f0aa2ea2 /src/main/resources | |
| parent | 77af6b3f548d34bfdafc585847d3d80ec783c7e7 (diff) | |
| download | RoughlyEnoughItems-1b21d26487636e50d03979acd5ca4a2a07761a25.tar.gz RoughlyEnoughItems-1b21d26487636e50d03979acd5ca4a2a07761a25.tar.bz2 RoughlyEnoughItems-1b21d26487636e50d03979acd5ca4a2a07761a25.zip | |
Starting off rewrite
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 2 | ||||
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.client.json | 11 |
2 files changed, 3 insertions, 10 deletions
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 |
