add initial stab at growing conditions - biome restrictions for trees

This commit is contained in:
FaceDeer
2022-07-23 20:45:26 -06:00
parent 7b99556df9
commit e52820c282
5 changed files with 186 additions and 1 deletions

View File

@ -1,4 +1,6 @@
df_farming.growth_permitted = {}
-- The defaults here are very boring on account of how the farming code already
-- checks soil conditions. Other mods can insert biome checks and whatnot here.
df_farming.growth_permitted["df_farming:cave_wheat_seed"] = function(pos)
return true