mt-mods / technic

Technic mod for Minetest
18 stars 25 forks source link

quarry: turn mesecon off by default if digiline is available #312

Closed SwissalpS closed 1 year ago

SwissalpS commented 1 year ago

FeXoR The quarry's mesecons support is pretty dangerous and should IMO be turned off by default.

Huhhila FeXoR: except in the corner case of (has_digilines == false) and (has_mesecons == true) ... which currently has no method for the mesecons to do reset_quarry (nor just setting dug to -1), since that is only called from digilines and on_construct. (besides the formspec that is)

(source: https://github.com/pandorabox-io/in-game/issues/271#issuecomment-1604099264)