AOF7-Vocality/config/jewelry/world_gen.json

49 lines
964 B
JSON
Raw Normal View History

2024-02-20 16:35:48 -08:00
{
"entries": [
{
"pool": "minecraft:village/desert/houses",
"structures": [
{
"id": "jewelry:village/desert/jewelry_shop",
"weight": 3
}
]
},
{
"pool": "minecraft:village/savanna/houses",
"structures": [
{
"id": "jewelry:village/savanna/jewelry_shop",
"weight": 3
}
]
},
{
"pool": "minecraft:village/plains/houses",
"structures": [
{
"id": "jewelry:village/plains/jewelry_shop",
"weight": 3
}
]
},
{
"pool": "minecraft:village/taiga/houses",
"structures": [
{
"id": "jewelry:village/taiga/jewelry_shop",
"weight": 3
}
]
},
{
"pool": "minecraft:village/snowy/houses",
"structures": [
{
"id": "jewelry:village/snowy/jewelry_shop",
"weight": 3
}
]
}
]
}