mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-07-14 14:20:25 +02:00
add min_light and max_light settings and amend crop registered_plants tables
This commit is contained in:
@ -109,7 +109,7 @@ minetest.register_node("farming:pepper_5", table.copy(def))
|
||||
farming.registered_plants["farming:pepper"] = {
|
||||
crop = "farming:pepper",
|
||||
seed = "farming:peppercorn",
|
||||
minlight = 13,
|
||||
maxlight = 15,
|
||||
minlight = farming.min_light,
|
||||
maxlight = farming.max_light,
|
||||
steps = 5
|
||||
}
|
||||
|
Reference in New Issue
Block a user