aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-10 16:33:18 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-10 16:33:18 +0800
commit41babce70787ff55d454cb19e0c983900894beca (patch)
tree6a0e24aba2b869d18de65dd7dc1dcd8e78d4dcb2 /src/main/resources/fabric.mod.json
parent86e9c7588dab15b783995105d06861740454a833 (diff)
downloadRoughlyEnoughItems-41babce70787ff55d454cb19e0c983900894beca.tar.gz
RoughlyEnoughItems-41babce70787ff55d454cb19e0c983900894beca.tar.bz2
RoughlyEnoughItems-41babce70787ff55d454cb19e0c983900894beca.zip
Basic cheating / deleting
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rwxr-xr-xsrc/main/resources/fabric.mod.json5
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": "*"