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-snowy.json
Brian Fopiano f9289d8d27 Mob Changes
2021-08-06 19:47:03 -07:00

18 lines
456 B
JSON

{
"maxDepth": 5,
"terminate": true,
"feature": {
"objectChance": 0,
"blockRadius": 5,
"strength": 1,
"interpolationRadius": 5,
"interpolator": "BILINEAR",
"entitySpawners": ["villager"]
},
"pieces": [
"village/snowy/town_centers/snowy_meeting_point_1",
"village/snowy/town_centers/snowy_meeting_point_2",
"village/snowy/town_centers/snowy_meeting_point_3"
]
}