mt-mods / pipeworks

Pipeworks is a mod for Minetest allowing the crafting and usage of pipes and tubes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chest dupe

Kimapr opened this issue · comments

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

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

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