Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-245320

Eroded Badlands and Frozen Ocean generate

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Awaiting Response
    • None
    • 1.18.1
    • None
    • Unconfirmed
    • (Unassigned)

      Set the "min_y" and "height" values in data/minecraft/worldgen/noise_settings/overworld.json to 0 and generate the world, only the Eroded Badlands and Frozen Ocean biome generated.

      overworld.json code
       

      {     "sea_level": 63,
           "disable_mob_generation": false,
           "noise_caves_enabled": false,
           "noodle_caves_enabled": false,
           "aquifers_enabled": false,
           "ore_veins_enabled": false,
           "legacy_random_source": true,
           "default_block": {
               "Name": "minecraft:stone"
           },
           "default_fluid": {
               "Name": "minecraft:water",
               "Properties": {
                   "level": "0"
               }
           },
           "noise": {
               "min_y": 0,
               "height": 0,
               "size_horizontal": 1,
               "size_vertical": 2,
               "sampling": {
                   "xz_scale": 0.9999999814507745,
                   "y_scale": 0.9999999814507745,
                   "xz_factor": 80,
                   "y_factor": 160
               },
               "bottom_slide": {
                   "target": 0.1171875,
                   "size": 3,
                   "offset": 0
               },
               "top_slide": {
                   "target": -0.078125,
                   "size": 2,
                   "offset": 8
               },
               "terrain_shaper": {
                   "offset": 0,
                   "factor": 0,
                   "jaggedness": 0
               }
           },
           "surface_rule": {
               "type": "minecraft:sequence",
               "sequence": []
           },
           "structures": {
               "stronghold": {
                   "distance": 32,
                   "spread": 3,
                   "count": 128         },
               "structures": {
                   "minecraft:igloo": {
                       "spacing": 32,
                       "separation": 8,
                       "salt": 14357618
                   },
                   "minecraft:mansion": {
                       "spacing": 80,
                       "separation": 20,
                       "salt": 10387319
      
                   },
                   "minecraft:jungle_pyramid": {
                       "spacing": 32,
                       "separation": 8,
                       "salt": 14357619
                   },
                   "minecraft:nether_fossil": {
                       "spacing": 2,
                       "separation": 1,
                       "salt": 14357921
                   },
                   "minecraft:stronghold": {
                       "spacing": 1,
                       "separation": 0,
                       "salt": 0
                   },
                   "minecraft:shipwreck": {
                       "spacing": 24,
                       "separation": 4,
                       "salt": 165745295
                   },
                   "minecraft:mineshaft": {
                       "spacing": 1,
                       "separation": 0,
                       "salt": 0
                   },
                   "minecraft:desert_pyramid": {
                       "spacing": 32,
                       "separation": 8,
                       "salt": 14357617
                   },
                   "minecraft:ruined_portal": {
                       "spacing": 40,
                       "separation": 15,
                       "salt": 34222645
                   },
                   "minecraft:fortress": {
                       "spacing": 27,
                       "separation": 4,
                       "salt": 30084232
                   },
                   "minecraft:pillager_outpost": {
                       "spacing": 32,
                       "separation": 8,
                       "salt": 165745296
                   },
                   "minecraft:village": {
                       "spacing": 32,
                       "separation": 8,
                       "salt": 10387312
                   },
                   "minecraft:endcity": {
                       "spacing": 20,
                       "separation": 11,
                       "salt": 10387313
                   },
                   "minecraft:buried_treasure": {
                       "spacing": 1,
                       "separation": 0,
                       "salt": 0
                   },
                   "minecraft:ocean_ruin": {
                       "spacing": 20,
                       "separation": 8,
                       "salt": 14357621
                   },
                   "minecraft:bastion_remnant": {
                       "spacing": 27,
                       "separation": 4,
                       "salt": 30084232
                   },
                   "minecraft:swamp_hut": {
                       "spacing": 32,
                       "separation": 8,
                       "salt": 14357620
                   },
                   "minecraft:monument": {
                       "spacing": 32,
                       "separation": 5,
                       "salt": 10387313
                   }
               }
           }
       }

       
       

            Unassigned Unassigned
            tyonakaisan tyona
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: