diff options
author | Keuin <[email protected]> | 2021-01-16 23:36:03 +0800 |
---|---|---|
committer | keuin <[email protected]> | 2021-01-16 23:36:03 +0800 |
commit | 81b6c329ae1c886dbed7ea3253580c985fcea92d (patch) | |
tree | 2523e4cee7d7a32ae5a9dd25978acc1ed8bb391b /gradle.properties | |
parent | c96ce10cdcf75cf642101b00cc9572304d276851 (diff) |
MC113809: now supports all 5 plants in 20w11a for zero tick farms: cactus, sugar cane, bamboo, twisted vine and weeping vine.
Simple tests are passed. However, further tests are needed.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index fe31ad3..e790de9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version=1.16.4 yarn_mappings=1.16.4+build.9 loader_version=0.11.0 # Mod Properties -mod_version=1.5.3 +mod_version=1.5.4 maven_group=com.keuin.omvm archives_base_name=oh-my-vanilla-mc # Dependencies |