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