1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2024-09-27 14:30:17 +02:00
plantlife_modpack/trunks
Vanessa Dannenberg 9ed4771515 fix rare edge-case where unknown nodes cause a crash
When a new mapblock is generated and the mod checks the neighbors around
a target to place a fallen twig, if it finds an unknown node (because
it's in a neighboring, old mapblock from a previous session -- perhaps
an old moss node that hadn't converted-over to wallmounted yet), trying
to check its buildable_to state will fail, since that requires that
there be a node def to look at, which an unknown node wouldn't have.

This substitutes a known not-buildable_to node for those cases, so that
the code won't try to overwrite what it found.
2021-06-23 21:03:06 -04:00
..
locale Remove translations in minetest.log output 2020-02-15 14:32:06 +00:00
textures OPTIMIZE _ALL_ THE TEXTURES! \:D/ 2015-01-23 14:08:08 -05:00
crafting.lua Fix two typos 2018-02-10 17:17:09 +01:00
generating.lua fix rare edge-case where unknown nodes cause a crash 2021-06-23 21:03:06 -04:00
init.lua Remove translations in minetest.log output 2020-02-15 14:32:06 +00:00
mod.conf Remove translations in minetest.log output 2020-02-15 14:32:06 +00:00
nodes.lua renamed the LBM in case it got run at the wrong time 2021-06-23 10:09:58 -04:00
trunks_settings.txt Imported dryplants and ferns mods and all components of the Undergrowth modpack 2014-08-12 15:08:11 -04:00