From 7914779cc6d434f64cc4bb79ef5bfb3039d42658 Mon Sep 17 00:00:00 2001 From: Nicholas Ignoffo Date: Mon, 21 Jan 2019 18:05:04 -0800 Subject: Version recommendation should have the correct version --- 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 1b6d61f4a..ca390ff56 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -15,7 +15,7 @@ "fabric": "0.1.4.76" }, "recommended": { - "pluginloader": "1.0.7" + "pluginloader": "1.0.6" }, "mixins": { "client": "roughlyenoughitems.client.json" -- cgit