AOF7-Vocality/config/gazebo/villages.json
2024-02-20 18:35:48 -06:00

54 lines
1.0 KiB
JSON

{
"entries": [
{
"pool": "minecraft:village/desert/houses",
"structures": [
{
"id": "gazebo:village/desert/gazebo",
"weight": 5,
"limit": 1
}
]
},
{
"pool": "minecraft:village/savanna/houses",
"structures": [
{
"id": "gazebo:village/savanna/gazebo",
"weight": 5,
"limit": 1
}
]
},
{
"pool": "minecraft:village/plains/houses",
"structures": [
{
"id": "gazebo:village/plains/gazebo",
"weight": 5,
"limit": 1
}
]
},
{
"pool": "minecraft:village/taiga/houses",
"structures": [
{
"id": "gazebo:village/taiga/gazebo",
"weight": 3,
"limit": 1
}
]
},
{
"pool": "minecraft:village/snowy/houses",
"structures": [
{
"id": "gazebo:village/snowy/gazebo",
"weight": 5,
"limit": 1
}
]
}
]
}