ironchest icon indicating copy to clipboard operation
ironchest copied to clipboard

Iron chests protection

Open Raycoms opened this issue 6 years ago • 0 comments

Not sure if this is an issue with iron chests or sponge.

if (block instanceof BlockContainer)
                {
                    cancelEvent(event, event.getEntityPlayer());
                    return;
                }

I use this to cancel the event of opening chests to protect them in our mod. Doesn't seem to work with Ironchests though.

Raycoms avatar Sep 04 '17 02:09 Raycoms