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