mt-mods / pipeworks

Pipeworks is a mod for Minetest allowing the crafting and usage of pipes and tubes
Other
14 stars 17 forks source link

chest dupe #118

Closed Kimapr closed 4 months ago

Kimapr commented 4 months ago

see https://github.com/minetest/minetest_game/issues/3103

SwissalpS commented 4 months ago

I have a node-detector set to 'default:chest_open' connected to a node-breaker and I can't replicate this on pandorabox.

When there is a node above the chest, node-breaker doesn't even get triggered. With air above chest node-breaker makes digging sound but doesn't dig anything.

Edit: the chest is of course empty

Kimapr commented 4 months ago

I have a node-detector set to 'default:chest_open' connected to a node-breaker and I can't replicate this on pandorabox.

When there is a node above the chest, node-breaker doesn't even get triggered. With air above chest node-breaker makes digging sound but doesn't dig anything.

Edit: the chest is of course empty

You can't dig a default:chest_open, only the closed variant, putting a node on top of it makes it stay a regular closed chest (but still does an unnecessary node replace after you close the formspec) obviously the node breaker won't trigger on default:chest_open if you don't have a default:chest_open

Kimapr commented 4 months ago

successfully reproduced this on pandorabox btw image put chest in front of breaker, click button, then open chest before it gets broken; close it after it gets broken