mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
Finalize 1.20 for ViaFabric. (sorta) (#252)
* Final 1.20 for ViaFabric. (Mod Menu isn't updated yet) * Yarn build 2 of 1.20 doesn't exist yet. * Cut out the versions from snapshot contexts. * github why you no work? * Restore old examples. * Update Mod Menu to version 7. * curseforge metadata is weird --------- Co-authored-by: creeper123123321 <7974274+creeper123123321@users.noreply.github.com>
This commit is contained in:
parent
f474efdc5f
commit
aa797eff1c
@ -3,11 +3,11 @@
|
||||
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
|
||||
|
||||
loader_version=0.14.21
|
||||
viaver_version=4.7.0-1.20-rc1-SNAPSHOT
|
||||
viaver_version=4.7.0
|
||||
yaml_version=2.0
|
||||
|
||||
publish_mc_versions=1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4, 1.8.9
|
||||
# example: 1.19.1-rc2
|
||||
modrinth_mc_snapshot=1.20-rc1
|
||||
# example: 1.19-Snapshot
|
||||
curseforge_mc_snapshot=1.20-Snapshot
|
||||
publish_mc_versions=1.20, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4, 1.8.9
|
||||
# example: 1.19.1-rc1. Can be a blank value
|
||||
modrinth_mc_snapshot=
|
||||
# example: 1.19-Snapshot. Can be a blank value
|
||||
curseforge_mc_snapshot=
|
||||
|
@ -1,11 +1,11 @@
|
||||
dependencies {
|
||||
minecraft("com.mojang:minecraft:1.20-rc1")
|
||||
mappings("net.fabricmc:yarn:1.20-rc1+build.2:v2")
|
||||
minecraft("com.mojang:minecraft:1.20")
|
||||
mappings("net.fabricmc:yarn:1.20+build.1:v2")
|
||||
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.83.0+1.20")
|
||||
modImplementation("com.terraformersmc:modmenu:7.0.0-beta.2")
|
||||
modImplementation("com.terraformersmc:modmenu:7.0.0")
|
||||
}
|
||||
|
||||
tasks.compileJava {
|
||||
options.release.set(17)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user