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

@@ -16,22 +16,25 @@
"properties": { "properties": {
"format_version": { "$ref": "../../general/format_version.json" }, "format_version": { "$ref": "../../general/format_version.json" },
"minecraft:climate": { "$ref": "./components/minecraft.climate.json" }, "minecraft:capped_surface": { "$ref": "./components/capped_surface.json" },
"minecraft:forced_features": { "$ref": "./components/minecraft.forced_features.json" }, "minecraft:climate": { "$ref": "./components/climate.json" },
"minecraft:overworld_height": { "$ref": "./components/minecraft.overworld_height.json" }, "minecraft:consolidated_features": { "$ref": "./components/consolidated_features.json" },
"minecraft:ignore_automatic_features": { "$ref": "./components/minecraft.ignore_automatic_features.json" }, "minecraft:forced_features": { "$ref": "./components/forced_features.json" },
"minecraft:surface_parameters": { "$ref": "./components/minecraft.surface_parameters.json" }, "minecraft:frozen_ocean_surface": { "$ref": "./components/frozen_ocean_surface.json" },
"minecraft:surface_material_adjustments": { "$ref": "./components/minecraft.surface_material_adjustments.json" }, "minecraft:ignore_automatic_features": { "$ref": "./components/ignore_automatic_features.json" },
"minecraft:swamp_surface": { "$ref": "./components/minecraft.swamp_surface.json" }, "minecraft:legacy_world_generation_rules": {
"minecraft:frozen_ocean_surface": { "$ref": "./components/minecraft.frozen_ocean_surface.json" }, "$ref": "./components/legacy_world_generation_rules.json"
"minecraft:mesa_surface": { "$ref": "./components/minecraft.mesa_surface.json" }, },
"minecraft:mountain_parameters": { "$ref": "./components/minecraft.mountain_parameters.json" }, "minecraft:mesa_surface": { "$ref": "./components/mesa_surface.json" },
"minecraft:nether_surface": { "$ref": "./components/minecraft.nether_surface.json" }, "minecraft:mountain_parameters": { "$ref": "./components/mountain_parameters.json" },
"minecraft:the_end_surface": { "$ref": "./components/minecraft.the_end_surface.json" }, "minecraft:nether_generation_rules": { "$ref": "./components/nether_generation_rules.json" },
"minecraft:capped_surface": { "$ref": "./components/minecraft.capped_surface.json" }, "minecraft:nether_surface": { "$ref": "./components/nether_surface.json" },
"minecraft:overworld_generation_rules": { "$ref": "./components/minecraft.overworld_generation_rules.json" }, "minecraft:overworld_generation_rules": { "$ref": "./components/overworld_generation_rules.json" },
"minecraft:nether_generation_rules": { "$ref": "./components/minecraft.nether_generation_rules.json" }, "minecraft:overworld_height": { "$ref": "./components/overworld_height.json" },
"minecraft:legacy_world_generation_rules": { "$ref": "./components/minecraft.legacy_world_generation_rules.json" } "minecraft:surface_material_adjustments": { "$ref": "./components/surface_material_adjustments.json" },
"minecraft:surface_parameters": { "$ref": "./components/surface_parameters.json" },
"minecraft:swamp_surface": { "$ref": "./components/swamp_surface.json" },
"minecraft:the_end_surface": { "$ref": "./components/the_end_surface.json" }
} }
} }
} }

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, "maxProperties": 6,
"additionalProperties": false, "additionalProperties": false,
"properties": { "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": { "mid_material": {
"title": "Mid Material", "title": "Mid Material",
"description": "Controls the block type used in a layer below the surface of this biome.", "description": "Controls the block type used in a layer below the surface of this biome.",