diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-18 21:22:16 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-18 21:22:16 +0800 |
| commit | bf526920c4ab4bb6719e27c305a35e1772b2873b (patch) | |
| tree | ef0079b05d9f0cb8f463af7e53d1cf9dcc55ea7c /src/main/resources | |
| parent | 20110cfeefadb676be66ad2d195e62e0dc136c07 (diff) | |
| download | RoughlyEnoughItems-bf526920c4ab4bb6719e27c305a35e1772b2873b.tar.gz RoughlyEnoughItems-bf526920c4ab4bb6719e27c305a35e1772b2873b.tar.bz2 RoughlyEnoughItems-bf526920c4ab4bb6719e27c305a35e1772b2873b.zip | |
Can't compile yet
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 20 | ||||
| -rw-r--r-- | src/main/resources/pack.png (renamed from src/main/resources/assets/roughlyenoughitems/icon.png) | bin | 44764 -> 44764 bytes | |||
| -rw-r--r-- | src/main/resources/riftmod.json | 13 | ||||
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.client.json | 14 |
4 files changed, 20 insertions, 27 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json deleted file mode 100755 index 4d2106474..000000000 --- a/src/main/resources/fabric.mod.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "id": "roughlyenoughitems", - "name": "RoughlyEnoughItems", - "description": "To allow players to view items and recipes.", - "version": "2.0.0.39", - "side": "client", - "authors": [ - "Danielshe" - ], - "initializers": [ - "me.shedaniel.rei.RoughlyEnoughItemsCore", - "me.shedaniel.rei.client.ClientHelper" - ], - "requires": { - "fabric": "0.1.4.71" - }, - "mixins": { - "client": "roughlyenoughitems.client.json" - } -} diff --git a/src/main/resources/assets/roughlyenoughitems/icon.png b/src/main/resources/pack.png Binary files differindex bd34c710a..bd34c710a 100644 --- a/src/main/resources/assets/roughlyenoughitems/icon.png +++ b/src/main/resources/pack.png diff --git a/src/main/resources/riftmod.json b/src/main/resources/riftmod.json new file mode 100644 index 000000000..09332479a --- /dev/null +++ b/src/main/resources/riftmod.json @@ -0,0 +1,13 @@ +{ + "id": "roughlyenoughitems", + "name": "RoughlyEnoughItems", + "version": "2.0.0.9", + "authors": [ + "Danielshe" + ], + "listeners": [ + "me.shedaniel.rei.RoughlyEnoughItemsInit" + ], + "url": "https://shedaniel.me", + "description": "To allow players to view items and recipes." +}
\ No newline at end of file diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json index a8248d368..ec138e7c3 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -3,13 +3,13 @@ "package": "me.shedaniel.rei.mixin", "compatibilityLevel": "JAVA_8", "mixins": [ - "MixinContainerGui", - "MixinClientPlayNetworkHandler", - "MixinPlayerInventoryGui", - "MixinCraftingTableGui", - "MixinCreativePlayerInventoryGui", - "MixinBrewingRecipeRegistry", - "MixinRecipeBookGui" + "MixinGuiContainer", + "MixinNetHandlerPlayClient", + "MixinGuiInventory", + "MixinGuiCrafting", + "MixinGuiContainerCreative", + "MixinPotionBrewing", + "MixinGuiRecipeBook" ], "injectors": { "defaultRequire": 1 |
