Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

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.

  • 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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.