Package: Dwarf Fortress style caverns
I am playing via mesecraft, trying to build a glow_worm farm and I am not sure what conditions are needed for glow_worm to grow....
https://github.com/FaceDeer/dfcaverns/blob/master/df_mapitems/glow_worms.lua
I sat in the farm area for ~2hr and no growth
I have ~10 glow worm in a row, with breakers and a detector 2 blocks down, the break and collect system works when I test it, random glow worms in caves and tunnels do grow (but slowly)
Maybe too much light?
testing a 1x3 tube that is walled in to see if lightbleed from multiple glow_worms was causing them to not grow....
next idea is more air space e.g., a 3x3 tube for each glow_worm....
I see in the code: https://github.com/FaceDeer/dfcaverns/blob/master/df_farming/config.lua setting("int", "plant_growth_time", 3600, "Base plant growth time") -- 60 minutes
If I added to minetest.conf (as a overide) would this work? plant_growth_time = 80
I am playing via mesecraft, trying to build a glow_worm farm and I am not sure what conditions are needed for glow_worm to grow....
https://github.com/FaceDeer/dfcaverns/blob/master/df_mapitems/glow_worms.lua
I sat in the farm area for ~2hr and no growth
I have ~10 glow worm in a row, with breakers and a detector 2 blocks down, the break and collect system works when I test it, random glow worms in caves and tunnels do grow (but slowly)
Maybe too much light?
testing a 1x3 tube that is walled in to see if lightbleed from multiple glow_worms was causing them to not grow....
next idea is more air space e.g., a 3x3 tube for each glow_worm....
I see in the code: https://github.com/FaceDeer/dfcaverns/blob/master/df_farming/config.lua setting("int", "plant_growth_time", 3600, "Base plant growth time") -- 60 minutes
If I added to minetest.conf (as a overide) would this work? plant_growth_time = 80