View Issue Details

IDProjectCategoryView StatusLast Update
0002335Industrial-Craft²machinespublic2018-03-03 15:31
ReporterKrisBigK Assigned ToChocohead  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
PlatformPC,javaOSWindowsOS Version7
Summary0002335: pulling/ejector upgrades can't interact with minecarts
Descriptionthe pulling upgrade can't pull items from hopper/chest minecart
the ejector upgrade can't eject items to hopper/chest minecart
Steps To Reproduce1.place a hopper / chest minecart
2.place a compact item buffer next to it
3.put a pulling / ejector upgrade into compact item buffer
4.Put some items into minecart and buffer
   If the upgrade in the buffer is a pulling upgrade, it should pull the minecart's items into the buffer
   If the upgrade in the buffer is a ejector upgrade, it should eject it's items into the minecart
Additional InformationIC2 version:industrialcraft-2-2.6.258-ex110
forge version:1.10.2-forge1.10.2-12.18.3.2185
no other mods used.
TagsNo tags attached.
Minecraft Version1.10.2

Activities

Chocohead

2018-03-03 15:31

developer   ~0005591

Handling Minecarts or any other entity based storage is different to just blocks, and requires much slower checks to find all entities within an area rather than just getting a neighbouring block. Railcraft is your best bet if you're wanting to interact with them properly via it's Loaders and Unloaders.

Issue History

Date Modified Username Field Change
2018-03-02 08:37 KrisBigK New Issue
2018-03-03 15:31 Chocohead Assigned To => Chocohead
2018-03-03 15:31 Chocohead Status new => closed
2018-03-03 15:31 Chocohead Resolution open => won't fix
2018-03-03 15:31 Chocohead Note Added: 0005591