Posted January 18, 201510 yr Hello, What does the "modgenerationweight" do when you want to register a world generation. GameRegistry.registerWorldGenerator(new OreGeneration(), 0); (IWorldGenerator generator, int modGenerationWeight) Thanks. Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
January 18, 201510 yr The generation weight is to tell minecraft when to run your code. So if you set it to 10 it would go last, if it is 0 it will go first. It's the priority of the generation. Former developer for DivineRPG, Pixelmon and now the maker of Essence of the Gods
January 18, 201510 yr Are there limits to the priority, is is actually 0-10? What would actually happen if I give it a weight of 10000?
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.