Minecraft Crash Report ----
// Why is it breaking :(Time: 26/01/15 8:39 AM
Description: Exception in server tick loop
java.lang.NullPointerException
at thermalexpansion.part.conduit.item.ConduitItem.inputItems(ConduitItem.java:133)
at thermalexpansion.part.conduit.item.ConduitItem.doOutput(ConduitItem.java:110)
at thermalexpansion.part.conduit.item.GridItem.doGridUpdate(GridItem.java:63)
at thermalexpansion.part.conduit.GridTickHandler.tickEnd(GridTickHandler.java:76)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:274)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:622)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
I've looked around a bit and have tried a few things like adjusting:
I:MaxItemsInStuffedDucts=20
I:MaxItemsInStuffedDucts=0
then setting it back to 20 after starting the server but it seems to not work still.
I do have a autonomic machines turning cobble to gravel then to sand then to dust then it gets sifted and I think that's what's causing the problems but I need that to run as a source of redstone. There's also about 5 vacuum hoppers going to collect the blocks as they are broken and it gets put in to a better barrel. Is there any config files I can adjust to fix anything?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I've looked around a bit and have tried a few things like adjusting:
I:MaxItemsInStuffedDucts=20
I:MaxItemsInStuffedDucts=0
then setting it back to 20 after starting the server but it seems to not work still.
I do have a autonomic machines turning cobble to gravel then to sand then to dust then it gets sifted and I think that's what's causing the problems but I need that to run as a source of redstone. There's also about 5 vacuum hoppers going to collect the blocks as they are broken and it gets put in to a better barrel. Is there any config files I can adjust to fix anything?