aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar modmuss50 <[email protected]>2020-06-24 17:22:38 +0100
committerLibravatar modmuss50 <[email protected]>2020-06-24 17:22:38 +0100
commit6efb5c4830dd5afcdeceb34e459da47c0ec350a9 (patch)
tree8696693c14fe828ab0105a61359f6119107a2063
parent1.16 (diff)
1.16.1
-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": "*"