mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
18 lines
463 B
JSON
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"
|
|
]
|
|
}
|