diff options
Diffstat (limited to 'config/wizards/villages.json')
| -rw-r--r-- | config/wizards/villages.json | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/config/wizards/villages.json b/config/wizards/villages.json new file mode 100644 index 0000000..b360e33 --- /dev/null +++ b/config/wizards/villages.json @@ -0,0 +1,64 @@ +{ + "entries": [ + { + "pool": "minecraft:village/desert/houses", + "structures": [ + { + "id": "wizards:village/desert/wizard_tower", + "weight": 1, + "limit": 1 + }, + { + "id": "wizards:village/desert/wizard_tower_2", + "weight": 3, + "limit": 1 + } + ] + }, + { + "pool": "minecraft:village/savanna/houses", + "structures": [ + { + "id": "wizards:village/savanna/wizard_tower", + "weight": 3, + "limit": 1 + } + ] + }, + { + "pool": "minecraft:village/plains/houses", + "structures": [ + { + "id": "wizards:village/plains/wizard_tower", + "weight": 3, + "limit": 1 + } + ] + }, + { + "pool": "minecraft:village/taiga/houses", + "structures": [ + { + "id": "wizards:village/taiga/wizard_tower", + "weight": 3, + "limit": 1 + } + ] + }, + { + "pool": "minecraft:village/snowy/houses", + "structures": [ + { + "id": "wizards:village/snowy/wizard_tower", + "weight": 1, + "limit": 1 + }, + { + "id": "wizards:village/snowy/wizard_tower_2", + "weight": 3, + "limit": 1 + } + ] + } + ] +}
\ No newline at end of file |
