forked from mtcontrib/farming
add min_light and max_light settings and amend crop registered_plants tables
This commit is contained in:
@ -35,3 +35,7 @@ farming.grains = true -- true or false only
|
||||
|
||||
-- default rarety of crops on map (higher number = more crops)
|
||||
farming.rarety = 0.002
|
||||
|
||||
-- default minimum and maximum light levels crops need to grow
|
||||
farming.min_light = 12
|
||||
farming.max_light = 15
|
||||
|
Reference in New Issue
Block a user