From 9321d3fd2e73fbd854b28f97b59cee5a880b0442 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 4 Feb 2019 17:45:34 +0800 Subject: Not sure if this fixes the bug --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 3aa594dcc..aada1920b 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -12,7 +12,7 @@ "me.shedaniel.rei.client.ClientHelper" ], "requires": { - "fabric": "0.1.5.83" + "fabric": "0.1.5.88" }, "recommended": { "pluginloader": "1.0.6" -- cgit