Updated Sapling Growing Code
This commit is contained in:
parent
55d243bf13
commit
7285ada6d6
2 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@ org.gradle.jvmargs=-Xmx2G
|
|||
loom_version=0.12-SNAPSHOT
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/versions.html
|
||||
minecraft_version=1.19-rc2
|
||||
minecraft_version=1.19
|
||||
loader_version=0.14.6
|
||||
fabric_version=0.55.0+1.19
|
||||
fabric_version=0.55.1+1.19
|
||||
# Mod Properties
|
||||
mod_version=2.0.0
|
||||
maven_group=org.betterx.bclib
|
||||
|
|
|
@ -38,8 +38,8 @@
|
|||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.6",
|
||||
"fabric": ">=0.55.0",
|
||||
"minecraft": "1.19-rc2"
|
||||
"fabric": ">=0.55.1",
|
||||
"minecraft": "1.19"
|
||||
},
|
||||
"custom": {
|
||||
"modmenu": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue