Files
minecraft-bedrock-json-schemas/source/behavior/features/1.13.0/features.json
2021-06-06 13:00:25 +02:00

40 lines
2.6 KiB
JSON

{
"$id": "blockception.minecraft.behavior.features.1.13.0",
"type": "object",
"title": "Features 1.13.0",
"description": "Features are decorations scattered throughout the world. Things such as trees, plants, flowers, springs, ore, and coral are all features. Basically, if it isn't the terrain or a mob, it's probably a feature!",
"additionalProperties": false,
"required": ["format_version"],
"minProperties": 2,
"maxProperties": 2,
"properties": {
"format_version": {
"const": "1.13.0",
"description": "Specifies the version of the game this entity was made in. Minimum supported version is 1.13.0. Current supported version is 1.13.0.",
"title": "Format Version"
},
"minecraft:aggregate_feature": { "$ref": "./features/minecraft.aggregate_feature.json" },
"minecraft:cave_carver_feature": { "$ref": "./features/minecraft.cave_carver_feature.json" },
"minecraft:conditional_list": { "$ref": "./features/minecraft.conditional_list.json" },
"minecraft:geode_feature": { "$ref": "./features/minecraft.geode_feature.json" },
"minecraft:growing_plant_feature": { "$ref": "./features/minecraft.growing_plant_feature.json" },
"minecraft:hell_cave_carver_feature": { "$ref": "./features/minecraft.hell_cave_carver_feature.json" },
"minecraft:multiface_feature": { "$ref": "./features/minecraft.multiface_feature.json" },
"minecraft:ore_feature": { "$ref": "./features/minecraft.ore_feature.json" },
"minecraft:rect_layout": { "$ref": "./features/minecraft.rect_layout.json" },
"minecraft:scan_surface": { "$ref": "./features/minecraft.scan_surface.json" },
"minecraft:scatter_feature": { "$ref": "./features/minecraft.scatter_feature.json" },
"minecraft:search_feature": { "$ref": "./features/minecraft.search_feature.json" },
"minecraft:sequence_feature": { "$ref": "./features/minecraft.sequence_feature.json" },
"minecraft:single_block_feature": { "$ref": "./features/minecraft.single_block_feature.json" },
"minecraft:snap_to_surface_feature": { "$ref": "./features/minecraft.snap_to_surface_feature.json" },
"minecraft:structure_template_feature": { "$ref": "./features/minecraft.structure_template_feature.json" },
"minecraft:tree_feature": { "$ref": "./features/minecraft.tree_feature.json" },
"minecraft:underwater_cave_carver_feature": {
"$ref": "./features/minecraft.underwater_cave_carver_feature.json"
},
"minecraft:vegetation_patch_feature": { "$ref": "./features/minecraft.vegetation_patch_feature.json" },
"minecraft:weighted_random_feature": { "$ref": "./features/minecraft.weighted_random_feature.json" }
}
}