Skip to content

Commit

Permalink
Prepare for ViaVersion 4.8.1, Update 1.20.2 dependencies. (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kichura authored Oct 3, 2023
1 parent 0e538ee commit 399dd90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication

loader_version=0.14.22
viaver_version=4.8.0
viaver_version=4.8.1
yaml_version=2.2

publish_mc_versions=1.20.2, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4, 1.8.9
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"depends": {
"fabricloader": ">=0.14.0",
"minecraft": ["1.8.9", "1.14.4", "1.15.2", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20.2"],
"viaversion": ">=4.8.0"
"viaversion": ">=4.8.1"
},
"breaks": {
"viafabricplus": "*"
Expand Down
6 changes: 3 additions & 3 deletions viafabric-mc120/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies {
minecraft("com.mojang:minecraft:1.20.2")
mappings("net.fabricmc:yarn:1.20.2+build.1:v2")
mappings("net.fabricmc:yarn:1.20.2+build.2:v2")

modImplementation("net.fabricmc.fabric-api:fabric-api:0.89.0+1.20.2")
modImplementation("com.terraformersmc:modmenu:8.0.0-beta.2")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.89.3+1.20.2")
modImplementation("com.terraformersmc:modmenu:8.0.0")
}

tasks.compileJava {
Expand Down

0 comments on commit 399dd90

Please sign in to comment.