9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/jigsaw-structures/village-hot.json
cyberpwn 0fcff0bccb Spawners
2021-08-21 09:42:09 -04:00

18 lines
463 B
JSON

{
"maxDepth": 5,
"terminate": true,
"feature": {
"objectChance": 0,
"strength": 1,
"interpolationRadius": 5,
"blockRadius": 32,
"interpolator": "BILINEAR",
"entitySpawners": ["villager"]
},
"pieces": [
"village/desert/town_centers/desert_meeting_point_1",
"village/desert/town_centers/desert_meeting_point_2",
"village/desert/town_centers/desert_meeting_point_3"
]
}