minetest-mods / digtron

A modular tunnel boring/construction machine mod for Minetest.
https://forum.minetest.net/viewtopic.php?f=9&t=16295
Other
22 stars 28 forks source link

nether's lava crust destroys digger heads #105

Open programmerjake opened 4 months ago

programmerjake commented 4 months ago

attempting to use a digtron to dig lava crust will successfully dig the lava crust but then replace the location where the lava crust was with a lava source which often destroys digger heads.

lava crust's after_destruct function which causes the destruction: https://github.com/minetest-mods/nether/blob/01b6f3c56d9a22214b819da7ee8e1e5d25768011/nodes.lua#L757