replace biomes.json with biomes.toml & make it combined object
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"flat": {
|
||||
"parameters": [],
|
||||
"layers": [
|
||||
{"height": -1, "block": "core:obstacle"}
|
||||
],
|
||||
"sea_layers": [
|
||||
{"height": -1, "block": "core:obstacle"}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
[flat]
|
||||
parameters = []
|
||||
layers = [
|
||||
{height=-1, block="core:obstacle"}
|
||||
]
|
||||
sea_layers = [
|
||||
{height=-1, block="core:obstacle"}
|
||||
]
|
||||
Reference in New Issue
Block a user