diff options
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 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c209f7ceb..500a68912 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,7 +2,7 @@ "id": "roughlyenoughitems", "name": "RoughlyEnoughItems", "description": "To allow players to view items and recipes. Version: ${version}", - "version": "2.4", + "version": "2.4.1", "side": "client", "authors": [ "Danielshe" diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json index d0c394560..7adc1217f 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -8,6 +8,7 @@ "MixinPlayerInventoryScreen", "MixinCraftingTableScreen", "MixinCreativePlayerInventoryScreen", + "MixinBrewingRecipeRegistry", "MixinTabGetter", "GhostSlotsHook" ], |
