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

54 lines
1.0 KiB
JSON

{
"entries": [
{
"pool": "minecraft:village/desert/houses",
"structures": [
{
"id": "jewelry:village/desert/jewelry_shop",
"weight": 2,
"limit": 1
}
]
},
{
"pool": "minecraft:village/savanna/houses",
"structures": [
{
"id": "jewelry:village/savanna/jewelry_shop",
"weight": 2,
"limit": 1
}
]
},
{
"pool": "minecraft:village/plains/houses",
"structures": [
{
"id": "jewelry:village/plains/jewelry_shop",
"weight": 2,
"limit": 1
}
]
},
{
"pool": "minecraft:village/taiga/houses",
"structures": [
{
"id": "jewelry:village/taiga/jewelry_shop",
"weight": 2,
"limit": 1
}
]
},
{
"pool": "minecraft:village/snowy/houses",
"structures": [
{
"id": "jewelry:village/snowy/jewelry_shop",
"weight": 2,
"limit": 1
}
]
}
]
}