Skip to content

Commit

Permalink
Increase protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
zbx1425 committed Apr 23, 2024
1 parent ab46a75 commit 14c58ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ configure(allprojects.findAll {it.name != 'rhino'}) {
}

options.compilerArgs += ['-Xplugin:Manifold', '-AMC_VERSION=' + minecraft_version_int]
options.verbose = true
}

afterEvaluate {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G

# Mod Properties
mod_version=0.5.0
mod_protocol_version=1
mod_protocol_version=2
maven_group=cn.zbx1425.mtrsteamloco

mtr_version=latest
Expand Down

0 comments on commit 14c58ee

Please sign in to comment.