From 8709b82e2aeb135bd61ab83968c776a2207f6834 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Tue, 13 Apr 2021 19:35:42 -0400 Subject: [PATCH] Change required minecraft version to 1.16.x --- src/main/resources/fabric.mod.json | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 02ce668..c146878 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,6 +26,6 @@ ], "depends": { "fabricloader": ">=0.10.8", - "minecraft": "1.16.4" + "minecraft": "1.16.x" } } diff --git a/version.properties b/version.properties index e006ca4..94aab16 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ -#Fri Mar 05 21:09:08 EST 2021 -VERSION_BUILD=7 +#Wed Mar 24 03:57:29 EDT 2021 +VERSION_BUILD=9