Advertisement
Rob5Underscores

Untitled

Jan 9th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. Description: Exception ticking world
  2.  
  3. java.lang.RuntimeException: Could not access field itemHeight in class org.cyclops.integrateddynamics.tileentity.TileSqueezer
  4. at org.cyclops.cyclopscore.persist.nbt.NBTClassType.performActionForField(NBTClassType.java:604)
  5. at org.cyclops.cyclopscore.persist.nbt.NBTProviderComponent.writePersistedField(NBTProviderComponent.java:36)
  6. at org.cyclops.cyclopscore.persist.nbt.NBTProviderComponent.writeGeneratedFieldsToNBT(NBTProviderComponent.java:46)
  7. at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity.writeGeneratedFieldsToNBT(CyclopsTileEntity.java:45)
  8. at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity.func_189515_b(CyclopsTileEntity.java:192)
  9. at org.cyclops.cyclopscore.tileentity.InventoryTileEntityBase.func_189515_b(InventoryTileEntityBase.java:171)
  10. at org.cyclops.cyclopscore.tileentity.TankInventoryTileEntity.func_189515_b(TankInventoryTileEntity.java:130)
  11. at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity.getNBTTagCompound(CyclopsTileEntity.java:228)
  12. at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity.func_189518_D_(CyclopsTileEntity.java:145)
  13. at net.minecraft.server.management.PlayerChunkMapEntry.func_187273_a(PlayerChunkMapEntry.java:287)
  14. at net.minecraft.server.management.PlayerChunkMapEntry.func_187280_d(PlayerChunkMapEntry.java:272)
  15. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:115)
  16. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222)
  17. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
  18. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  19. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  20. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  21. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement