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