aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gradle.properties4
-rw-r--r--src/main/resources/fabric.mod.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties
index d018246..eb2774e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
- minecraft_version=1.16
- yarn_mappings=1.16+build.1
+ minecraft_version=1.16.1
+ yarn_mappings=1.16.1+build.1
loader_version=0.8.8+build.202
# Mod Properties
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 197c798..3762966 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -29,7 +29,7 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
- "minecraft": "1.15.x"
+ "minecraft": "1.16.x"
},
"suggests": {
"flamingo": "*"