Updated Comments

This commit is contained in:
DaanV2
2021-06-19 15:05:41 +02:00
parent 827e8be9f9
commit 93b0a7f030
45 changed files with 98 additions and 92 deletions

View File

@@ -1,7 +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\".",
"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,
"required": ["description"],
"properties": {

View File

@@ -1,6 +1,6 @@
{
"title": "Underwater Cave Carver Feature",
"description": "'minecraft:underwater_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 specifically target creating caves only below sea level.\nThis feature will also only work when placed specifically in the pass \"pregeneration_pass\".",
"description": "'minecraft:underwater_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 specifically target creating caves only below sea level.\nThis feature will also only work when placed specifically in the pass `pregeneration_pass`.",
"type": "object",
"additionalProperties": false,
"required": ["description"],