mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
20 lines
401 B
JSON
20 lines
401 B
JSON
{
|
|
"maxDepth": 5,
|
|
"terminate": true,
|
|
"feature": {
|
|
"objectChance": 0,
|
|
"blockRadius": 5,
|
|
"strength": 1,
|
|
"interpolationRadius": 5,
|
|
"interpolator": "BILINEAR",
|
|
"entitySpawners": ["villager"]
|
|
},
|
|
"pieces": [
|
|
"houses/jap/j5",
|
|
"houses/jap/j4",
|
|
"houses/jap/j3",
|
|
"houses/jap/j2",
|
|
"houses/jap/j1"
|
|
]
|
|
}
|