Clone of IronChests, but for barrels!
Go to file
Jon 31882e2d15 Potential or partial solution to #179: remove ItemStack::copy. (#192)
From my own profiling (which unfortunately I don't have a copy of) of a
situation which involved a single chicken on a hopper attached to a
diamond chest, I noticed that there was a significant slowdown related
to IronChests's item handler.

Specifically (and perhaps exacerbated by the hopper's functionality)
every time an item was "inserted", capability events would be fired and
responded to by a number of mods, resulting in slowdown. This was
compounded as it happened continuously every time it tried to insert the
egg for every single slot.

This seems to be caused by the ItemStack copy in both of the main
inventory handlers.

Looking at their Vanilla equivalents, there doesn't appear to be any
canonical reason for this (as Vanilla does not copy), and it appears as
though it is to be expected that `insertItem` will modify your itemstack
in some way.
2019-07-19 21:16:57 -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 Potential or partial solution to #179: remove ItemStack::copy. (#192) 2019-07-19 21:16:57 -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