diff options
author | modmuss50 <modmuss50@gmail.com> | 2020-06-24 17:22:38 +0100 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2020-06-24 17:22:38 +0100 |
commit | 6efb5c4830dd5afcdeceb34e459da47c0ec350a9 (patch) | |
tree | 8696693c14fe828ab0105a61359f6119107a2063 | |
parent | 829b170190033cf59f3e4488d35b5401be8f5af4 (diff) |
1.16.1
-rw-r--r-- | gradle.properties | 4 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
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": "*" |