Compare commits
2 Commits
2bbd719a5f
...
5bf98c8248
Author | SHA1 | Date |
---|---|---|
bitheaven | 5bf98c8248 | |
bitheaven | 3e3ab91895 |
|
@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1G
|
||||||
# check these on https://modmuss50.me/fabric.html
|
# check these on https://modmuss50.me/fabric.html
|
||||||
minecraft_version=1.20.1
|
minecraft_version=1.20.1
|
||||||
yarn_mappings=1.20.1+build.10
|
yarn_mappings=1.20.1+build.10
|
||||||
fabric_loader_version=0.14.24
|
fabric_loader_version=0.14.21
|
||||||
# check this on https://modmuss50.me/fabric.html
|
# check this on https://modmuss50.me/fabric.html
|
||||||
fabric_api_version=0.90.0+1.20.1
|
fabric_api_version=0.90.0+1.20.1
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
"fabricloader": ">=${fabric_loader_version}",
|
"fabricloader": ">=${fabric_loader_version}",
|
||||||
"fabric": "*",
|
"fabric": "*",
|
||||||
"minecraft": "${minecraft_version}",
|
"minecraft": "${minecraft_version}",
|
||||||
"create": "${create_version}"
|
"create": "${create_version}",
|
||||||
|
"thinair": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue