diff --git a/behaviour/blocks/1.10.0/blocks.json b/behaviour/blocks/1.10.0/blocks.json index 0afcf62e..5d00b71f 100644 --- a/behaviour/blocks/1.10.0/blocks.json +++ b/behaviour/blocks/1.10.0/blocks.json @@ -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, diff --git a/behaviour/blocks/1.12.0/blocks.json b/behaviour/blocks/1.12.0/blocks.json index e8f75f14..74ca9d21 100644 --- a/behaviour/blocks/1.12.0/blocks.json +++ b/behaviour/blocks/1.12.0/blocks.json @@ -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, diff --git a/behaviour/blocks/1.16.0/blocks.json b/behaviour/blocks/1.16.0/blocks.json index 646cc3f5..c0c0e870 100644 --- a/behaviour/blocks/1.16.0/blocks.json +++ b/behaviour/blocks/1.16.0/blocks.json @@ -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, diff --git a/behaviour/blocks/1.16.100/blocks.json b/behaviour/blocks/1.16.100/blocks.json index c63fefca..f3c0e382 100644 --- a/behaviour/blocks/1.16.100/blocks.json +++ b/behaviour/blocks/1.16.100/blocks.json @@ -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_\\-]+)&" diff --git a/behaviour/blocks/1.16.100/components/minecraft.on_fall_on.json b/behaviour/blocks/1.16.100/components/minecraft.on_fall_on.json index 37e69a88..92926360 100644 --- a/behaviour/blocks/1.16.100/components/minecraft.on_fall_on.json +++ b/behaviour/blocks/1.16.100/components/minecraft.on_fall_on.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/components/minecraft.on_interact.json b/behaviour/blocks/1.16.100/components/minecraft.on_interact.json index 6d7821ec..191ceaeb 100644 --- a/behaviour/blocks/1.16.100/components/minecraft.on_interact.json +++ b/behaviour/blocks/1.16.100/components/minecraft.on_interact.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/components/minecraft.on_placed.json b/behaviour/blocks/1.16.100/components/minecraft.on_placed.json index c9d98ee8..d42609e6 100644 --- a/behaviour/blocks/1.16.100/components/minecraft.on_placed.json +++ b/behaviour/blocks/1.16.100/components/minecraft.on_placed.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/components/minecraft.on_player_destroyed.json b/behaviour/blocks/1.16.100/components/minecraft.on_player_destroyed.json index f3cdb539..61477b65 100644 --- a/behaviour/blocks/1.16.100/components/minecraft.on_player_destroyed.json +++ b/behaviour/blocks/1.16.100/components/minecraft.on_player_destroyed.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/components/minecraft.on_player_placing.json b/behaviour/blocks/1.16.100/components/minecraft.on_player_placing.json index 26f8ce64..cec05068 100644 --- a/behaviour/blocks/1.16.100/components/minecraft.on_player_placing.json +++ b/behaviour/blocks/1.16.100/components/minecraft.on_player_placing.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/components/minecraft.on_step_off.json b/behaviour/blocks/1.16.100/components/minecraft.on_step_off.json index 5e74babc..81ccf3cc 100644 --- a/behaviour/blocks/1.16.100/components/minecraft.on_step_off.json +++ b/behaviour/blocks/1.16.100/components/minecraft.on_step_off.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/components/minecraft.on_step_on.json b/behaviour/blocks/1.16.100/components/minecraft.on_step_on.json index 4a960931..bd1e448c 100644 --- a/behaviour/blocks/1.16.100/components/minecraft.on_step_on.json +++ b/behaviour/blocks/1.16.100/components/minecraft.on_step_on.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/components/minecraft.random_ticking.json b/behaviour/blocks/1.16.100/components/minecraft.random_ticking.json index 73ff262d..6f7ea250 100644 --- a/behaviour/blocks/1.16.100/components/minecraft.random_ticking.json +++ b/behaviour/blocks/1.16.100/components/minecraft.random_ticking.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/events/add_mob_effect.json b/behaviour/blocks/1.16.100/events/add_mob_effect.json index 9d7bb998..15e7714a 100644 --- a/behaviour/blocks/1.16.100/events/add_mob_effect.json +++ b/behaviour/blocks/1.16.100/events/add_mob_effect.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/events/damage.json b/behaviour/blocks/1.16.100/events/damage.json index 15c9142f..6372570a 100644 --- a/behaviour/blocks/1.16.100/events/damage.json +++ b/behaviour/blocks/1.16.100/events/damage.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/events/decrement_stack.json b/behaviour/blocks/1.16.100/events/decrement_stack.json index 49fa3a1b..9db960fb 100644 --- a/behaviour/blocks/1.16.100/events/decrement_stack.json +++ b/behaviour/blocks/1.16.100/events/decrement_stack.json @@ -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": {} } diff --git a/behaviour/blocks/1.16.100/events/die.json b/behaviour/blocks/1.16.100/events/die.json index ee03f58f..4940cd4e 100644 --- a/behaviour/blocks/1.16.100/events/die.json +++ b/behaviour/blocks/1.16.100/events/die.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/events/play_effect.json b/behaviour/blocks/1.16.100/events/play_effect.json index 69509e06..725a7d4c 100644 --- a/behaviour/blocks/1.16.100/events/play_effect.json +++ b/behaviour/blocks/1.16.100/events/play_effect.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/events/play_sound.json b/behaviour/blocks/1.16.100/events/play_sound.json index aab637aa..41ed1562 100644 --- a/behaviour/blocks/1.16.100/events/play_sound.json +++ b/behaviour/blocks/1.16.100/events/play_sound.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/events/remove_mob_effect.json b/behaviour/blocks/1.16.100/events/remove_mob_effect.json index c5bad83f..7020b6ae 100644 --- a/behaviour/blocks/1.16.100/events/remove_mob_effect.json +++ b/behaviour/blocks/1.16.100/events/remove_mob_effect.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/events/run_command.json b/behaviour/blocks/1.16.100/events/run_command.json index 1fc9c1aa..61331cb8 100644 --- a/behaviour/blocks/1.16.100/events/run_command.json +++ b/behaviour/blocks/1.16.100/events/run_command.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/events/set_block.json b/behaviour/blocks/1.16.100/events/set_block.json index ac9ad08b..d6388280 100644 --- a/behaviour/blocks/1.16.100/events/set_block.json +++ b/behaviour/blocks/1.16.100/events/set_block.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/events/set_block_at_pos.json b/behaviour/blocks/1.16.100/events/set_block_at_pos.json index f178f6d7..7e6f01d4 100644 --- a/behaviour/blocks/1.16.100/events/set_block_at_pos.json +++ b/behaviour/blocks/1.16.100/events/set_block_at_pos.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/events/set_block_property.json b/behaviour/blocks/1.16.100/events/set_block_property.json index 6bd699ff..133c7543 100644 --- a/behaviour/blocks/1.16.100/events/set_block_property.json +++ b/behaviour/blocks/1.16.100/events/set_block_property.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/events/spawn_loot.json b/behaviour/blocks/1.16.100/events/spawn_loot.json index 290903e9..1b634190 100644 --- a/behaviour/blocks/1.16.100/events/spawn_loot.json +++ b/behaviour/blocks/1.16.100/events/spawn_loot.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/events/swing.json b/behaviour/blocks/1.16.100/events/swing.json index c0a59184..796a0ebb 100644 --- a/behaviour/blocks/1.16.100/events/swing.json +++ b/behaviour/blocks/1.16.100/events/swing.json @@ -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": {} } diff --git a/behaviour/blocks/1.16.100/events/teleport.json b/behaviour/blocks/1.16.100/events/teleport.json index ce39b558..e0388fff 100644 --- a/behaviour/blocks/1.16.100/events/teleport.json +++ b/behaviour/blocks/1.16.100/events/teleport.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.100/events/transform_item.json b/behaviour/blocks/1.16.100/events/transform_item.json index 77b63ad4..a465a489 100644 --- a/behaviour/blocks/1.16.100/events/transform_item.json +++ b/behaviour/blocks/1.16.100/events/transform_item.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/blocks.json b/behaviour/blocks/1.16.200/blocks.json index 20f98bf9..2d098aa6 100644 --- a/behaviour/blocks/1.16.200/blocks.json +++ b/behaviour/blocks/1.16.200/blocks.json @@ -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_\\-]+)&" diff --git a/behaviour/blocks/1.16.200/components/minecraft.on_fall_on.json b/behaviour/blocks/1.16.200/components/minecraft.on_fall_on.json index d522527c..8f9008d7 100644 --- a/behaviour/blocks/1.16.200/components/minecraft.on_fall_on.json +++ b/behaviour/blocks/1.16.200/components/minecraft.on_fall_on.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/components/minecraft.on_interact.json b/behaviour/blocks/1.16.200/components/minecraft.on_interact.json index fd03e210..686bd00c 100644 --- a/behaviour/blocks/1.16.200/components/minecraft.on_interact.json +++ b/behaviour/blocks/1.16.200/components/minecraft.on_interact.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/components/minecraft.on_placed.json b/behaviour/blocks/1.16.200/components/minecraft.on_placed.json index 23a09c31..e947840e 100644 --- a/behaviour/blocks/1.16.200/components/minecraft.on_placed.json +++ b/behaviour/blocks/1.16.200/components/minecraft.on_placed.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/components/minecraft.on_player_destroyed.json b/behaviour/blocks/1.16.200/components/minecraft.on_player_destroyed.json index f744bdcb..46556f37 100644 --- a/behaviour/blocks/1.16.200/components/minecraft.on_player_destroyed.json +++ b/behaviour/blocks/1.16.200/components/minecraft.on_player_destroyed.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/components/minecraft.on_player_placing.json b/behaviour/blocks/1.16.200/components/minecraft.on_player_placing.json index 9e66c7e1..f9b7e9db 100644 --- a/behaviour/blocks/1.16.200/components/minecraft.on_player_placing.json +++ b/behaviour/blocks/1.16.200/components/minecraft.on_player_placing.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/components/minecraft.on_step_off.json b/behaviour/blocks/1.16.200/components/minecraft.on_step_off.json index 4c398a13..d926239e 100644 --- a/behaviour/blocks/1.16.200/components/minecraft.on_step_off.json +++ b/behaviour/blocks/1.16.200/components/minecraft.on_step_off.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/components/minecraft.on_step_on.json b/behaviour/blocks/1.16.200/components/minecraft.on_step_on.json index dd256f90..0c13879b 100644 --- a/behaviour/blocks/1.16.200/components/minecraft.on_step_on.json +++ b/behaviour/blocks/1.16.200/components/minecraft.on_step_on.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/components/minecraft.random_ticking.json b/behaviour/blocks/1.16.200/components/minecraft.random_ticking.json index f116a05d..d9fca53b 100644 --- a/behaviour/blocks/1.16.200/components/minecraft.random_ticking.json +++ b/behaviour/blocks/1.16.200/components/minecraft.random_ticking.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/events/add_mob_effect.json b/behaviour/blocks/1.16.200/events/add_mob_effect.json index efebbe3a..7d4fe1a7 100644 --- a/behaviour/blocks/1.16.200/events/add_mob_effect.json +++ b/behaviour/blocks/1.16.200/events/add_mob_effect.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/events/damage.json b/behaviour/blocks/1.16.200/events/damage.json index 52865289..6e385595 100644 --- a/behaviour/blocks/1.16.200/events/damage.json +++ b/behaviour/blocks/1.16.200/events/damage.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/events/decrement_stack.json b/behaviour/blocks/1.16.200/events/decrement_stack.json index ce106801..1a158256 100644 --- a/behaviour/blocks/1.16.200/events/decrement_stack.json +++ b/behaviour/blocks/1.16.200/events/decrement_stack.json @@ -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": {} } diff --git a/behaviour/blocks/1.16.200/events/die.json b/behaviour/blocks/1.16.200/events/die.json index d5735f6e..89dbd2d7 100644 --- a/behaviour/blocks/1.16.200/events/die.json +++ b/behaviour/blocks/1.16.200/events/die.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/events/play_effect.json b/behaviour/blocks/1.16.200/events/play_effect.json index e9cdb52e..4c59704b 100644 --- a/behaviour/blocks/1.16.200/events/play_effect.json +++ b/behaviour/blocks/1.16.200/events/play_effect.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/events/play_sound.json b/behaviour/blocks/1.16.200/events/play_sound.json index 44f88701..09d90b7b 100644 --- a/behaviour/blocks/1.16.200/events/play_sound.json +++ b/behaviour/blocks/1.16.200/events/play_sound.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/events/remove_mob_effect.json b/behaviour/blocks/1.16.200/events/remove_mob_effect.json index c81200f2..da0cdb51 100644 --- a/behaviour/blocks/1.16.200/events/remove_mob_effect.json +++ b/behaviour/blocks/1.16.200/events/remove_mob_effect.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/events/run_command.json b/behaviour/blocks/1.16.200/events/run_command.json index db211371..ff7f2354 100644 --- a/behaviour/blocks/1.16.200/events/run_command.json +++ b/behaviour/blocks/1.16.200/events/run_command.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/events/set_block.json b/behaviour/blocks/1.16.200/events/set_block.json index 86114fab..d8361b66 100644 --- a/behaviour/blocks/1.16.200/events/set_block.json +++ b/behaviour/blocks/1.16.200/events/set_block.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/events/set_block_at_pos.json b/behaviour/blocks/1.16.200/events/set_block_at_pos.json index d03d2e19..e31c5aa2 100644 --- a/behaviour/blocks/1.16.200/events/set_block_at_pos.json +++ b/behaviour/blocks/1.16.200/events/set_block_at_pos.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/events/set_block_property.json b/behaviour/blocks/1.16.200/events/set_block_property.json index 1ff6a315..63398595 100644 --- a/behaviour/blocks/1.16.200/events/set_block_property.json +++ b/behaviour/blocks/1.16.200/events/set_block_property.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/events/spawn_loot.json b/behaviour/blocks/1.16.200/events/spawn_loot.json index 10b46928..728fae59 100644 --- a/behaviour/blocks/1.16.200/events/spawn_loot.json +++ b/behaviour/blocks/1.16.200/events/spawn_loot.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/events/swing.json b/behaviour/blocks/1.16.200/events/swing.json index ecf2d58f..b3f25fe8 100644 --- a/behaviour/blocks/1.16.200/events/swing.json +++ b/behaviour/blocks/1.16.200/events/swing.json @@ -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": {} } diff --git a/behaviour/blocks/1.16.200/events/teleport.json b/behaviour/blocks/1.16.200/events/teleport.json index 1c2881f8..d99915ae 100644 --- a/behaviour/blocks/1.16.200/events/teleport.json +++ b/behaviour/blocks/1.16.200/events/teleport.json @@ -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" } } } diff --git a/behaviour/blocks/1.16.200/events/transform_item.json b/behaviour/blocks/1.16.200/events/transform_item.json index 60caa0c1..3906f327 100644 --- a/behaviour/blocks/1.16.200/events/transform_item.json +++ b/behaviour/blocks/1.16.200/events/transform_item.json @@ -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" } } } diff --git a/behaviour/entities/1.10.0/events.json b/behaviour/entities/1.10.0/events.json index d4a64a20..03b08c32 100644 --- a/behaviour/entities/1.10.0/events.json +++ b/behaviour/entities/1.10.0/events.json @@ -113,7 +113,7 @@ "minecraft:entity_born": { "description": "Event called on an entity that is spawned through two entities breeding.", "$ref": "#/definitions/event_base", - "title": "Minecraft:entity Born" + "title": "Entity Born" }, "minecraft:entity_spawned": { "description": "Event called on an entity that is placed in the level.", diff --git a/behaviour/entities/1.11.0/events.json b/behaviour/entities/1.11.0/events.json index b695107d..47e878fd 100644 --- a/behaviour/entities/1.11.0/events.json +++ b/behaviour/entities/1.11.0/events.json @@ -113,7 +113,7 @@ "minecraft:entity_born": { "description": "Event called on an entity that is spawned through two entities breeding.", "$ref": "#/definitions/event_base", - "title": "Minecraft:entity Born" + "title": "Entity Born" }, "minecraft:entity_spawned": { "description": "Event called on an entity that is placed in the level.", diff --git a/behaviour/entities/1.12.0/events.json b/behaviour/entities/1.12.0/events.json index 359901ee..0c14f289 100644 --- a/behaviour/entities/1.12.0/events.json +++ b/behaviour/entities/1.12.0/events.json @@ -113,7 +113,7 @@ "minecraft:entity_born": { "description": "Event called on an entity that is spawned through two entities breeding.", "$ref": "#/definitions/event_base", - "title": "Minecraft:entity Born" + "title": "Entity Born" }, "minecraft:entity_spawned": { "description": "Event called on an entity that is placed in the level.", diff --git a/behaviour/entities/1.13.0/components/minecraft.navigation.walk.json b/behaviour/entities/1.13.0/components/minecraft.navigation.walk.json index d0c89baf..ab401063 100644 --- a/behaviour/entities/1.13.0/components/minecraft.navigation.walk.json +++ b/behaviour/entities/1.13.0/components/minecraft.navigation.walk.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behaviour.entities.1.13.0.minecraft.navigation.walk", - "title": "Minecraft.navigation.walk 1.13.0", + "title": "Navigation.walk 1.13.0", "description": "Allows this entity to generate paths by walking around and jumping up and down a block like regular mobs.", "type": "object", "additionalProperties": false, diff --git a/behaviour/entities/1.13.0/events.json b/behaviour/entities/1.13.0/events.json index c15fd01e..c66a03ff 100644 --- a/behaviour/entities/1.13.0/events.json +++ b/behaviour/entities/1.13.0/events.json @@ -113,7 +113,7 @@ "minecraft:entity_born": { "description": "Event called on an entity that is spawned through two entities breeding.", "$ref": "#/definitions/event_base", - "title": "Minecraft:entity Born" + "title": "Entity Born" }, "minecraft:entity_spawned": { "description": "Event called on an entity that is placed in the level.", diff --git a/behaviour/entities/1.14.0/events.json b/behaviour/entities/1.14.0/events.json index 4bd9e9c3..7512dbe3 100644 --- a/behaviour/entities/1.14.0/events.json +++ b/behaviour/entities/1.14.0/events.json @@ -113,7 +113,7 @@ "minecraft:entity_born": { "description": "Event called on an entity that is spawned through two entities breeding.", "$ref": "#/definitions/event_base", - "title": "Minecraft:entity Born" + "title": "Entity Born" }, "minecraft:entity_spawned": { "description": "Event called on an entity that is placed in the level.", diff --git a/behaviour/entities/1.16.0/components/minecraft.area_attack.json b/behaviour/entities/1.16.0/components/minecraft.area_attack.json index 86eaea79..1ce7f7c2 100644 --- a/behaviour/entities/1.16.0/components/minecraft.area_attack.json +++ b/behaviour/entities/1.16.0/components/minecraft.area_attack.json @@ -18,7 +18,7 @@ "description": "How close a hostile entity must be to have the damage applied.", "title": "Damage range" }, - "entity_filter": { "$ref": "../filters.json", "description": "Entity_filter", "title": "Minecraft Filter" }, + "entity_filter": { "$ref": "../filters.json", "description": "Entity_filter", "title": "Filter" }, "cause": { "type": "string", "description": "TODO", diff --git a/behaviour/entities/1.16.0/events.json b/behaviour/entities/1.16.0/events.json index 2c3e589b..5c33088a 100644 --- a/behaviour/entities/1.16.0/events.json +++ b/behaviour/entities/1.16.0/events.json @@ -102,7 +102,7 @@ "minecraft:entity_born": { "description": "Event called on an entity that is spawned through two entities breeding.", "$ref": "#/definitions/event_base", - "title": "Minecraft:entity Born" + "title": "Entity Born" }, "minecraft:entity_spawned": { "description": "Event called on an entity that is placed in the level.", diff --git a/behaviour/entities/1.16.100/events.json b/behaviour/entities/1.16.100/events.json index 43420506..e7cc1f97 100644 --- a/behaviour/entities/1.16.100/events.json +++ b/behaviour/entities/1.16.100/events.json @@ -102,7 +102,7 @@ "minecraft:entity_born": { "description": "Event called on an entity that is spawned through two entities breeding.", "$ref": "#/definitions/event_base", - "title": "Minecraft:entity Born" + "title": "Entity Born" }, "minecraft:entity_spawned": { "description": "Event called on an entity that is placed in the level.", diff --git a/behaviour/entities/1.8.0/components/minecraft.area_attack.json b/behaviour/entities/1.8.0/components/minecraft.area_attack.json index bd758d28..2a25a833 100644 --- a/behaviour/entities/1.8.0/components/minecraft.area_attack.json +++ b/behaviour/entities/1.8.0/components/minecraft.area_attack.json @@ -18,7 +18,7 @@ "description": "How close a hostile entity must be to have the damage applied.", "title": "Damage range" }, - "entity_filter": { "$ref": "../filters.json", "description": "Entity_filter", "title": "Minecraft Filter" }, + "entity_filter": { "$ref": "../filters.json", "description": "Entity_filter", "title": "Filter" }, "cause": { "type": "string", "description": "TODO", diff --git a/behaviour/entities/1.8.0/components/minecraft.conditional_bandwidth_optimization.json b/behaviour/entities/1.8.0/components/minecraft.conditional_bandwidth_optimization.json index fb75c81a..84b9a4a9 100644 --- a/behaviour/entities/1.8.0/components/minecraft.conditional_bandwidth_optimization.json +++ b/behaviour/entities/1.8.0/components/minecraft.conditional_bandwidth_optimization.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.conditional_bandwidth_optimization", "additionalProperties": false, "type": "object", - "title": "conditional_bandwidth_optimization 1.8.0", + "title": "Conditional bandwidth optimization 1.8.0", "description": "Defines the Conditional Spatial Update Bandwidth Optimizations of this entity.", "properties": { "conditional_values": { diff --git a/behaviour/entities/1.8.0/components/minecraft.inside_block_notifier.json b/behaviour/entities/1.8.0/components/minecraft.inside_block_notifier.json index b3d96234..a3c8cbad 100644 --- a/behaviour/entities/1.8.0/components/minecraft.inside_block_notifier.json +++ b/behaviour/entities/1.8.0/components/minecraft.inside_block_notifier.json @@ -12,7 +12,7 @@ "description": "List of blocks, with certain block states, that we are monitoring to see if the entity is inside.", "type": "array", "items": { - "title": "block", + "title": "Block", "description": "TODO", "type": "object", "additionalProperties": false, diff --git a/behaviour/entities/1.8.0/components/minecraft.leashable.json b/behaviour/entities/1.8.0/components/minecraft.leashable.json index d8c1766f..3a738e58 100644 --- a/behaviour/entities/1.8.0/components/minecraft.leashable.json +++ b/behaviour/entities/1.8.0/components/minecraft.leashable.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.leashable", "description": "Allows this entity to be leashed and Defines the conditions and events for this entity when is leashed.", "type": "object", - "title": "Minecraft.leashable 1.8.0", + "title": "Leashable 1.8.0", "additionalProperties": false, "required": [], "properties": { diff --git a/behaviour/entities/1.8.0/events.json b/behaviour/entities/1.8.0/events.json index f87dc819..aec2fd0c 100644 --- a/behaviour/entities/1.8.0/events.json +++ b/behaviour/entities/1.8.0/events.json @@ -114,7 +114,7 @@ "minecraft:entity_born": { "description": "Event called on an entity that is spawned through two entities breeding.", "$ref": "#/definitions/event_base", - "title": "Minecraft:entity Born" + "title": "Entity Born" }, "minecraft:entity_spawned": { "description": "Event called on an entity that is placed in the level.", diff --git a/behaviour/items/1.10.0/items.json b/behaviour/items/1.10.0/items.json index 467de277..61d59426 100644 --- a/behaviour/items/1.10.0/items.json +++ b/behaviour/items/1.10.0/items.json @@ -141,16 +141,24 @@ "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" }, "chance": { - "type": "number" + "type": "number", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" }, "duration": { - "type": "integer" + "type": "integer", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" }, "amplifier": { - "type": "integer" + "type": "integer", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" } } } diff --git a/behaviour/items/1.14.0/items.json b/behaviour/items/1.14.0/items.json index 357391e8..4050943b 100644 --- a/behaviour/items/1.14.0/items.json +++ b/behaviour/items/1.14.0/items.json @@ -69,7 +69,8 @@ }, "minecraft:max_damage": { "type": "integer", - "description": "Max damage item has, this is used like item max health." + "description": "Max damage item has, this is used like item max health.", + "title": "UNDOCUMANTED" }, "minecraft:hand_equipped": { "type": "boolean", @@ -78,24 +79,29 @@ }, "minecraft:stacked_by_data": { "type": "boolean", - "description": "Stacked by data aux value or not?" + "description": "Stacked by data aux value or not?", + "title": "UNDOCUMANTED" }, "minecraft:foil": { "type": "boolean", - "description": "Foil or glint." + "description": "Foil or glint.", + "title": "UNDOCUMANTED" }, "minecraft:block": { "type": "string", - "description": "Block name, leave blank for no block." + "description": "Block name, leave blank for no block.", + "title": "UNDOCUMANTED" }, "minecraft:max_stack_size": { "type": "integer", "description": "Max stack size.", + "title": "UNDOCUMANTED", "minimum": 0 }, "minecraft:use_duration": { "type": "integer", - "description": "How long to use before item is done being used." + "description": "How long to use before item is done being used.", + "title": "UNDOCUMANTED" }, "minecraft:food": { "type": "object", @@ -104,38 +110,46 @@ "properties": { "nutrition": { "type": "integer", - "description": "Nutrition amount." + "description": "Nutrition amount.", + "title": "UNDOCUMANTED" }, "saturation_modifier": { "type": "string", "description": "Choose: poor, low, normal, good, max, supernatural.", - "enum": ["poor", "low", "normal", "good", "max", "supernatural"] + "enum": ["poor", "low", "normal", "good", "max", "supernatural"], + "title": "UNDOCUMANTED" }, "using_converts_to": { "type": "string", "description": "After using, item converts it to this item.", + "title": "UNDOCUMANTED", "$ref": "../../../general/item/identifier.json" }, "on_use_action": { "type": "string", "description": "'chorus_teleport' or 'none'.", + "title": "UNDOCUMANTED", "enum": ["chorus_teleport", "suspicious_stew_effect", "none"] }, "on_use_range": { - "$ref": "../../../general/array_3_number.json" + "$ref": "../../../general/array_3_number.json", + "title": "UNDOCUMANTED" }, "cooldown_type": { "type": "string", "description": "'chorusfruit' or 'none'.", + "title": "UNDOCUMANTED", "enum": ["chorusfruit", "none"] }, "cooldown_time": { "type": "integer", - "description": "Cooldown time in ticks." + "description": "Cooldown time in ticks.", + "title": "UNDOCUMANTED" }, "can_always_eat": { "type": "boolean", - "description": "Can always eat this item? true or false." + "description": "Can always eat this item? true or false.", + "title": "UNDOCUMANTED" }, "effects": { "type": "array", @@ -144,16 +158,24 @@ "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" }, "chance": { - "type": "number" + "type": "number", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" }, "duration": { - "type": "integer" + "type": "integer", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" }, "amplifier": { - "type": "integer" + "type": "integer", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" } } } @@ -161,9 +183,11 @@ "remove_effects": { "type": "array", "description": "Can always eat this item? true or false.", - "title": "remove_effects", + "title": "Remove effects", "items": { - "type": "string" + "type": "string", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" } } } @@ -173,10 +197,13 @@ "type": "object", "properties": { "crop_result": { - "type": "string" + "type": "string", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" }, "plant_at": { "description": "Valid blocks you can plant this item at.", + "title": "UNDOCUMANTED", "oneOf": [ { "type": "string", diff --git a/behaviour/items/1.16.0/items.json b/behaviour/items/1.16.0/items.json index e4602cab..4907cd47 100644 --- a/behaviour/items/1.16.0/items.json +++ b/behaviour/items/1.16.0/items.json @@ -32,13 +32,13 @@ "type": "string", "default": "", "description": "The category for this item. Categories are used to control high level properties of how the item is integrated into the bedrock engine, such as whether it can be used in slash commands.", - "title": "category" + "title": "Category" }, "is_experimental": { "type": "boolean", "default": false, "description": "If this item is experimental, it will only be registered if the world is marked as experimental.", - "title": "is experimental" + "title": "Is experimental" } } }, @@ -81,7 +81,8 @@ }, "minecraft:max_damage": { "type": "integer", - "description": "Max damage item has, this is used like item max health." + "description": "Max damage item has, this is used like item max health.", + "title": "UNDOCUMANTED" }, "minecraft:hand_equipped": { "type": "boolean", @@ -90,24 +91,29 @@ }, "minecraft:stacked_by_data": { "type": "boolean", - "description": "Stacked by data aux value or not?" + "description": "Stacked by data aux value or not?", + "title": "UNDOCUMANTED" }, "minecraft:foil": { "type": "boolean", - "description": "Foil or glint." + "description": "Foil or glint.", + "title": "UNDOCUMANTED" }, "minecraft:block": { "type": "string", - "description": "Block name, leave blank for no block." + "description": "Block name, leave blank for no block.", + "title": "UNDOCUMANTED" }, "minecraft:max_stack_size": { "type": "integer", "description": "Max stack size.", + "title": "UNDOCUMANTED", "minimum": 0 }, "minecraft:use_duration": { "type": "integer", - "description": "How long to use before item is done being used." + "description": "How long to use before item is done being used.", + "title": "UNDOCUMANTED" }, "minecraft:food": { "type": "object", @@ -115,21 +121,25 @@ "properties": { "nutrition": { "type": "integer", - "description": "Nutrition amount." + "description": "Nutrition amount.", + "title": "UNDOCUMANTED" }, "saturation_modifier": { "type": "string", "description": "Choose: poor, low, normal, good, max, supernatural.", + "title": "UNDOCUMANTED", "enum": ["poor", "low", "normal", "good", "max", "supernatural"] }, "using_converts_to": { "type": "string", "description": "After using, item converts it to this item.", + "title": "UNDOCUMANTED", "$ref": "../../../general/item/identifier.json" }, "on_use_action": { "type": "string", "description": "'chorus_teleport' or 'none'.", + "title": "UNDOCUMANTED", "enum": ["chorus_teleport", "suspicious_stew_effect", "none"] }, "on_use_range": { @@ -138,33 +148,46 @@ "cooldown_type": { "type": "string", "description": "'chorusfruit' or 'none'.", + "title": "UNDOCUMANTED", "enum": ["chorusfruit", "none"] }, "cooldown_time": { "type": "integer", - "description": "Cooldown time in ticks." + "description": "Cooldown time in ticks.", + "title": "UNDOCUMANTED" }, "can_always_eat": { "type": "boolean", - "description": "Can always eat this item? true or false." + "description": "Can always eat this item? true or false.", + "title": "UNDOCUMANTED" }, "effects": { "type": "array", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED", "items": { "additionalProperties": false, "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" }, "chance": { - "type": "number" + "type": "number", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" }, "duration": { - "type": "integer" + "type": "integer", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" }, "amplifier": { - "type": "integer" + "type": "integer", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" } } } @@ -176,10 +199,13 @@ "type": "object", "properties": { "crop_result": { - "type": "string" + "type": "string", + "description": "UNDOCUMANTED", + "title": "UNDOCUMANTED" }, "plant_at": { "description": "Valid blocks you can plant this item at.", + "title": "UNDOCUMANTED", "oneOf": [ { "type": "string", diff --git a/behaviour/items/1.16.100/components/minecraft.armor.json b/behaviour/items/1.16.100/components/minecraft.armor.json index a176282f..444fffde 100644 --- a/behaviour/items/1.16.100/components/minecraft.armor.json +++ b/behaviour/items/1.16.100/components/minecraft.armor.json @@ -10,13 +10,13 @@ "protection": { "type": "number", "description": "How much protection does the armor item have.", - "title": "protection" + "title": "Protection" }, "texture_type": { "type": "string", "default": "", "description": "Texture Type to apply for the armor. Note that Horse armor is restricted to leather, iron, gold, or diamond.", - "title": "texture type" + "title": "Texture type" } } } diff --git a/behaviour/items/1.16.100/components/minecraft.block_placer.json b/behaviour/items/1.16.100/components/minecraft.block_placer.json index 4540c372..8c910714 100644 --- a/behaviour/items/1.16.100/components/minecraft.block_placer.json +++ b/behaviour/items/1.16.100/components/minecraft.block_placer.json @@ -24,7 +24,7 @@ "block": { "type": "string", "description": "Set the placement block name for the planter item.", - "title": "protection" + "title": "Protection" }, "use_on": { "description": "List of block descriptors that contain blocks that this item can be used on. If left empty, all blocks will be allowed.", diff --git a/behaviour/items/1.16.100/components/minecraft.display_name.json b/behaviour/items/1.16.100/components/minecraft.display_name.json index 33ed9390..bb132544 100644 --- a/behaviour/items/1.16.100/components/minecraft.display_name.json +++ b/behaviour/items/1.16.100/components/minecraft.display_name.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behaviour.1.16.100.items.minecraft:display_name", - "title": "display_name", + "title": "Display name", "description": "Display Name item component. Display Names display the name of an item.", "type": "object", "additionalProperties": false, diff --git a/behaviour/items/1.16.100/components/minecraft.fuel.json b/behaviour/items/1.16.100/components/minecraft.fuel.json index 12f1fc5b..92c2c9a3 100644 --- a/behaviour/items/1.16.100/components/minecraft.fuel.json +++ b/behaviour/items/1.16.100/components/minecraft.fuel.json @@ -9,7 +9,7 @@ "properties": { "duration": { "type": "number", - "title": "duration", + "title": "Duration", "description": "How long in seconds will this fuel cook items for." } } diff --git a/behaviour/items/1.16.100/components/minecraft.throwable.json b/behaviour/items/1.16.100/components/minecraft.throwable.json index a7d1cabb..7f69bdef 100644 --- a/behaviour/items/1.16.100/components/minecraft.throwable.json +++ b/behaviour/items/1.16.100/components/minecraft.throwable.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behaviour.1.16.100.items.minecraft:", - "title": "minecraft:throwable", + "title": "Throwable", "description": "Throwable item component. Throwable items, such as a snowball.", "type": "object", "additionalProperties": false, diff --git a/behaviour/items/1.16.100/items.json b/behaviour/items/1.16.100/items.json index 3e7a5f30..fc81d9e9 100644 --- a/behaviour/items/1.16.100/items.json +++ b/behaviour/items/1.16.100/items.json @@ -15,7 +15,7 @@ "required": ["description"], "type": "object", "description": "TODO", - "title": "Minecraft item", + "title": "item", "properties": { "description": { "additionalProperties": false, @@ -33,20 +33,18 @@ "type": "string", "default": "", "description": "The category for this item. Categories are used to control high level properties of how the item is integrated into the bedrock engine, such as whether it can be used in slash commands.", - "title": "category" + "title": "Category" }, "is_experimental": { "type": "boolean", "default": false, "description": "If this item is experimental, it will only be registered if the world is marked as experimental.", - "title": "is experimental" + "title": "Is experimental" } } }, "components": { - "additionalProperties": { - "type": "object" - }, + "additionalProperties": { "type": "object" }, "type": "object", "description": "The components of this item", "properties": { diff --git a/behaviour/items/1.16.200/components/minecraft.armor.json b/behaviour/items/1.16.200/components/minecraft.armor.json index f4e8f632..4d81774d 100644 --- a/behaviour/items/1.16.200/components/minecraft.armor.json +++ b/behaviour/items/1.16.200/components/minecraft.armor.json @@ -10,13 +10,13 @@ "protection": { "type": "number", "description": "How much protection does the armor item have.", - "title": "protection" + "title": "Protection" }, "texture_type": { "type": "string", "default": "", "description": "Texture Type to apply for the armor. Note that Horse armor is restricted to leather, iron, gold, or diamond.", - "title": "texture type" + "title": "Texture type" } } } diff --git a/behaviour/items/1.16.200/components/minecraft.block_placer.json b/behaviour/items/1.16.200/components/minecraft.block_placer.json index 27ddd451..23658f9d 100644 --- a/behaviour/items/1.16.200/components/minecraft.block_placer.json +++ b/behaviour/items/1.16.200/components/minecraft.block_placer.json @@ -24,7 +24,7 @@ "block": { "type": "string", "description": "Set the placement block name for the planter item.", - "title": "protection" + "title": "Protection" }, "use_on": { "description": "List of block descriptors that contain blocks that this item can be used on. If left empty, all blocks will be allowed.", diff --git a/behaviour/items/1.16.200/components/minecraft.display_name.json b/behaviour/items/1.16.200/components/minecraft.display_name.json index 8f9837d3..d8561c71 100644 --- a/behaviour/items/1.16.200/components/minecraft.display_name.json +++ b/behaviour/items/1.16.200/components/minecraft.display_name.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behaviour.1.16.200.items.minecraft:display_name", - "title": "display_name", + "title": "Display name", "description": "Display Name item component. Display Names display the name of an item.", "type": "object", "additionalProperties": false, diff --git a/behaviour/items/1.16.200/components/minecraft.fuel.json b/behaviour/items/1.16.200/components/minecraft.fuel.json index c654f28c..cf5e870d 100644 --- a/behaviour/items/1.16.200/components/minecraft.fuel.json +++ b/behaviour/items/1.16.200/components/minecraft.fuel.json @@ -9,7 +9,7 @@ "properties": { "duration": { "type": "number", - "title": "duration", + "title": "Duration", "description": "How long in seconds will this fuel cook items for." } } diff --git a/behaviour/items/1.16.200/components/minecraft.throwable.json b/behaviour/items/1.16.200/components/minecraft.throwable.json index 49c41356..44c15e10 100644 --- a/behaviour/items/1.16.200/components/minecraft.throwable.json +++ b/behaviour/items/1.16.200/components/minecraft.throwable.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behaviour.1.16.200.items.minecraft:", - "title": "minecraft:throwable", + "title": "Throwable", "description": "Throwable item component. Throwable items, such as a snowball.", "type": "object", "additionalProperties": false, diff --git a/behaviour/items/1.16.200/items.json b/behaviour/items/1.16.200/items.json index 89770d9d..ea633c57 100644 --- a/behaviour/items/1.16.200/items.json +++ b/behaviour/items/1.16.200/items.json @@ -15,7 +15,7 @@ "required": ["description"], "type": "object", "description": "TODO", - "title": "Minecraft item", + "title": "Item", "properties": { "description": { "additionalProperties": false, @@ -33,20 +33,18 @@ "type": "string", "default": "", "description": "The category for this item. Categories are used to control high level properties of how the item is integrated into the bedrock engine, such as whether it can be used in slash commands.", - "title": "category" + "title": "Category" }, "is_experimental": { "type": "boolean", "default": false, "description": "If this item is experimental, it will only be registered if the world is marked as experimental.", - "title": "is experimental" + "title": "Is experimental" } } }, "components": { - "additionalProperties": { - "type": "object" - }, + "additionalProperties": { "type": "object" }, "type": "object", "description": "The components of this item", "properties": { diff --git a/behaviour/loot_tables/functions/specific_enchants.json b/behaviour/loot_tables/functions/specific_enchants.json index eb4ffb39..c4c9bbfa 100644 --- a/behaviour/loot_tables/functions/specific_enchants.json +++ b/behaviour/loot_tables/functions/specific_enchants.json @@ -58,12 +58,12 @@ "level": { "title": "Level", "oneOf": [ - { "type": "integer", "title": "level" }, + { "type": "integer", "title": "Level" }, { "type": "array", "items": [ - { "type": "integer", "title": "min" }, - { "type": "integer", "title": "max" } + { "type": "integer", "title": "Min" }, + { "type": "integer", "title": "Max" } ] } ] diff --git a/resource/entity/1.8.0/entity.json b/resource/entity/1.8.0/entity.json index cba21364..776d5bee 100644 --- a/resource/entity/1.8.0/entity.json +++ b/resource/entity/1.8.0/entity.json @@ -16,7 +16,7 @@ "minecraft:client_entity": { "type": "object", "additionalProperties": false, - "title": "Minecraft client entity", + "title": "Client entity", "description": "The definition of an entity's models, materials, textures, and animations", "properties": { "description": { diff --git a/resource/items/1.10.0/items.json b/resource/items/1.10.0/items.json index 3419d286..660d07f9 100644 --- a/resource/items/1.10.0/items.json +++ b/resource/items/1.10.0/items.json @@ -11,7 +11,7 @@ "title": "TODO title" }, "minecraft:item": { - "title": "Minecraft item", + "title": "Item", "description": "TODO", "required": ["description", "components"], "type": "object", @@ -42,14 +42,14 @@ "additionalProperties": false, "properties": { "minecraft:icon": { - "title": "Minecraft icon", + "title": "Icon", "description": "The texture defined in `textures/item_texture.json`", "type": "string" }, "minecraft:render_offsets": { "type": "string", "description": "TODO", - "title": "Minecraft render offsets", + "title": "Render offsets", "enum": ["apple"] } }