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
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
according to MC-265834