Simple Storage Network

Simple Storage Network

57M Downloads

Stock upgrade dosnt work with export cable

itgenie98 opened this issue ยท 1 comments

commented

Minecraft version & Mod Version:
minecraft 1.12.2; mod version 1.8.0

Single player or Server:
Singleplayer

Describe problem (what you were doing / what happened):
Tryed to automate furnaces. In order to do so, i connected an export cable to the furnace, added a stock upgrade an added one coal to it:
grafik

But when placing an stack of coal into the attached chest for the network, it's exporting the whole stack into the furnace.

commented

Found the bug: TileMaster (or TileMain, as it is called in the 1.16 branch) has an hardcoded value of an UP direction for the lookup if more items should be inserted. The bug is also present in the 1.16 branch but since its feature is disable I couldn't test it.

1.12 branch:

IItemHandler targetInventory = tileEntity.getCapability(CapabilityItemHandler.ITEM_HANDLER_CAPABILITY, EnumFacing.UP);