Posted December 1, 201311 yr I'm trying to add custom ore generation, and I can't seem to get it to work. I have a GeneratorOre class, which I use in my main mod class in GameRegistry.registerWorldGenerator(); http://pastie.org/private/gyx00s0ea7og17oge0erzg I don't see where I'm going wrong. The code is being called for the generation, I just can't seem to have the ores generated. Most likely a simple solution, but I can't seem to find it. Any help is greatly appreciated!
December 1, 201311 yr On first look, are you sure that the proper method is generateOverworld? Personally, my code uses generateSurface. Hopefully that's your issue!
December 1, 201311 yr Author Turns out I was doing something silly, as I expected. I forgot to multiply the chunkX and chunkZ position by 16, so my ore probably was spawning all around 0,0. Hopefully someone else finds this post useful!
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.