From b004addc44b1fff0fd83cf998aa618443e4e37ca Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 14 Mar 2019 22:21:10 +0800 Subject: Update to 19w11a --- src/main/resources/fabric.mod.json | 2 +- src/main/resources/roughlyenoughitems.client.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources') 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" ], -- cgit