24 lines
1.2 KiB
JSON
24 lines
1.2 KiB
JSON
{
|
|
"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",
|
|
"additionalProperties": false,
|
|
"required": ["description"],
|
|
"properties": {
|
|
"description": {
|
|
"title": "Description",
|
|
"description": "",
|
|
"type": "object",
|
|
"required": ["identifier"],
|
|
"properties": {
|
|
"identifier": {
|
|
"title": "Identifier",
|
|
"description": "The name of this feature in the form `namespace_name:feature_name`. `feature_name` must match the filename.",
|
|
"type": "string",
|
|
"$ref": "../../../../general/feature/identifier.json"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|