add core:obstacle block & move cameras from base to core & add new generator

This commit is contained in:
MihailRis
2024-09-25 15:45:45 +03:00
parent d534207deb
commit 788ad1f6a6
19 changed files with 147 additions and 114 deletions
-68
View File
@@ -1,68 +0,0 @@
{
"forest": {
"parameters": [
{"weight": 1, "value": 1},
{"weight": 0.5, "value": 0.2}
],
"layers": [
{"below_sea_level": false, "height": 1, "block": "base:grass_block"},
{"below_sea_level": false, "height": 7, "block": "base:dirt"},
{"height": -1, "block": "base:stone"},
{"height": 1, "block": "base:bazalt"}
],
"sea_layers": [
{"height": -1, "block": "base:water"}
],
"plant_chance": 0.4,
"plants": [
{"weight": 1, "block": "base:grass"},
{"weight": 0.03, "block": "base:flower"}
],
"structure_chance": 0.032,
"structures": [
{"name": "tree0", "weight": 1},
{"name": "tree1", "weight": 1},
{"name": "tree2", "weight": 1},
{"name": "tower", "weight": 0.002}
]
},
"desert": {
"parameters": [
{"weight": 0.1, "value": 0},
{"weight": 0.1, "value": 0}
],
"layers": [
{"height": 6, "block": "base:sand"},
{"height": -1, "block": "base:stone"},
{"height": 1, "block": "base:bazalt"}
],
"sea_layers": [
{"height": -1, "block": "base:water"}
]
},
"plains": {
"parameters": [
{"weight": 0.6, "value": 0.5},
{"weight": 0.6, "value": 0.5}
],
"layers": [
{"below_sea_level": false, "height": 1, "block": "base:grass_block"},
{"below_sea_level": false, "height": 5, "block": "base:dirt"},
{"height": -1, "block": "base:stone"},
{"height": 1, "block": "base:bazalt"}
],
"sea_layers": [
{"height": -1, "block": "base:water"}
],
"plant_chance": 0.3,
"plants": [
{"weight": 1, "block": "base:grass"},
{"weight": 0.03, "block": "base:flower"}
],
"structure_chance": 0.0001,
"structures": [
{"name": "tree0", "weight": 1},
{"name": "tree1", "weight": 1}
]
}
}
Binary file not shown.
-7
View File
@@ -1,7 +0,0 @@
{
"tree0": {},
"tree1": {},
"tree2": {},
"tower": {},
"coal_ore0": {}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.