From 16e35bc7ddb5924008be5be1b60db29d461d72b5 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 30 Mar 2019 20:21:18 +0800 Subject: Using Cloth events instead of overwriting methods --- src/main/resources/fabric.mod.json | 2 +- src/main/resources/roughlyenoughitems.client.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index afd1e3c56..7d8a754dd 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.5", + "version": "2.5.1", "side": "client", "authors": [ "Danielshe" diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json index fefcfab62..46addb449 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -9,7 +9,6 @@ "MixinCraftingTableScreen", "MixinCreativePlayerInventoryScreen", "MixinBrewingRecipeRegistry", - "MixinTabGetter", "MixinRecipeBookGui" ], "injectors": { -- cgit