move biomes definition to a json file
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"flat": {
|
||||
"parameters": [],
|
||||
"layers": [
|
||||
{"height": -1, "block": "core:obstacle"}
|
||||
],
|
||||
"sea_layers": [
|
||||
{"height": -1, "block": "core:obstacle"}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
biomes = {flat = {
|
||||
parameters = {},
|
||||
layers = {
|
||||
{height=-1, block="core:obstacle"},
|
||||
},
|
||||
sea_layers = {
|
||||
{height=-1, block="core:obstacle"}
|
||||
}
|
||||
}}
|
||||
Reference in New Issue
Block a user