Posted June 29, 201411 yr Hi, I'm trying to create a FluidTank, but the entity attached to it gives me Instantiation Exception. This, however, does not cause any null exception, everything seems to work fine. The problem is when I save the world and then I return, the liquid in the tank has gone. Can anyone help me please? [09:49:55] [server thread/INFO]: Preparing start region for level 0 [09:49:56] [server thread/WARN]: Skipping BlockEntity with id upgcraft:LiquidTankEntity java.lang.InstantiationException: com.nik7.upgcraft.tileentities.UpgCtileentityTank at java.lang.Class.newInstance(Class.java:359) at net.minecraft.tileentity.TileEntity.createAndLoadEntity(TileEntity.java:127) at net.minecraft.world.chunk.storage.AnvilChunkLoader.readChunkFromNBT(AnvilChunkLoader.java:447) at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT(AnvilChunkLoader.java:108) at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk(AnvilChunkLoader.java:88) at net.minecraft.world.gen.ChunkProviderServer.safeLoadChunk(ChunkProviderServer.java:186) at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:307) at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:79) at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:96) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:746) [09:49:56] [Netty Client IO #1/INFO] [FML]: Server protocol version 1 [09:49:56] [Netty IO #3/INFO] [FML]: Client protocol version 1 [09:49:56] [Netty IO #3/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],upgcraft@alpha [09:49:56] [Netty IO #3/INFO] [FML]: Attempting connection with missing mods [] at CLIENT [09:49:56] [Netty Client IO #1/INFO] [FML]: Attempting connection with missing mods [] at SERVER [09:49:56] [server thread/INFO] [FML]: [server thread] Server side modded connection established [09:49:56] [server thread/INFO]: ForgeDevName[local:E:60c5c8f3] logged in with entity id 1740 at (164.66336789764048, 64.0, 226.39858469262242) [09:49:56] [server thread/INFO]: ForgeDevName joined the game [09:49:56] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established My github here: https://github.com/nik7007/UpgradeCraft
June 29, 201411 yr Author Thanks! But I plan to do other tanks similar to this by changing only the capacity.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.