View Issue Details

IDProjectCategoryView StatusLast Update
0002313Industrial-Craft²crossmod-compatibility / submodules / APIpublic2018-01-30 14:42
ReportertheArhar Assigned ToAroma1997  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformJavaOSWindowsOS Version10
Fixed in VersionBuilds for MC 1.12.x 
Summary0002313: Reactor Chamber has no ITEM_HANDLER_CAPABILITY
DescriptionReactor Chamber incompatible with Applied Energistics 2 Import/Export bus
When you attach Export (or Import) bus to reactor itself - everything totaly fine.
But when you attach them to reactor _chamber_, they are not working at all.
After some debugging I found out, that for reactor chambers there is no ITEM_HANDLER_CAPABILITY, they use next code:

if( te != null && te.hasCapability( CapabilityItemHandler.ITEM_HANDLER_CAPABILITY, d ) )

(te is net.minecraft.tileentity.TileEntity (that is chamber), d is side, like west,south, etc)

so for reactor chamber second part of this check is false, for reactor itself - true
Steps To Reproduceminecraft 1.12.2
forge 14.23.1.2554 or more
industrialcraft 2.8.49-ex112
AE2 rv5-stable-5

Build no chamber reactor, build ME network to insert/pull uranium rods for example (even without fuzzy upgrade)
All works

Build 6 chamber reactor, same network - no life at all
TagsNo tags attached.
Minecraft Version1.12.2

Activities

Chocohead

2018-01-30 14:42

developer   ~0005536

Fixed in IC2 2.8.50

Issue History

Date Modified Username Field Change
2018-01-30 10:48 theArhar New Issue
2018-01-30 14:42 Chocohead Assigned To => Aroma1997
2018-01-30 14:42 Chocohead Status new => resolved
2018-01-30 14:42 Chocohead Resolution open => fixed
2018-01-30 14:42 Chocohead Fixed in Version => Builds for MC 1.12.x
2018-01-30 14:42 Chocohead Note Added: 0005536