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/gazebo/villages.json | |
asd
Diffstat (limited to 'config/gazebo/villages.json')
| -rw-r--r-- | config/gazebo/villages.json | 54 |
1 files changed, 54 insertions, 0 deletions
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 |
