From 620d77c53f37c2e96720e29b76346c5aa6b1ec0d Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 31 Dec 2018 21:53:55 +0800 Subject: v1.1 --- src/main/resources/fabric.mod.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6feb0ba7e..196b2f610 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.0-SNAPSHOT", + "version": "1.1-SNAPSHOT", "side": "client", "authors": [ "Danielshe" ], "initializers": [ - "me.shedaniel.Core" + "me.shedaniel.Core", + "me.shedaniel.ClientListener" ], "requires": { -- cgit