Integrated Dynamics

Integrated Dynamics

63M Downloads

Game crash when Wither break the Reader

5aaee9 opened this issue ยท 0 comments

commented

I was want to make an auto Wither-Farm, and I want to use the Entity Reader to get the entity information.
But if the wither 'eat' the Reader, the game is crash

Error Stack

java.lang.NullPointerException: Exception in server tick loop
	at org.cyclops.integrateddynamics.core.network.NetworkElementBase.revalidatePositioned(NetworkElementBase.java:97)
	at org.cyclops.integrateddynamics.core.network.PartNetworkElement.revalidate(PartNetworkElement.java:71)
	at org.cyclops.integrateddynamics.core.network.Network.isValid(Network.java:528)
	at org.cyclops.integrateddynamics.core.network.Network.update(Network.java:362)
	at org.cyclops.integrateddynamics.core.TickHandler.onTick(TickHandler.java:54)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_458_TickHandler_onTick_TickEvent.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
	at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:261)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:657)
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
	at java.lang.Thread.run(Unknown Source)

Use IntegratedDynamics-1.10.2-0.7.7.jar