diff options
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 5 |
1 files changed, 3 insertions, 2 deletions
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": "*" |
