1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-11-15 21:15:19 +01:00

Fix some light levels

This commit is contained in:
tenplus1
2025-11-15 08:19:09 +00:00
parent 3082fa7825
commit 088143a361
5 changed files with 7 additions and 7 deletions

View File

@@ -66,8 +66,8 @@ core.register_node("farming:parsley_3", table.copy(def))
farming.registered_plants["farming:parsley"] = {
crop = "farming:parsley",
seed = "farming:parsley",
minlight = 13,
maxlight = 15,
minlight = farming.min_light,
maxlight = farming.max_light,
steps = 3
}