Posted September 6, 201411 yr All my code is on github at https://github.com/chibill/Additional-Ore-and-Ingots The log is [17:18:51] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas [17:18:52] [sound Library Loader/INFO]: Sound engine started [17:19:07] [server thread/INFO]: Starting integrated minecraft server version 1.7.10 [17:19:07] [server thread/INFO]: Generating keypair [17:19:07] [server thread/INFO]: Converting map! [17:19:07] [server thread/INFO]: Scanning folders... [17:19:07] [server thread/INFO]: Total conversion count is 0 [17:19:08] [server thread/INFO]: Preparing start region for level 0 [17:19:08] [server thread/ERROR]: Encountered an unexpected exception java.lang.NullPointerException at net.minecraft.world.chunk.storage.ExtendedBlockStorage.func_150818_a(ExtendedBlockStorage.java:96) ~[ExtendedBlockStorage.class:?] at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:667) ~[Chunk.class:?] at net.minecraft.world.World.setBlock(World.java:515) ~[World.class:?] at net.minecraft.world.gen.feature.WorldGenMinable.generate(WorldGenMinable.java:79) ~[WorldGenMinable.class:?] at chibill.additionaloreingots.common.OreGen.addOreSpawn(OreGen.java:71) ~[OreGen.class:?] at chibill.additionaloreingots.common.OreGen.GenerateOverworld(OreGen.java:40) ~[OreGen.class:?] at chibill.additionaloreingots.common.OreGen.generate(OreGen.java:18) ~[OreGen.class:?] at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:106) ~[GameRegistry.class:?] at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:316) ~[ChunkProviderServer.class:?] at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1163) ~[Chunk.class:?] at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:210) ~[ChunkProviderServer.class:?] at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:151) ~[ChunkProviderServer.class:?] at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:121) ~[ChunkProviderServer.class:?] at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:315) ~[MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:79) ~[integratedServer.class:?] at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:96) ~[integratedServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:455) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762) [MinecraftServer$2.class:?] [17:19:08] [server thread/ERROR]: This crash report has been saved to: C:\Users\bill\Documents\GitHub\Additional-Ore-and-Ingots\eclipse\.\crash-reports\crash-2014-09-06_17.19.08-server.txt I striped out the texture errors because i don't have the textures. But I don't understand why this is erroring nothing is null any where.
September 6, 201411 yr Author I don't see the error there as all my ore blocks are in game and if i remove the -1 it gets an array out of bounds error.
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.