mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
21 lines
392 B
JSON
21 lines
392 B
JSON
{
|
|
"name": "Flat",
|
|
"environment": "NORMAL",
|
|
"version": 1,
|
|
"regions": ["flat"],
|
|
"decorate": false,
|
|
"carving": false,
|
|
"postProcessing": false,
|
|
"caves": false,
|
|
"placeObjects": true,
|
|
"loot": {
|
|
"tables": [
|
|
"test"
|
|
]
|
|
},
|
|
"coordFractureDistance": 24,
|
|
"landChance": 1,
|
|
"fluidHeight": 0,
|
|
"vanillaStructures": true
|
|
}
|