mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-23 11:55:52 +01:00
1.21.2
This commit is contained in:
parent
ce49d130df
commit
d7b16f2de7
@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
|
||||
loader_version=0.16.7
|
||||
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
|
||||
publish_mc_versions=1.21.2, 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
|
||||
# example: 1.19.1-rc1. Can be a blank value
|
||||
modrinth_mc_snapshot=
|
||||
# example: 1.19-Snapshot. Can be a blank value
|
||||
|
@ -12,7 +12,7 @@
|
||||
"discord": "https://discord.gg/viaversion"
|
||||
},
|
||||
"depends": {
|
||||
"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.2-rc.1"],
|
||||
"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.2"],
|
||||
"viaversion": ">=5.0.0"
|
||||
},
|
||||
"breaks": {
|
||||
|
@ -1,8 +1,8 @@
|
||||
dependencies {
|
||||
minecraft("com.mojang:minecraft:1.21.2-rc1")
|
||||
mappings("net.fabricmc:yarn:1.21.2-rc1+build.1:v2")
|
||||
minecraft("com.mojang:minecraft:1.21.2")
|
||||
mappings("net.fabricmc:yarn:1.21.2+build.1:v2")
|
||||
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.106.0+1.21.2")
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.106.1+1.21.2")
|
||||
modImplementation("com.terraformersmc:modmenu:12.0.0-beta.1")
|
||||
}
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
},
|
||||
"depends": {
|
||||
"fabric-resource-loader-v0": "*",
|
||||
"minecraft": ["1.21.2-rc.1"],
|
||||
"minecraft": ["1.21.2"],
|
||||
"viafabric": "*"
|
||||
},
|
||||
"recommends": {
|
||||
|
Loading…
Reference in New Issue
Block a user