Updated Sapling Growing Code

This commit is contained in:
Frank 2022-06-07 18:04:28 +02:00
parent 55d243bf13
commit 7285ada6d6
2 changed files with 4 additions and 4 deletions

View file

@ -4,9 +4,9 @@ org.gradle.jvmargs=-Xmx2G
loom_version=0.12-SNAPSHOT loom_version=0.12-SNAPSHOT
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/versions.html # check these on https://fabricmc.net/versions.html
minecraft_version=1.19-rc2 minecraft_version=1.19
loader_version=0.14.6 loader_version=0.14.6
fabric_version=0.55.0+1.19 fabric_version=0.55.1+1.19
# Mod Properties # Mod Properties
mod_version=2.0.0 mod_version=2.0.0
maven_group=org.betterx.bclib maven_group=org.betterx.bclib

View file

@ -38,8 +38,8 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.6", "fabricloader": ">=0.14.6",
"fabric": ">=0.55.0", "fabric": ">=0.55.1",
"minecraft": "1.19-rc2" "minecraft": "1.19"
}, },
"custom": { "custom": {
"modmenu": { "modmenu": {