Custom Modular machines that contain gregtech tile entities do not render in JEI and show up as a CCL bug
MasterBuilder747 opened this issue ยท 3 comments
every time I look at my new custom machines, wchih use gregtech CE parts, some specific items to not render in JEI:
The wires and the machine casing for whatever reason, im assuming because they are tile entities, but im not sure... I think this might be a modular machinery bug but im here in case:
The repeating code:
java.lang.NullPointerException: null [17:34:34] [Client thread/ERROR] [CodeChickenLib]: CCL has caught an exception whilst rendering a block BlockPos: x:1, y:4, z:0 Block Class: class gregtech.common.pipelike.cable.BlockCable Registry Name: gregtech:cable Metadata: 0 State: gregtech:cable Tile at position Tile Class: class gregtech.common.pipelike.cable.tile.TileEntityCable Tile Id: gregtech:cable Tile NBT: {Covers:[],PipeMaterial:"aluminium",InsulationColor:7829367,x:1,y:4,ForgeCaps:{"nuclearcraft:capability_default_radiation_resistance":{radiationResistance:0.0d}},z:0,PipeType:0,id:"gregtech:cable",BlockedConnectionsMap:{}} You can turn off player messages in the CCL config file.
full log: here
gregtech issue: GregTechCE/GregTech#1018
modular machinery issue: HellFirePvP/ModularMachinery#192