diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2018-12-31 21:53:55 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2018-12-31 21:53:55 +0800 |
| commit | 620d77c53f37c2e96720e29b76346c5aa6b1ec0d (patch) | |
| tree | 43ef8a81f917d9de475a1609053ad2101da9d51b /src/main/resources/fabric.mod.json | |
| parent | 028c0e3192a903c4fb745b9f74e2d14c228a858f (diff) | |
| download | RoughlyEnoughItems-620d77c53f37c2e96720e29b76346c5aa6b1ec0d.tar.gz RoughlyEnoughItems-620d77c53f37c2e96720e29b76346c5aa6b1ec0d.tar.bz2 RoughlyEnoughItems-620d77c53f37c2e96720e29b76346c5aa6b1ec0d.zip | |
v1.1
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 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": { |
