From 41babce70787ff55d454cb19e0c983900894beca Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 10 Jan 2019 16:33:18 +0800 Subject: Basic cheating / deleting --- src/main/resources/fabric.mod.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9edb21a0b..b1b53a82e 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,13 +2,14 @@ "id": "roughlyenoughitems", "name": "RoughlyEnoughItems", "description": "To allow players to view items and recipes.", - "version": "1.5.1", + "version": "2.0", "side": "client", "authors": [ "Danielshe" ], "initializers": [ - "me.shedaniel.rei.RoughlyEnoughItemsCore" + "me.shedaniel.rei.RoughlyEnoughItemsCore", + "me.shedaniel.rei.client.ClientHelper" ], "requires": { "fabric": "*" -- cgit