This commit is contained in:
Auxilor 2023-06-18 13:26:28 +02:00
parent 802d291ae2
commit f6af8a740f
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ class EnchantmentReplenish(
}
if (data.age != data.maximumAge) {
if (enchant.config.getBool("prevent-not-fully-grown")) {
if (enchant.config.getBool("only-fully-grown")) {
return
}

View File

@ -16,4 +16,4 @@ conditions: [ ]
consume-seeds: true # If seeds should be consumed in replanting
prevent-not-fully-grown: false # If the enchantment should prevent replanting not fully grown crops
only-fully-grown: false # If only fully grown crops should be replanted

View File

@ -1,5 +1,5 @@
#libreforge-updater
#Sat Jun 10 13:32:20 BST 2023
kotlin.code.style=official
libreforge-version=4.19.0
libreforge-version=4.19.1
version=10.19.0