From 61f953a2c88047ccc5fb2de0b91e661503d0f06a Mon Sep 17 00:00:00 2001 From: Juuxel <6596629+Juuxel@users.noreply.github.com> Date: Sat, 27 Feb 2021 16:23:05 +0200 Subject: Move config handling to Path --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1030297..a48f2bf 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,9 +26,9 @@ "mixins.libgui.accessors.json" ], "depends": { - "fabricloader": ">=0.8.8", + "fabricloader": ">=0.11.0", "fabric": "*", - "minecraft": ">=1.16.1", + "minecraft": ">=1.16.5", "jankson": "^3.0.0", "fabric-networking-api-v1": "^1.0.0" }, -- cgit