The bug
I gave some parameters to superflat structures, for example, village(distance=9 size=5)
and mineshaft(chance=0.05)
. But the structures are generated ignoring the parameters.
The parameters is recorded in the level.dat
, but when I re-create the superflat world, the parameters in the inputbox are removed.
Linked issues
is duplicated by 8
Comments 32
For example:
minecraft:bedrock,59*minecraft:stone,3*minecraft:dirt,minecraft:grass_block;minecraft:plains;village(distance=9 size=5),biome_1,decoration,stronghold,mineshaft(chance=0.1),lake,lava_lake,dungeon
The world generates as if there are no "(distance=9 size=5)" and "(chance=0.1)". When I recreate, the "(distance=9 size=5)" and "(chance=0.1)" in the world option disappears.
Reproduced in 18w33a