add min_light and max_light settings and amend crop registered_plants tables

This commit is contained in:
tenplus1
2020-12-09 10:22:41 +00:00
parent f7524e1449
commit 0e108c4b2a
30 changed files with 65 additions and 60 deletions

View File

@ -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