Posted August 16, 20169 yr I've tried looking in WorldGenMinable and BiomeDecorator I can find the instance of the generation, but I need the actual digits so I can alter my custom ores in my modgen class, as im trying to get them to spawn as frequent as iron. I am looking for the base stats to base my world gen off this.copperore = new ModWorldGenMinable(ModBlocks.copperore.getDefaultState(), 9); this.tinore = new ModWorldGenMinable(ModBlocks.tinore.getDefaultState(), ; this.runGenerator(copperore, world, random, chunkX, chunkX, chunkZ, 95, 0, 75); this.runGenerator(tinore, world, random, chunkX, chunkX, chunkZ, 90, 0, 70);
August 16, 20169 yr Are you looking for ChunkProviderSettings ? There are hardcoded defaults of world generation settings. (The gui when you choose to make a custom world) I try my best, so apologies if I said something obviously stupid!
August 17, 20169 yr Author Basically I want to find the which tells the probability the ores will spawn, the vein size, and levels at which there found at, the example is my class
August 17, 20169 yr ChunkProviderSettings Line 239-262 are the default settings for ores. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
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.