diff --git a/source/behavior/features/1.13.0/features/minecraft.cave_carver_feature.json b/source/behavior/features/1.13.0/features/minecraft.cave_carver_feature.json index cc8b7b07..6170420f 100644 --- a/source/behavior/features/1.13.0/features/minecraft.cave_carver_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.cave_carver_feature.json @@ -1,5 +1,7 @@ { "type": "object", + "title": "Cave Carver Feature", + "description": "`minecraft:cave_carver_feature` carves a cave through the world in the current chunk, and in every chunk around the current chunk in an 8 radial pattern. This feature will also only work when placed specifically in the pass \"pregeneration_pass\".", "additionalProperties": false, "properties": { "description": { @@ -14,6 +16,16 @@ "$ref": "../../../../general/feature/identifier.json" } } + }, + "fill_with": { + "title": "Fill with", + "description": "Reference to the block to fill the cave with.", + "$ref": "../../../../general/block/identifier.json" + }, + "width_modifier": { + "title": "Width modifier", + "description": "How many blocks to increase the cave radius by, from the center point of the cave.", + "$ref": "../../../../general/molang/number.json" } } }