9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/jigsaw-structures/village-temperate.json
Brian Fopiano 0d304fb780 fff
2021-08-03 21:09:48 -07:00

21 lines
542 B
JSON

{
"maxDepth": 5,
"terminate": true,
"feature": {
"objectChance": 0,
"strength": 1,
"blockRadius": 5,
"interpolationRadius": 5,
"interpolator": "BILINEAR",
"entitySpawners": [
"villager"
]
},
"pieces": [
"village/plains/town_centers/plains_fountain_01",
"village/plains/town_centers/plains_meeting_point_1",
"village/plains/town_centers/plains_meeting_point_2",
"village/plains/town_centers/plains_meeting_point_3"
]
}