From e7046d4be84c818b8296d947a4d854819e15f3a7 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 20 Jan 2019 16:45:39 +0800 Subject: Cheating on servers --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources') 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" -- cgit