Update fabric-loader, remove as required dependency (#378)

* 1.21.2 requires loader 0.16.2 or later.

* Do not ask for any fabric loaders, Let fabric API do it instead.
This commit is contained in:
Kichura 2024-10-07 17:04:22 +02:00 committed by GitHub
parent 8dd5214b03
commit 87f8ec9c50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# suppress inspection "UnusedProperty" for whole file
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
loader_version=0.16.0
loader_version=0.16.2
viaver_version=5.0.4-SNAPSHOT
publish_mc_versions=1.21, 1.20.6, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4

View File

@ -12,7 +12,6 @@
"discord": "https://discord.gg/viaversion"
},
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": ["1.14.4", "1.15.2", "1.16.4", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.1", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1"],
"viaversion": ">=5.0.0"
},