cpw / ironchest

Iron Chest minecraft mod - now dormant
183 stars 180 forks source link

Iron chests protection #88

Open Raycoms opened 7 years ago

Raycoms commented 7 years ago

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.