From 1caa3db8bdca451856d3ce61bac5aac9a028cf58 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 6 Jun 2021 13:04:45 +0200 Subject: [PATCH] Updated --- .../features/minecraft.cave_carver_feature.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } } }