replace biomes.json with biomes.toml & make it combined object

This commit is contained in:
MihailRis
2024-10-13 21:50:39 +03:00
parent e7d7753d47
commit 7c56d8fd7f
12 changed files with 130 additions and 95 deletions
-11
View File
@@ -1,11 +0,0 @@
{
"flat": {
"parameters": [],
"layers": [
{"height": -1, "block": "core:obstacle"}
],
"sea_layers": [
{"height": -1, "block": "core:obstacle"}
]
}
}
+8
View File
@@ -0,0 +1,8 @@
[flat]
parameters = []
layers = [
{height=-1, block="core:obstacle"}
]
sea_layers = [
{height=-1, block="core:obstacle"}
]