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:
FlorianMichael 2024-04-21 18:20:20 +02:00
parent 80dc92e177
commit fc1bd8a1cc
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
2 changed files with 2 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.15.9
loader_version=0.15.10
viaver_version=4.10.0-24w09a-SNAPSHOT
yaml_version=2.2

View File

@ -58,7 +58,7 @@
},
"depends": {
"fabric-resource-loader-v0": "*",
"minecraft": [">=1.20.3"],
"minecraft": ["1.20.3", "1.20.4"],
"viafabric": "*"
},
"recommends": {