aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-20 16:45:39 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-20 16:45:39 +0800
commite7046d4be84c818b8296d947a4d854819e15f3a7 (patch)
tree735a4001057c5dba27c3c89958ba3e69dc6f1d6e /src/main/resources
parent20110cfeefadb676be66ad2d195e62e0dc136c07 (diff)
downloadRoughlyEnoughItems-e7046d4be84c818b8296d947a4d854819e15f3a7.tar.gz
RoughlyEnoughItems-e7046d4be84c818b8296d947a4d854819e15f3a7.tar.bz2
RoughlyEnoughItems-e7046d4be84c818b8296d947a4d854819e15f3a7.zip
Cheating on servers
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/fabric.mod.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 4d2106474..4aa90427e 100755
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -2,7 +2,7 @@
"id": "roughlyenoughitems",
"name": "RoughlyEnoughItems",
"description": "To allow players to view items and recipes.",
- "version": "2.0.0.39",
+ "version": "${version}",
"side": "client",
"authors": [
"Danielshe"
@@ -12,7 +12,7 @@
"me.shedaniel.rei.client.ClientHelper"
],
"requires": {
- "fabric": "0.1.4.71"
+ "fabric": "0.1.4.76"
},
"mixins": {
"client": "roughlyenoughitems.client.json"