1.16.1
This commit is contained in:
parent
829b170190
commit
6efb5c4830
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"depends": {
|
||||
"fabricloader": ">=0.7.4",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.15.x"
|
||||
"minecraft": "1.16.x"
|
||||
},
|
||||
"suggests": {
|
||||
"flamingo": "*"
|
||||
|
|
Loading…
Reference in a new issue