Updated biome

This commit is contained in:
DaanV2
2022-09-20 19:06:50 +02:00
parent 51a7def3f4
commit dbd8015ac3
18 changed files with 32 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
{
"$id": "minecraft.behavior.biomes.components.minecraft.consolidated_features",
"title": "Consolidated Features",
"description": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {}
}

View File

@@ -7,7 +7,11 @@
"maxProperties": 6,
"additionalProperties": false,
"properties": {
"top_material": { "title": "Top Material", "description": "Controls the block type used for the surface of this biome.", "string": "string" },
"top_material": {
"title": "Top Material",
"description": "Controls the block type used for the surface of this biome.",
"string": "string"
},
"mid_material": {
"title": "Mid Material",
"description": "Controls the block type used in a layer below the surface of this biome.",