Posted January 15, 20223 yr Hi, with the JSON files for the dimensions, I've become aware that the seeds dont change as they're already preset, looking through vanilla code the seeds are set to 0 (which i assume is to make the dim seeds the same as the world seed) but it's still not randomising the seeds with the world seed, it continues to be the same terrain gen between worlds { "type": "jitl:boil", "generator": { "seed": 0, "type": "minecraft:noise", "settings": "jitl:boil_generation", "biome_source": { "type": "minecraft:multi_noise", "biomes": [ { "biome": "jitl:boil/boil", "parameters": { "temperature": [ -0.45, -0.15 ], "humidity": [ -1, -0.35 ], "continentalness": [ 0.3, 1 ], "erosion": [ -0.7799, -0.375 ], "weirdness": [ -1, -0.9333 ], "depth": 0.4, "offset": 0 } }, { "biome": "jitl:boil/boiling_sands", "parameters": { "temperature": [ -0.45, -0.15 ], "humidity": [ -1, -0.35 ], "continentalness": [ -0.11, 0.03 ], "erosion": [ -0.375, -0.2225 ], "weirdness": [ -1, -0.9333 ], "depth": 0.5, "offset": 0 } }, { "biome": "jitl:boil/charred_fields", "parameters": { "temperature": [ 0.55, 1 ], "humidity": [ -1.3, 1 ], "continentalness": [ 0.03, 1 ], "erosion": [ 0.45, 0.55 ], "weirdness": [ 0.9333, 1 ], "depth": 0.7, "offset": 0 } }, { "biome": "jitl:boil/scorched_wastelands", "parameters": { "temperature": [ 0, 1 ], "humidity": [ 0, 1 ], "continentalness": [ -0.19, -0.11 ], "erosion": [ 0.55, 1 ], "weirdness": [ 0.9333, 1 ], "depth": 0.8, "offset": 0 } } ] } } } Former developer for DivineRPG, Pixelmon and now the maker of Essence of the Gods
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.