View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002313 | Industrial-Craft² | crossmod-compatibility / submodules / API | public | 2018-01-30 10:48 | 2018-01-30 14:42 |
Reporter | theArhar | Assigned To | Aroma1997 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Java | OS | Windows | OS Version | 10 |
Fixed in Version | Builds for MC 1.12.x | ||||
Summary | 0002313: Reactor Chamber has no ITEM_HANDLER_CAPABILITY | ||||
Description | Reactor 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 Reproduce | minecraft 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 | ||||
Tags | No tags attached. | ||||
Minecraft Version | 1.12.2 | ||||
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 |