diff options
Diffstat (limited to 'src/main/resources')
| -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 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": { |
