Skip to content

Commit

Permalink
Include ViaBackwards and ViaRewind by default as well
Browse files Browse the repository at this point in the history
Now that legacy versions are split off we can include these two addons by default as most users of 1.8/1.12 are going to need them anyway.
  • Loading branch information
FlorianMichael committed Sep 17, 2024
1 parent 48b3415 commit 28e2ac1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ dependencies {
mappings("net.legacyfabric:yarn:1.13.2+build.541:v2")

includeJ8("com.viaversion:viaversion:${rootProject.viaver_version}")
includeJ8("com.viaversion:viabackwards:${rootProject.viaback_version}")
includeJ8("com.viaversion:viarewind:${rootProject.viarewind_version}")
}

remapJar {
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication

loader_version=0.16.0
viaver_version=5.0.4-SNAPSHOT
viaback_version=5.0.4-SNAPSHOT
viarewind_version=4.0.3-SNAPSHOT

publish_mc_versions=1.12.2, 1.8.9
# example: 1.19.1-rc1. Can be a blank value
Expand Down

0 comments on commit 28e2ac1

Please sign in to comment.