diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2018-12-31 17:42:05 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2018-12-31 17:42:05 +0800 |
| commit | 1266857add2c1705f57141bfd4feacfc71bcc712 (patch) | |
| tree | 4696fabf49f99728fc7ae066d151795ec5fd9bb2 /src/main/resources | |
| parent | aaa031a36408b96b6eef5351fd60e979112f0cea (diff) | |
| download | RoughlyEnoughItems-1266857add2c1705f57141bfd4feacfc71bcc712.tar.gz RoughlyEnoughItems-1266857add2c1705f57141bfd4feacfc71bcc712.tar.bz2 RoughlyEnoughItems-1266857add2c1705f57141bfd4feacfc71bcc712.zip | |
Fixed Crash + Downgraded Loom
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 4 | ||||
| -rw-r--r-- | src/main/resources/riftmod.json | 26 | ||||
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.client.json | 4 |
3 files changed, 4 insertions, 30 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 949a448a5..6feb0ba7e 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "id": "roughlyenoughitems", "name": "RoughlyEnoughItems", - "description": "This is an example description! Tell everyone what your mod is about!", + "description": "To allow players to view items and recipes.", "version": "1.0-SNAPSHOT", "side": "client", "authors": [ @@ -11,7 +11,7 @@ "me.shedaniel.Core" ], "requires": { - "fabric": "*" + }, "mixins": { "client": "roughlyenoughitems.client.json" diff --git a/src/main/resources/riftmod.json b/src/main/resources/riftmod.json deleted file mode 100644 index 2cc490162..000000000 --- a/src/main/resources/riftmod.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "id": "roughlyenoughitems", - "name": "RoughlyEnoughItems", - "version": "1.0-SNAPSHOT", - "authors": [ - "ZenDarva", - "Danielshe" - ], - "listeners": [ - "me.shedaniel.Core", - "me.shedaniel.listeners.InitListener", - "me.shedaniel.listeners.DrawContainerListener", - "me.shedaniel.listeners.ResizeListener", - "me.shedaniel.library.KeyBindManager", - { - "class": "me.shedaniel.plugin.VanillaPlugin", - "side": "client" - }, - { - "class": "me.shedaniel.ClientListener", - "side": "client" - } - ], - "url": "https://shedaniel.me", - "description": "An AEI fork to look like JEI" -}
\ No newline at end of file diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json index 7a381b0e5..90a581009 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -5,11 +5,11 @@ "mixins": [ "MixinDoneLoading", "MixinBrewingRecipeRegistry", - "MixinGuiContainer", + "MixinContainerGui", "MixinMinecraftResize", "MixinKeyboardListener", "MixinRecipeManager", - "MixinGuiContainerCreative", + "MixinCreativePlayerInventoryGui", "MixinMinecraftClient" ], "injectors": { |
