This commit is contained in:
DaanV2
2021-06-08 17:12:21 +02:00
parent 5ab41cdbb3
commit a4961fc8e2
19 changed files with 25 additions and 0 deletions

View File

@@ -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",
"additionalProperties": false,
"required": ["description"],
"properties": {
"description": {
"title": "Description",
"description": "",
"type": "object",
"required": ["identifier"],
"properties": {
"identifier": {
"title": "Identifier",