Clone of IronChests, but for barrels!
Go to file
SquidDev a91739d57b Don't markDirty() when inserting into a full slot (#177)
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 send 100+ block updates (one for each slot). This can cause mild
performance issues.
2019-05-01 15:16:02 -04:00
gradle/wrapper Update to gradlewrapper 2.7, and refresh build.gradle for FG 2.1 2015-11-22 23:59:04 -05:00
src Don't markDirty() when inserting into a full slot (#177) 2019-05-01 15:16:02 -04:00
.gitignore Update IronChests to 1.9! 2016-03-21 12:44:27 -04:00
README.md Initial update to 1.8, not tested (it only compiles) with huge portions commented out (due to a lack of Forge) 2014-09-24 22:32:58 +10:00
build.gradle Add a configuration option to allow the user to disable adding the crafting recipes for the Shulker Boxes, and to disable adding Shulker Boxes to the Creative Menu. (JEI support soon?) 2018-06-16 23:22:57 -04:00
gradlew Initial update to 1.8, not tested (it only compiles) with huge portions commented out (due to a lack of Forge) 2014-09-24 22:32:58 +10:00
gradlew.bat Initial update to 1.8, not tested (it only compiles) with huge portions commented out (due to a lack of Forge) 2014-09-24 22:32:58 +10:00

README.md

ironchest

Iron Chest minecraft mod

a GPL v3 licensed mod by cpw

Currently Maintained by ProgWML6

See http://files.minecraftforge.net/IronChests2/ for downloads