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/jewelry/villages.json | |
asd
Diffstat (limited to 'config/jewelry/villages.json')
| -rw-r--r-- | config/jewelry/villages.json | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/config/jewelry/villages.json b/config/jewelry/villages.json new file mode 100644 index 0000000..a74e8bf --- /dev/null +++ b/config/jewelry/villages.json @@ -0,0 +1,54 @@ +{ + "entries": [ + { + "pool": "minecraft:village/desert/houses", + "structures": [ + { + "id": "jewelry:village/desert/jewelry_shop", + "weight": 2, + "limit": 1 + } + ] + }, + { + "pool": "minecraft:village/savanna/houses", + "structures": [ + { + "id": "jewelry:village/savanna/jewelry_shop", + "weight": 2, + "limit": 1 + } + ] + }, + { + "pool": "minecraft:village/plains/houses", + "structures": [ + { + "id": "jewelry:village/plains/jewelry_shop", + "weight": 2, + "limit": 1 + } + ] + }, + { + "pool": "minecraft:village/taiga/houses", + "structures": [ + { + "id": "jewelry:village/taiga/jewelry_shop", + "weight": 2, + "limit": 1 + } + ] + }, + { + "pool": "minecraft:village/snowy/houses", + "structures": [ + { + "id": "jewelry:village/snowy/jewelry_shop", + "weight": 2, + "limit": 1 + } + ] + } + ] +}
\ No newline at end of file |
