bobmarley12345

bigreactorcrashreport

Feb 26th, 2021 (edited)
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.76 KB | None | 0 0
  1. ----------------------------------------------------------
  2. -- i removed all the unnessesary system info stuff ;))) --
  3. ----------------------------------------------------------
  4. -- caused by trying to force cast the tileentity at a specific location,
  5. -- which was assumed to be a control rod but was instead something else.
  6. -- probably....
  7.  
  8. Time: 1/24/21 9:26 PM
  9. Description: Exception in server tick loop
  10.  
  11. java.lang.ClassCastException: erogenousbeef.bigreactors.common.multiblock.tileentity.TileEntityReactorFuelRod cannot be cast to erogenousbeef.bigreactors.common.multiblock.tileentity.TileEntityReactorControlRod
  12.     at erogenousbeef.bigreactors.common.multiblock.MultiblockReactor.updateServer(MultiblockReactor.java:283)
  13.     at erogenousbeef.core.multiblock.MultiblockControllerBase.updateMultiblockEntity(MultiblockControllerBase.java:451)
  14.     at erogenousbeef.core.multiblock.MultiblockWorldRegistry.tickStart(MultiblockWorldRegistry.java:80)
  15.     at erogenousbeef.core.multiblock.MultiblockRegistry.tickStart(MultiblockRegistry.java:24)
  16.     at erogenousbeef.core.multiblock.MultiblockServerTickHandler.tickStart(MultiblockServerTickHandler.java:24)
  17.     at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:28)
  18.     at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:127)
  19.     at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:311)
  20.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:880)
  21.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:332)
  22.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:782)
  23.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:665)
  24.     at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Add Comment
Please, Sign In to add comment