From 73c531d1844b396fcfc6d0bf308c86aa0bf72b83 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 19 Oct 2020 01:27:20 -0400 Subject: Update to 1.16 --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 60e95ff..8df3741 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,7 +25,7 @@ }, "depends": { - "fabricloader": ">=0.7.4", - "minecraft": "1.15.x" + "fabricloader": ">=0.9", + "minecraft": "1.16.x" } } -- cgit v1.2.3