progwml6 / ironchest

Iron Chest minecraft mod by CPW
https://minecraft.curseforge.com/projects/iron-chests
GNU General Public License v3.0
135 stars 86 forks source link

Don't markDirty() when inserting into a full slot #177

Closed SquidDev closed 5 years ago

SquidDev commented 5 years ago

When inserting into a full slot, the inventory is not actually modified but markDirty() is still called. This in turn sends a block update to all neighbours. When a diamond chest is full, attempting to insert into it will trigger 100+ block updates (one for each slot) for each neighbour.