diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-20 16:45:39 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-20 16:45:39 +0800 |
| commit | 4fb3225ee70247e61b221f44bcc6efadaa1901b3 (patch) | |
| tree | 735a4001057c5dba27c3c89958ba3e69dc6f1d6e /src/main/resources | |
| parent | e6b53189fc8c868c588fc08053e0385134ff94e1 (diff) | |
| download | RoughlyEnoughItems-4fb3225ee70247e61b221f44bcc6efadaa1901b3.tar.gz RoughlyEnoughItems-4fb3225ee70247e61b221f44bcc6efadaa1901b3.tar.bz2 RoughlyEnoughItems-4fb3225ee70247e61b221f44bcc6efadaa1901b3.zip | |
Cheating on servers
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 4 |
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" |
