diff options
Diffstat (limited to 'config/gazebo')
| -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 |
