diff options
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 4 | ||||
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.client.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2844d1b72..ffc0d37e3 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "id": "roughlyenoughitems", "name": "RoughlyEnoughItems", - "description": "To allow players to view items and recipes.", + "description": "To allow players to view items and recipes. Version: ${version}", "version": "2.3.1", "side": "client", "authors": [ @@ -12,7 +12,7 @@ "me.shedaniel.rei.client.ClientHelper" ], "requires": { - "fabric": "0.2.2" + "fabric": "0.2.3" }, "recommended": { "pluginloader": "1.0.6" diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json index 83080b10f..59788fa07 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -10,8 +10,7 @@ "MixinCraftingTableScreen", "MixinCreativePlayerInventoryScreen", "MixinBrewingRecipeRegistry", - "MixinRecipeBookGui", - "MixinTextureManager" + "MixinRecipeBookGui" ], "injectors": { "defaultRequire": 1 |
