From e1feb22144d2821c577cb0a281f77c54306f437c Mon Sep 17 00:00:00 2001 From: Felix Perktold <> Date: Thu, 23 Jul 2026 20:26:04 +0000 Subject: asd --- config/rogues/villages.json | 54 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 config/rogues/villages.json (limited to 'config/rogues/villages.json') diff --git a/config/rogues/villages.json b/config/rogues/villages.json new file mode 100644 index 0000000..50ce5be --- /dev/null +++ b/config/rogues/villages.json @@ -0,0 +1,54 @@ +{ + "entries": [ + { + "pool": "minecraft:village/desert/houses", + "structures": [ + { + "id": "rogues:village/desert/barracks", + "weight": 6, + "limit": 1 + } + ] + }, + { + "pool": "minecraft:village/savanna/houses", + "structures": [ + { + "id": "rogues:village/savanna/barracks", + "weight": 6, + "limit": 1 + } + ] + }, + { + "pool": "minecraft:village/plains/houses", + "structures": [ + { + "id": "rogues:village/plains/barracks", + "weight": 6, + "limit": 1 + } + ] + }, + { + "pool": "minecraft:village/taiga/houses", + "structures": [ + { + "id": "rogues:village/taiga/barracks", + "weight": 6, + "limit": 1 + } + ] + }, + { + "pool": "minecraft:village/snowy/houses", + "structures": [ + { + "id": "rogues:village/snowy/barracks", + "weight": 6, + "limit": 1 + } + ] + } + ] +} \ No newline at end of file -- cgit v1.2.3