summaryrefslogtreecommitdiff
path: root/config/archers/villages.json
diff options
context:
space:
mode:
authorFelix Perktold <>2026-07-23 20:26:04 +0000
committerFelix Perktold <>2026-07-23 20:26:04 +0000
commite1feb22144d2821c577cb0a281f77c54306f437c (patch)
treec88aa93100893508ba9d60d2db55730f5a711616 /config/archers/villages.json
asd
Diffstat (limited to 'config/archers/villages.json')
-rw-r--r--config/archers/villages.json79
1 files changed, 79 insertions, 0 deletions
diff --git a/config/archers/villages.json b/config/archers/villages.json
new file mode 100644
index 0000000..5f97ac9
--- /dev/null
+++ b/config/archers/villages.json
@@ -0,0 +1,79 @@
+{
+ "entries": [
+ {
+ "pool": "minecraft:village/desert/houses",
+ "structures": [
+ {
+ "id": "archers:village/desert/archery_range_large",
+ "weight": 5,
+ "limit": 1
+ },
+ {
+ "id": "archers:village/desert/archery_range_small",
+ "weight": 5,
+ "limit": 1
+ }
+ ]
+ },
+ {
+ "pool": "minecraft:village/savanna/houses",
+ "structures": [
+ {
+ "id": "archers:village/savanna/archery_range_large",
+ "weight": 5,
+ "limit": 1
+ },
+ {
+ "id": "archers:village/savanna/archery_range_small",
+ "weight": 5,
+ "limit": 1
+ }
+ ]
+ },
+ {
+ "pool": "minecraft:village/plains/houses",
+ "structures": [
+ {
+ "id": "archers:village/plains/archery_range_large",
+ "weight": 5,
+ "limit": 1
+ },
+ {
+ "id": "archers:village/plains/archery_range_small",
+ "weight": 5,
+ "limit": 1
+ }
+ ]
+ },
+ {
+ "pool": "minecraft:village/taiga/houses",
+ "structures": [
+ {
+ "id": "archers:village/taiga/archery_range_large",
+ "weight": 5,
+ "limit": 1
+ },
+ {
+ "id": "archers:village/taiga/archery_range_small",
+ "weight": 5,
+ "limit": 1
+ }
+ ]
+ },
+ {
+ "pool": "minecraft:village/snowy/houses",
+ "structures": [
+ {
+ "id": "archers:village/snowy/archery_range_large",
+ "weight": 5,
+ "limit": 1
+ },
+ {
+ "id": "archers:village/snowy/archery_range_small",
+ "weight": 5,
+ "limit": 1
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file