andrepl / BuildInABox

Carry prefab buildings in enderchests.
3 stars 6 forks source link

Make BIABs not drop items when breaking them. #26

Closed Chakyl closed 11 years ago

Chakyl commented 11 years ago

I use BIAB for a survival world, and occasionally there are glitches where a box just breaks for whatever reason, and makes the build destructible again.This can interfer with Survival game-play, and users can abuse some glitches to make the BIABs not work anymore so they can harvest the blocks. Is there a way to make it so when a BIAB is loaded, it won't drop the items if it can be destroyed?

andrepl commented 11 years ago

if the building is protected, then the box shouldn't break, that's the bug that needs to be fixed, if users are finding exploits to disable the block protection on a BIAB, that is an important bug that needs to be addressed. Preventing item drops AFTER biab has been exploited isn't the right way to handle this, and isn't going to be possible.

If you can provide step-by-step instructions to bypass biab protection, please open a new ticket for that.

Chakyl commented 11 years ago

I see. I'll try to re-create the exploit so it happens 100% of the time; I'll post a ticket when I figure it out.