3 Commits

Author SHA1 Message Date
5bf98c8248 Make lower version of loader 2023-11-08 20:50:40 +05:00
3e3ab91895 Add depend Thin Air 2023-11-08 20:50:20 +05:00
2bbd719a5f Update Logo
Some checks failed
build / build (17) (push) Has been cancelled
2023-11-03 23:16:13 +05:00
3 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1G
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.1
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
fabric_api_version=0.90.0+1.20.1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -26,6 +26,7 @@
"fabricloader": ">=${fabric_loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}",
"create": "${create_version}"
"create": "${create_version}",
"thinair": "*"
}
}