minecraft-src/data/minecraft/worldgen/structure_set/villages.json
2025-07-04 01:41:11 +03:00

30 lines
No EOL
535 B
JSON

{
"placement": {
"type": "minecraft:random_spread",
"salt": 10387312,
"separation": 8,
"spacing": 34
},
"structures": [
{
"structure": "minecraft:village_plains",
"weight": 1
},
{
"structure": "minecraft:village_desert",
"weight": 1
},
{
"structure": "minecraft:village_savanna",
"weight": 1
},
{
"structure": "minecraft:village_snowy",
"weight": 1
},
{
"structure": "minecraft:village_taiga",
"weight": 1
}
]
}