Updated
This commit is contained in:
@@ -3,11 +3,13 @@
|
|||||||
"description": "'minecraft:aggregate_feature` places a collection of features in an arbitary order. All features in the collection use the same input position. Features should not depend on each other, as there is no guarantee on the order the features will be placed.\n Succeeds if: At lease one feature is placed successfully.\n Fails if: All features fail to be placed.",
|
"description": "'minecraft:aggregate_feature` places a collection of features in an arbitary order. All features in the collection use the same input position. Features should not depend on each other, as there is no guarantee on the order the features will be placed.\n Succeeds if: At lease one feature is placed successfully.\n Fails if: All features fail to be placed.",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
"required": ["description", "features"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"description": {
|
"description": {
|
||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -3,11 +3,13 @@
|
|||||||
"title": "Cave Carver Feature",
|
"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,
|
"additionalProperties": false,
|
||||||
|
"required": ["description"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"description": {
|
"description": {
|
||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -67,6 +67,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -61,6 +61,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -3,11 +3,13 @@
|
|||||||
"description": "`minecraft:hell_cave_carver_feature` carves a cave through the Nether 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:hell_cave_carver_feature` carves a cave through the Nether 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`.",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
"required": ["description"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"description": {
|
"description": {
|
||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -1,11 +1,15 @@
|
|||||||
{
|
{
|
||||||
|
"title": "Multiface Feature",
|
||||||
|
"description": "`minecraft:multiface_feature` places one or a few multiface blocks on floors/walls/ceilings. Despite the name, any block can be placed by this feature. During placement, existing world blocks are checked to see if this feature can be placed on them based on the list provided in the `can_place_on` field. If no `can_replace_on` field is specified, the `place_block` block can be placed on any existing block.\nThis feature will also try to spread the 'place_block' block around the location in world the feature is placed.\nSucceeds if: At least one block is successfully placed.\nFails if: All block placements fail.",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
"required": ["description"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"description": {
|
"description": {
|
||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"title": "Description",
|
"title": "Description",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": ["identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"title": "Identifier",
|
"title": "Identifier",
|
||||||
|
|||||||
Reference in New Issue
Block a user