mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +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
|
||||
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
|
||||
yaml_version=2.2
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
},
|
||||
"depends": {
|
||||
"fabric-resource-loader-v0": "*",
|
||||
"minecraft": [">=1.20.3"],
|
||||
"minecraft": ["1.20.3", "1.20.4"],
|
||||
"viafabric": "*"
|
||||
},
|
||||
"recommends": {
|
||||
|
Loading…
Reference in New Issue
Block a user