Thanks for revisiting this great mod! I'm currently experiencing two crashes (on the git repo's tip):
some mods create decorations where fill_ratio, y_min, and y_max are numbers that for some unknown reason encoded as lua string values, wrapping the accesses to these fields with tonumber is working for me (this is in biomegen)
enabling glaciers crashes in polygons.lua when loaded indirectly from spawn.lua, because spawn.lua doesn't initialize mapgen_rivers.np_heat
Thanks for revisiting this great mod! I'm currently experiencing two crashes (on the git repo's tip):
Hello, thank you for your feedback! You are helping me to debug my mod and I appreciate it.
biomegen, and I fixed it very recently (version 2.2), does the error remain after updating?