mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
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:
parent
8dd5214b03
commit
87f8ec9c50
@ -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
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user