Updated Comments
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user