diff options
| author | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
| commit | e1feb22144d2821c577cb0a281f77c54306f437c (patch) | |
| tree | c88aa93100893508ba9d60d2db55730f5a711616 /config/wizards/villages.json | |
asd
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 |
