mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-22 11:45:47 +01:00
Fix 1.20.4 version range
Also allowing 1.20.3 since Mojang only changed one line of code between those versions.
This commit is contained in:
parent
80dc92e177
commit
fc1bd8a1cc
@ -1,7 +1,7 @@
|
|||||||
# suppress inspection "UnusedProperty" for whole file
|
# suppress inspection "UnusedProperty" for whole file
|
||||||
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
|
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
|
||||||
|
|
||||||
loader_version=0.15.9
|
loader_version=0.15.10
|
||||||
viaver_version=4.10.0-24w09a-SNAPSHOT
|
viaver_version=4.10.0-24w09a-SNAPSHOT
|
||||||
yaml_version=2.2
|
yaml_version=2.2
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabric-resource-loader-v0": "*",
|
"fabric-resource-loader-v0": "*",
|
||||||
"minecraft": [">=1.20.3"],
|
"minecraft": ["1.20.3", "1.20.4"],
|
||||||
"viafabric": "*"
|
"viafabric": "*"
|
||||||
},
|
},
|
||||||
"recommends": {
|
"recommends": {
|
||||||
|
Loading…
Reference in New Issue
Block a user