auto: Formatted json files

This commit is contained in:
DaanV2
2021-01-18 01:29:00 +01:00
parent e2b7b27654
commit d7e95b15c2
83 changed files with 275 additions and 218 deletions

View File

@@ -14,7 +14,7 @@
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
},
"minecraft:block": {
"title": "Minecraft block definitions",
"title": "Block definitions",
"description": "A custom block definition",
"type": "object",
"additionalProperties": false,

View File

@@ -14,7 +14,7 @@
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
},
"minecraft:block": {
"title": "Minecraft block definitions",
"title": "Block definitions",
"description": "A custom block definition",
"type": "object",
"additionalProperties": false,

View File

@@ -14,7 +14,7 @@
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
},
"minecraft:block": {
"title": "Minecraft block definitions",
"title": "Block definitions",
"description": "A custom block definition",
"type": "object",
"additionalProperties": false,

View File

@@ -14,7 +14,7 @@
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
},
"minecraft:block": {
"title": "Minecraft block definitions",
"title": "Block definitions",
"description": "A custom block definition",
"type": "object",
"additionalProperties": false,
@@ -46,7 +46,7 @@
"title": "Register to creative menu"
},
"properties": {
"title": "properties",
"title": "Properties",
"description": "UNDOCUMENATED",
"propertyNames": {
"pattern": "%([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)&"

View File

@@ -9,25 +9,25 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"min_fall_distance": {
"type": "number",
"default": 0,
"description": "The minimum distance in blocks that an actor needs to fall to trigger this event.",
"title": "min fall distance"
"title": "Min fall distance"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,19 +9,19 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,19 +9,19 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,19 +9,19 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,19 +9,19 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,19 +9,19 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,19 +9,19 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -41,13 +41,13 @@
"type": "boolean",
"default": true,
"description": "Does the event loop",
"title": "looping"
"title": "Looping"
},
"range": {
"type": "array",
"default": [10, 10],
"description": "The Range between which the component will trigger his event.",
"title": "range"
"title": "Range"
}
}
}

View File

@@ -3,32 +3,32 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.add_mob_effect",
"type": "object",
"description": "Apply mob effect to target.",
"title": "add mob effect",
"title": "Add mob effect",
"additionalProperties": false,
"properties": {
"amplifier": {
"type": "integer",
"default": 0,
"description": "The amplifier for the mob effect.",
"title": "amplifier"
"title": "Amplifier"
},
"duration": {
"type": "number",
"default": 0,
"description": "The duration of the mob effect.",
"title": "duration"
"title": "Duration"
},
"effect": {
"type": "string",
"default": "",
"description": "The mob effect to apply.",
"title": "effect"
"title": "Effect"
},
"target": {
"type": "object",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -3,26 +3,26 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.damage",
"type": "object",
"description": "Deals damage to the target.",
"title": "damage",
"title": "Damage",
"additionalProperties": false,
"properties": {
"amount": {
"type": "integer",
"default": 0,
"description": "The amount of damage to deal.",
"title": "amount"
"title": "Amount"
},
"target": {
"type": "object",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
},
"type": {
"type": "string",
"default": "",
"description": "The type of damage to deal.",
"title": "type"
"title": "Type"
}
}
}

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.decrement_stack",
"type": "object",
"description": "Decrement item stack.",
"title": "decrement_stack",
"title": "Decrement stack",
"additionalProperties": false,
"properties": {}
}

View File

@@ -3,14 +3,14 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.die",
"type": "object",
"description": "Kill target. If target is self and this is run from a block then destroy the block.",
"title": "die",
"title": "Die",
"additionalProperties": false,
"properties": {
"target": {
"type": "object",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -3,26 +3,26 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.play_effect",
"type": "object",
"description": "Spawns a particle effect relative to target position.",
"title": "play_effect",
"title": "Play effect",
"additionalProperties": false,
"properties": {
"data": {
"type": "integer",
"default": 0,
"description": "Particle data value.",
"title": "data"
"title": "Data"
},
"effect": {
"type": "string",
"default": "",
"description": "The name of the particle effect to create.",
"title": "effect"
"title": "Effect"
},
"target": {
"type": "object",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -10,13 +10,13 @@
"type": "string",
"default": "",
"description": "The name of the sound to play.",
"title": "sound"
"title": "Sound"
},
"target": {
"type": "object",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -3,20 +3,20 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.remove_mob_effect",
"type": "object",
"description": "Removes mob effect from target.",
"title": "remove_mob_effect",
"title": "Remove mob effect",
"additionalProperties": false,
"properties": {
"effect": {
"type": "string",
"default": "",
"description": "The mob effect to remove. Use 'all' to remove all mob effects from target.",
"title": "effect"
"title": "Effect"
},
"target": {
"type": "string",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,7 +9,7 @@
"command": {
"default": "",
"description": "Slash command to run.",
"title": "command",
"title": "Command",
"oneof": [
{ "type": "string" },
{
@@ -26,7 +26,7 @@
"type": "string",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -3,14 +3,14 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.set_block",
"type": "object",
"description": "Sets this block to another block type.",
"title": "set_block",
"title": "Set block",
"additionalProperties": false,
"properties": {
"block_type": {
"type": "string",
"default": "",
"description": "The type of block to set.",
"title": "block type"
"title": "Block type"
}
}
}

View File

@@ -3,14 +3,14 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.set_block_at_pos",
"type": "object",
"description": "Sets a block relative to this block to another block type.",
"title": "set_block_at_pos",
"title": "Set block at pos",
"additionalProperties": false,
"properties": {
"block_offset": {
"type": "array",
"default": [0.0, 0.0, 0.0],
"description": "The offset from the block's center.",
"title": "block offset",
"title": "Block offset",
"items": [
{ "type": "number", "title": "X", "description": "The x offset from the block's center." },
{ "type": "number", "title": "Y", "description": "The y offset from the block's center." },
@@ -21,7 +21,7 @@
"type": "string",
"default": "",
"description": "The type of block to set.",
"title": "block type"
"title": "Block type"
}
}
}

View File

@@ -3,13 +3,13 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.set_block_property",
"type": "object",
"description": "Sets a block property on this block",
"title": "set_block_property",
"title": "Set block property",
"additionalProperties": false,
"properties": {
"property": {
"type": "string",
"description": "Block property to set on the block.",
"title": "property"
"title": "Property"
}
}
}

View File

@@ -3,14 +3,14 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.spawn_loot",
"type": "object",
"description": "Spawn loot from block.",
"title": "spawn_loot",
"title": "Spawn loot",
"required": ["table"],
"additionalProperties": false,
"properties": {
"table": {
"type": "string",
"description": "File path, relative to the Behavior Pack's path, to the loot table file.",
"title": "table"
"title": "Table"
}
}
}

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.swing",
"type": "object",
"description": "Event causes the actor to swing.",
"title": "swing",
"title": "Swing",
"additionalProperties": false,
"properties": {}
}

View File

@@ -3,19 +3,19 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.teleport",
"type": "object",
"description": "Teleport target randomly around destination point.",
"title": "teleport",
"title": "Teleport",
"additionalProperties": false,
"properties": {
"avoid_water": {
"type": "boolean",
"default": true,
"description": "Determines if the teleport avoids putting the target in water.",
"title": "avoid water"
"title": "Avoid water"
},
"destination": {
"default": [0.0, 0.0, 0.0],
"description": "Origin destination of the teleport.",
"title": "destination",
"title": "Destination",
"items": [
{ "type": "number", "title": "X", "description": "The x offset from the block's center." },
{ "type": "number", "title": "Y", "description": "The y offset from the block's center." },
@@ -26,12 +26,12 @@
"type": "boolean",
"default": true,
"description": "Determines if the teleport places the target on a block.",
"title": "land on block"
"title": "Land on block"
},
"max_range": {
"default": [8.0, 8.0, 8.0],
"description": "Max range the target can teleport relative to the origin destination.",
"title": "max range",
"title": "Max range",
"items": [
{ "type": "number", "title": "X", "description": "The x offset from the block's center." },
{ "type": "number", "title": "Y", "description": "The y offset from the block's center." },
@@ -42,7 +42,7 @@
"type": "string",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -3,13 +3,13 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.transform_item",
"type": "object",
"description": "Transforms item into another item.",
"title": "transform_item 1.16.100",
"title": "Transform item 1.16.100",
"additionalProperties": false,
"properties": {
"transform": {
"type": "string",
"description": "Name of the item it should transform into",
"title": "transform"
"title": "Transform"
}
}
}

View File

@@ -14,7 +14,7 @@
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
},
"minecraft:block": {
"title": "Minecraft block definitions",
"title": "Block definitions",
"description": "A custom block definition",
"type": "object",
"additionalProperties": false,
@@ -46,7 +46,7 @@
"title": "Register to creative menu"
},
"properties": {
"title": "properties",
"title": "Properties",
"description": "UNDOCUMENATED",
"propertyNames": {
"pattern": "%([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)&"

View File

@@ -9,25 +9,25 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"min_fall_distance": {
"type": "number",
"default": 0,
"description": "The minimum distance in blocks that an actor needs to fall to trigger this event.",
"title": "min fall distance"
"title": "Min fall distance"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,19 +9,19 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,19 +9,19 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,19 +9,19 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,19 +9,19 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,19 +9,19 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,19 +9,19 @@
"type": "string",
"default": "",
"description": "The condition of event to be executed on the block.",
"title": "condition"
"title": "Condition"
},
"event": {
"type": "string",
"default": "",
"description": "The event executed on the block.",
"title": "event"
"title": "Event"
},
"target": {
"type": "string",
"default": "self",
"description": "The target of event executed on the block.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -41,13 +41,13 @@
"type": "boolean",
"default": true,
"description": "Does the event loop",
"title": "looping"
"title": "Looping"
},
"range": {
"type": "array",
"default": [10, 10],
"description": "The Range between which the component will trigger his event.",
"title": "range"
"title": "Range"
}
}
}

View File

@@ -3,32 +3,32 @@
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.add_mob_effect",
"type": "object",
"description": "Apply mob effect to target.",
"title": "add mob effect 1.16.200",
"title": "Add mob effect 1.16.200",
"additionalProperties": false,
"properties": {
"amplifier": {
"type": "integer",
"default": 0,
"description": "The amplifier for the mob effect.",
"title": "amplifier"
"title": "Amplifier"
},
"duration": {
"type": "number",
"default": 0,
"description": "The duration of the mob effect.",
"title": "duration"
"title": "Duration"
},
"effect": {
"type": "string",
"default": "",
"description": "The mob effect to apply.",
"title": "effect"
"title": "Effect"
},
"target": {
"type": "object",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -3,26 +3,26 @@
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.damage",
"type": "object",
"description": "Deals damage to the target.",
"title": "damage 1.16.200",
"title": "Damage 1.16.200",
"additionalProperties": false,
"properties": {
"amount": {
"type": "integer",
"default": 0,
"description": "The amount of damage to deal.",
"title": "amount"
"title": "Amount"
},
"target": {
"type": "object",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
},
"type": {
"type": "string",
"default": "",
"description": "The type of damage to deal.",
"title": "type"
"title": "Type"
}
}
}

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.decrement_stack",
"type": "object",
"description": "Decrement item stack.",
"title": "decrement_stack 1.16.200",
"title": "Decrement stack 1.16.200",
"additionalProperties": false,
"properties": {}
}

View File

@@ -3,14 +3,14 @@
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.die",
"type": "object",
"description": "Kill target. If target is self and this is run from a block then destroy the block.",
"title": "die 1.16.200",
"title": "Die 1.16.200",
"additionalProperties": false,
"properties": {
"target": {
"type": "object",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -3,26 +3,26 @@
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.play_effect",
"type": "object",
"description": "Spawns a particle effect relative to target position.",
"title": "play_effect 1.16.200",
"title": "Play effect 1.16.200",
"additionalProperties": false,
"properties": {
"data": {
"type": "integer",
"default": 0,
"description": "Particle data value.",
"title": "data"
"title": "Data"
},
"effect": {
"type": "string",
"default": "",
"description": "The name of the particle effect to create.",
"title": "effect"
"title": "Effect"
},
"target": {
"type": "object",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -10,13 +10,13 @@
"type": "string",
"default": "",
"description": "The name of the sound to play.",
"title": "sound"
"title": "Sound"
},
"target": {
"type": "object",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -3,20 +3,20 @@
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.remove_mob_effect",
"type": "object",
"description": "Removes mob effect from target.",
"title": "remove_mob_effect 1.16.200",
"title": "Remove mob effect 1.16.200",
"additionalProperties": false,
"properties": {
"effect": {
"type": "string",
"default": "",
"description": "The mob effect to remove. Use 'all' to remove all mob effects from target.",
"title": "effect"
"title": "Effect"
},
"target": {
"type": "string",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -9,7 +9,7 @@
"command": {
"default": "",
"description": "Slash command to run.",
"title": "command",
"title": "Command",
"oneof": [
{ "type": "string" },
{
@@ -26,7 +26,7 @@
"type": "string",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -3,14 +3,14 @@
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.set_block",
"type": "object",
"description": "Sets this block to another block type.",
"title": "set_block 1.16.200",
"title": "Set block 1.16.200",
"additionalProperties": false,
"properties": {
"block_type": {
"type": "string",
"default": "",
"description": "The type of block to set.",
"title": "block type"
"title": "Block type"
}
}
}

View File

@@ -3,14 +3,14 @@
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.set_block_at_pos",
"type": "object",
"description": "Sets a block relative to this block to another block type.",
"title": "set_block_at_pos 1.16.200",
"title": "Set block at pos 1.16.200",
"additionalProperties": false,
"properties": {
"block_offset": {
"type": "array",
"default": [0.0, 0.0, 0.0],
"description": "The offset from the block's center.",
"title": "block offset",
"title": "Block offset",
"items": [
{ "type": "number", "title": "X", "description": "The x offset from the block's center." },
{ "type": "number", "title": "Y", "description": "The y offset from the block's center." },
@@ -21,7 +21,7 @@
"type": "string",
"default": "",
"description": "The type of block to set.",
"title": "block type"
"title": "Block type"
}
}
}

View File

@@ -3,13 +3,13 @@
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.set_block_property",
"type": "object",
"description": "Sets a block property on this block",
"title": "set_block_property 1.16.200",
"title": "Set block property 1.16.200",
"additionalProperties": false,
"properties": {
"property": {
"type": "string",
"description": "Block property to set on the block.",
"title": "property"
"title": "Property"
}
}
}

View File

@@ -3,14 +3,14 @@
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.spawn_loot",
"type": "object",
"description": "Spawn loot from block.",
"title": "spawn_loot 1.16.200",
"title": "Spawn loot 1.16.200",
"required": ["table"],
"additionalProperties": false,
"properties": {
"table": {
"type": "string",
"description": "File path, relative to the Behavior Pack's path, to the loot table file.",
"title": "table"
"title": "Table"
}
}
}

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.swing",
"type": "object",
"description": "Event causes the actor to swing.",
"title": "swing 1.16.200",
"title": "Swing 1.16.200",
"additionalProperties": false,
"properties": {}
}

View File

@@ -3,19 +3,19 @@
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.teleport",
"type": "object",
"description": "Teleport target randomly around destination point.",
"title": "teleport 1.16.200",
"title": "Teleport 1.16.200",
"additionalProperties": false,
"properties": {
"avoid_water": {
"type": "boolean",
"default": true,
"description": "Determines if the teleport avoids putting the target in water.",
"title": "avoid water"
"title": "Avoid water"
},
"destination": {
"default": [0.0, 0.0, 0.0],
"description": "Origin destination of the teleport.",
"title": "destination",
"title": "Destination",
"items": [
{ "type": "number", "title": "X", "description": "The x offset from the block's center." },
{ "type": "number", "title": "Y", "description": "The y offset from the block's center." },
@@ -26,12 +26,12 @@
"type": "boolean",
"default": true,
"description": "Determines if the teleport places the target on a block.",
"title": "land on block"
"title": "Land on block"
},
"max_range": {
"default": [8.0, 8.0, 8.0],
"description": "Max range the target can teleport relative to the origin destination.",
"title": "max range",
"title": "Max range",
"items": [
{ "type": "number", "title": "X", "description": "The x offset from the block's center." },
{ "type": "number", "title": "Y", "description": "The y offset from the block's center." },
@@ -42,7 +42,7 @@
"type": "string",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}

View File

@@ -3,13 +3,13 @@
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.transform_item",
"type": "object",
"description": "Transforms item into another item.",
"title": "transform_item 1.16.200",
"title": "Transform item 1.16.200",
"additionalProperties": false,
"properties": {
"transform": {
"type": "string",
"description": "Name of the item it should transform into",
"title": "transform"
"title": "Transform"
}
}
}