mojira.dev
MC-267207

Custom dimension definitions no longer allow a specified seed

Since 1.19, dimension seeds and biome seeds can't be set in custom dimension definitions, for example:

{
  "type": "minecraft:overworld",
  "generator": {
    "type": "minecraft:noise",
    "seed": 3720723036382728818,
    "settings": "minecraft:overworld",
    "biome_source": {
      "type": "minecraft:multi_noise",
      "preset": "minecraft:overworld"
    }
  }
}

Environment

windows11
jdk21

Linked issues

Comments 4

Don't intentionally duplicate reports.
Look at that resolution: "Works As Intended"

But i have tried to write a datapack like this it still didn't work in 1.20.4 or in other words, it still didn't work in datapack version 27

how could i do 

Again, it's "works as intended", it's by design and not possible for a reason.

migrated

(Unassigned)

Unconfirmed

1.20.3, 1.20.4 Release Candidate 1

Retrieved