2021-06-06 10:07:19 +00:00
{
"$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" } ,
2021-06-08 18:26:40 +02:00
"minecraft:beards_and_shavers" : { "$ref" : "./features/minecraft.beards_and_shavers.json" } ,
2021-06-06 12:28:47 +02:00
"minecraft:cave_carver_feature" : { "$ref" : "./features/minecraft.cave_carver_feature.json" } ,
2021-06-06 12:29:52 +02:00
"minecraft:conditional_list" : { "$ref" : "./features/minecraft.conditional_list.json" } ,
2021-06-06 12:28:47 +02:00
"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" } ,
2021-06-06 10:07:19 +00:00
"minecraft:underwater_cave_carver_feature" : {
2021-06-06 12:28:47 +02:00
"$ref" : "./features/minecraft.underwater_cave_carver_feature.json"
2021-06-06 10:07:19 +00:00
} ,
2021-06-06 12:28:47 +02:00
"minecraft:vegetation_patch_feature" : { "$ref" : "./features/minecraft.vegetation_patch_feature.json" } ,
"minecraft:weighted_random_feature" : { "$ref" : "./features/minecraft.weighted_random_feature.json" }
2021-06-06 10:07:19 +00:00
}
}