diff --git a/source/behavior/blocks/format/components/block_light_absorption.json b/source/behavior/blocks/format/components/block_light_absorption.json index 3fbd3eab..ddaf1662 100644 --- a/source/behavior/blocks/format/components/block_light_absorption.json +++ b/source/behavior/blocks/format/components/block_light_absorption.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.block_light_absorption", + "$id": "blockception.minecraft.behavior.blocks.minecraft.block_light_absorption", "additionalProperties": false, "type": "integer", - "title": "Block Light Absorption 1.17.0", + "title": "Block Light Absorption", "description": "The amount of light this block will absorb.", "default": 0 } diff --git a/source/behavior/blocks/format/components/block_light_emission.json b/source/behavior/blocks/format/components/block_light_emission.json index cb86c0fd..20f55967 100644 --- a/source/behavior/blocks/format/components/block_light_emission.json +++ b/source/behavior/blocks/format/components/block_light_emission.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.block_light_emission", + "$id": "blockception.minecraft.behavior.blocks.minecraft.block_light_emission", "additionalProperties": false, "type": "number", - "title": "Block Light Emission 1.17.0", + "title": "Block Light Emission", "description": "The amount of light this block will emit in a range [0.0, 1.0].", "minimum": 0, "maximum": 1, diff --git a/source/behavior/blocks/format/components/breakonpush.json b/source/behavior/blocks/format/components/breakonpush.json index 63b9f830..e78172c2 100644 --- a/source/behavior/blocks/format/components/breakonpush.json +++ b/source/behavior/blocks/format/components/breakonpush.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.breakonpush", + "$id": "blockception.minecraft.behavior.blocks.minecraft.breakonpush", "additionalProperties": false, "type": "boolean", - "title": "Break On Push 1.17.0", + "title": "Break On Push", "description": "When pushed by a piston the block breaks." } diff --git a/source/behavior/blocks/format/components/breathability.json b/source/behavior/blocks/format/components/breathability.json index d66a2ef4..e6dd9a3f 100644 --- a/source/behavior/blocks/format/components/breathability.json +++ b/source/behavior/blocks/format/components/breathability.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.breathability", + "$id": "blockception.minecraft.behavior.blocks.minecraft.breathability", "additionalProperties": false, "type": "string", - "title": "Breathability 1.17.0", + "title": "Breathability", "description": "Property describing the breathability of the block, and whether it's treated as a solid block or a block of air", "enum": ["solid", "air"], "default": "solid" diff --git a/source/behavior/blocks/format/components/creative_category.json b/source/behavior/blocks/format/components/creative_category.json index 7bca6fc3..b80bd216 100644 --- a/source/behavior/blocks/format/components/creative_category.json +++ b/source/behavior/blocks/format/components/creative_category.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.creative_category", + "$id": "blockception.minecraft.behavior.blocks.minecraft.creative_category", "additionalProperties": false, "type": "boolean", - "title": "Creative Category 1.17.0", + "title": "Creative Category", "description": "Specifies the creative group for the block." } diff --git a/source/behavior/blocks/format/components/destroy_time.json b/source/behavior/blocks/format/components/destroy_time.json index 7f1406ca..71aaf4c1 100644 --- a/source/behavior/blocks/format/components/destroy_time.json +++ b/source/behavior/blocks/format/components/destroy_time.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.destroy_time", + "$id": "blockception.minecraft.behavior.blocks.minecraft.destroy_time", "additionalProperties": false, "type": "number", - "title": "Destroy Time 1.17.0", + "title": "Destroy Time", "description": "Sets the destroy time property for the block. Greater numbers result in greater mining times. Time is measured in seconds with base equipment.", "default": 0.0 } diff --git a/source/behavior/blocks/format/components/display_name.json b/source/behavior/blocks/format/components/display_name.json index 6945805b..e0aad71e 100644 --- a/source/behavior/blocks/format/components/display_name.json +++ b/source/behavior/blocks/format/components/display_name.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.display_name", + "$id": "blockception.minecraft.behavior.blocks.minecraft.display_name", "additionalProperties": false, "type": "string", - "title": "Display Name 1.17.0", + "title": "Display Name", "description": "Specifies the language file key that maps to what text will be displayed when you hover over the block." } diff --git a/source/behavior/blocks/format/components/entity_collision.json b/source/behavior/blocks/format/components/entity_collision.json index ef7599cb..506ce871 100644 --- a/source/behavior/blocks/format/components/entity_collision.json +++ b/source/behavior/blocks/format/components/entity_collision.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.entity_collision", - "title": "Entity Collision 1.17.0", + "$id": "blockception.minecraft.behavior.blocks.minecraft.entity_collision", + "title": "Entity Collision", "description": "Can only be set to false or an object, it disables the collision of the block with entities.", "oneOf": [ { "type": "boolean", "const": false }, diff --git a/source/behavior/blocks/format/components/explosion_resistance.json b/source/behavior/blocks/format/components/explosion_resistance.json index e4e5fd0b..052fb385 100644 --- a/source/behavior/blocks/format/components/explosion_resistance.json +++ b/source/behavior/blocks/format/components/explosion_resistance.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.explosion_resistance", + "$id": "blockception.minecraft.behavior.blocks.minecraft.explosion_resistance", "additionalProperties": false, "type": "number", - "title": "Explosion Resistance 1.17.0", + "title": "Explosion Resistance", "description": "Sets the explosion resistance for this block.", "default": 0.0 } diff --git a/source/behavior/blocks/format/components/flammable.json b/source/behavior/blocks/format/components/flammable.json index 12f56839..29755e5c 100644 --- a/source/behavior/blocks/format/components/flammable.json +++ b/source/behavior/blocks/format/components/flammable.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.flammable", + "$id": "blockception.minecraft.behavior.blocks.minecraft.flammable", "additionalProperties": false, "type": "object", - "title": "Flammable 1.17.0", + "title": "Flammable", "description": "Describes the flammable properties for this block.", "additionalItems": false, "properties": { diff --git a/source/behavior/blocks/format/components/friction.json b/source/behavior/blocks/format/components/friction.json index df69ee7f..7febfea7 100644 --- a/source/behavior/blocks/format/components/friction.json +++ b/source/behavior/blocks/format/components/friction.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.friction", + "$id": "blockception.minecraft.behavior.blocks.minecraft.friction", "additionalProperties": false, "type": "number", - "title": "Friction 1.17.0", + "title": "Friction", "description": "Property describing the friction for this block. Friction effects an entities movements when it walks on the block.", "default": 0.1 } diff --git a/source/behavior/blocks/format/components/geometry.json b/source/behavior/blocks/format/components/geometry.json index 5ebbcdb1..38724885 100644 --- a/source/behavior/blocks/format/components/geometry.json +++ b/source/behavior/blocks/format/components/geometry.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.geometry", + "$id": "blockception.minecraft.behavior.blocks.minecraft.geometry", "additionalProperties": false, "type": "string", - "title": "Geometry 1.17.0", + "title": "Geometry", "description": "The geometry description identifier to use, this identifier must match an existing geometry identifier in any of the currently loaded resource packs.", "pattern": "^geometry\\.[a-zA-Z0-9_\\-\\.]+$" } diff --git a/source/behavior/blocks/format/components/immovable.json b/source/behavior/blocks/format/components/immovable.json index 292cd5f4..88255ad5 100644 --- a/source/behavior/blocks/format/components/immovable.json +++ b/source/behavior/blocks/format/components/immovable.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.immovable", + "$id": "blockception.minecraft.behavior.blocks.minecraft.immovable", "additionalProperties": false, "type": "boolean", - "title": "Immovable 1.17.0", + "title": "Immovable", "description": "An Immovable block cannot be pushed by pistons" } diff --git a/source/behavior/blocks/format/components/loot.json b/source/behavior/blocks/format/components/loot.json index 286fed74..3cacd67c 100644 --- a/source/behavior/blocks/format/components/loot.json +++ b/source/behavior/blocks/format/components/loot.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.loot", + "$id": "blockception.minecraft.behavior.blocks.minecraft.loot", "additionalProperties": false, "type": "string", - "title": "Loot 1.17.0", + "title": "Loot", "description": "The path to the loot table, relative to the behavior pack.", "pattern": "loot_tables/.*\\.json$" } diff --git a/source/behavior/blocks/format/components/map_color.json b/source/behavior/blocks/format/components/map_color.json index fa3f51ea..af82380d 100644 --- a/source/behavior/blocks/format/components/map_color.json +++ b/source/behavior/blocks/format/components/map_color.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.map_color", + "$id": "blockception.minecraft.behavior.blocks.minecraft.map_color", "additionalProperties": false, "type": "string", - "title": "Map Color 1.17.0", + "title": "Map Color", "description": "A color represented as a hex value. This will be the color rendered to a map.", "format": "color-hex", "examples": ["#FFFFFF"] diff --git a/source/behavior/blocks/format/components/material_instances.json b/source/behavior/blocks/format/components/material_instances.json index 26411c3a..7bc6370e 100644 --- a/source/behavior/blocks/format/components/material_instances.json +++ b/source/behavior/blocks/format/components/material_instances.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.material_instances", + "$id": "blockception.minecraft.behavior.blocks.minecraft.material_instances", "type": "object", - "title": "Material Instances 1.17.0", + "title": "Material Instances", "description": "Maps face or material_instance names in a geometry file to an actual material instance. Material instance can either be a full material instance or a name to another already defined instance", "definitions": { "material_instance": { diff --git a/source/behavior/blocks/format/components/on_fall_on.json b/source/behavior/blocks/format/components/on_fall_on.json index f06a8350..51187e09 100644 --- a/source/behavior/blocks/format/components/on_fall_on.json +++ b/source/behavior/blocks/format/components/on_fall_on.json @@ -1,5 +1,5 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.on_fall_on", + "$id": "blockception.minecraft.behavior.blocks.minecraft.on_fall_on", "type": "object", "title": "On Fall On", "description": "Describes event for this block.", diff --git a/source/behavior/blocks/format/components/on_interact.json b/source/behavior/blocks/format/components/on_interact.json index 3cd685da..1656f561 100644 --- a/source/behavior/blocks/format/components/on_interact.json +++ b/source/behavior/blocks/format/components/on_interact.json @@ -1,5 +1,5 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.on_interact", + "$id": "blockception.minecraft.behavior.blocks.minecraft.on_interact", "type": "object", "title": "On Fall On", "description": "Describes event for this block.", diff --git a/source/behavior/blocks/format/components/on_placed.json b/source/behavior/blocks/format/components/on_placed.json index 057bedcd..7aa7b8ac 100644 --- a/source/behavior/blocks/format/components/on_placed.json +++ b/source/behavior/blocks/format/components/on_placed.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.on_placed", + "$id": "blockception.minecraft.behavior.blocks.minecraft.on_placed", "type": "object", - "title": "On Placed 1.17.0", + "title": "On Placed", "description": "Describes event for this block.", "properties": { "condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" }, diff --git a/source/behavior/blocks/format/components/on_player_destroyed.json b/source/behavior/blocks/format/components/on_player_destroyed.json index 7b7f650f..4c2ed77f 100644 --- a/source/behavior/blocks/format/components/on_player_destroyed.json +++ b/source/behavior/blocks/format/components/on_player_destroyed.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.on_player_destroyed", + "$id": "blockception.minecraft.behavior.blocks.minecraft.on_player_destroyed", "type": "object", - "title": "On Player Destroyed 1.17.0", + "title": "On Player Destroyed", "description": "Describes event for this block.", "properties": { "condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" }, diff --git a/source/behavior/blocks/format/components/on_player_placing.json b/source/behavior/blocks/format/components/on_player_placing.json index 5fe5f901..ed9343fc 100644 --- a/source/behavior/blocks/format/components/on_player_placing.json +++ b/source/behavior/blocks/format/components/on_player_placing.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.on_player_placing", + "$id": "blockception.minecraft.behavior.blocks.minecraft.on_player_placing", "type": "object", - "title": "On Player Placing 1.17.0", + "title": "On Player Placing", "description": "Describes event for this block.", "properties": { "condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" }, diff --git a/source/behavior/blocks/format/components/on_step_off.json b/source/behavior/blocks/format/components/on_step_off.json index 8499b231..3a399893 100644 --- a/source/behavior/blocks/format/components/on_step_off.json +++ b/source/behavior/blocks/format/components/on_step_off.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.on_step_off", + "$id": "blockception.minecraft.behavior.blocks.minecraft.on_step_off", "type": "object", - "title": "On Step Off 1.17.0", + "title": "On Step Off", "description": "Describes event for this block.", "properties": { "condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" }, diff --git a/source/behavior/blocks/format/components/on_step_on.json b/source/behavior/blocks/format/components/on_step_on.json index 2b4089dd..8970aa51 100644 --- a/source/behavior/blocks/format/components/on_step_on.json +++ b/source/behavior/blocks/format/components/on_step_on.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.on_step_on", + "$id": "blockception.minecraft.behavior.blocks.minecraft.on_step_on", "type": "object", - "title": "On Step On 1.17.0", + "title": "On Step On", "description": "Describes event for this block.", "properties": { "condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" }, diff --git a/source/behavior/blocks/format/components/onlypistonpush.json b/source/behavior/blocks/format/components/onlypistonpush.json index 22217b8d..44c58311 100644 --- a/source/behavior/blocks/format/components/onlypistonpush.json +++ b/source/behavior/blocks/format/components/onlypistonpush.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.onlypistonpush", + "$id": "blockception.minecraft.behavior.blocks.minecraft.onlypistonpush", "type": "boolean", - "title": "Only Piston Push 1.17.0", + "title": "Only Piston Push", "description": "Blocks with those components won't stick to stickyPistons" } diff --git a/source/behavior/blocks/format/components/part_visibility.json b/source/behavior/blocks/format/components/part_visibility.json index 43a162b4..ca96fbb0 100644 --- a/source/behavior/blocks/format/components/part_visibility.json +++ b/source/behavior/blocks/format/components/part_visibility.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.part_visibility", - "title": "Part Visibility 1.17.0", + "$id": "blockception.minecraft.behavior.blocks.minecraft.part_visibility", + "title": "Part Visibility", "description": "Maps bone names in a geometry file to a condition that turns their rendering on/off. The condition should be a Molang query that uses block properties to determine true/falseSupported queries include 'has_block_property', 'block_property', and other queries that can evaluate without knowledge of the block's in-game positional or player affected data.", "type": "object", "additionalProperties": { diff --git a/source/behavior/blocks/format/components/pick_collision.json b/source/behavior/blocks/format/components/pick_collision.json index 326c9ba2..1c106bfd 100644 --- a/source/behavior/blocks/format/components/pick_collision.json +++ b/source/behavior/blocks/format/components/pick_collision.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.pick_collision", - "title": "Pick Collision 1.17.0", + "$id": "blockception.minecraft.behavior.blocks.minecraft.pick_collision", + "title": "Pick Collision", "description": "Can only be set to false, it disables the collision of the block with entities", "oneOf": [ { "type": "boolean", "const": false }, diff --git a/source/behavior/blocks/format/components/placement_filter.json b/source/behavior/blocks/format/components/placement_filter.json index 469a4161..d916ee35 100644 --- a/source/behavior/blocks/format/components/placement_filter.json +++ b/source/behavior/blocks/format/components/placement_filter.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.placement_filter", - "title": "Placement Filter 1.17.0", + "$id": "blockception.minecraft.behavior.blocks.minecraft.placement_filter", + "title": "Placement Filter", "description": "Sets rules for under what conditions the block can be placed/survive", "type": "object", "properties": { diff --git a/source/behavior/blocks/format/components/preventsjumping.json b/source/behavior/blocks/format/components/preventsjumping.json index 106c053a..879cea86 100644 --- a/source/behavior/blocks/format/components/preventsjumping.json +++ b/source/behavior/blocks/format/components/preventsjumping.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.preventsjumping", - "title": "Prevents Jumping 1.17.0", + "$id": "blockception.minecraft.behavior.blocks.minecraft.preventsjumping", + "title": "Prevents Jumping", "description": "This component makes it so actors can't jump when walking on this block", "type": "boolean" } diff --git a/source/behavior/blocks/format/components/random_ticking.json b/source/behavior/blocks/format/components/random_ticking.json index 2a15b20e..476946a1 100644 --- a/source/behavior/blocks/format/components/random_ticking.json +++ b/source/behavior/blocks/format/components/random_ticking.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.random_ticking", - "title": "Random Ticking 1.17.0", + "$id": "blockception.minecraft.behavior.blocks.minecraft.random_ticking", + "title": "Random Ticking", "description": "Describes the component that will trigger an even at a regular interval between two values", "type": "object", "additionalProperties": false, diff --git a/source/behavior/blocks/format/components/rotation.json b/source/behavior/blocks/format/components/rotation.json index 60d9417f..ff886e3b 100644 --- a/source/behavior/blocks/format/components/rotation.json +++ b/source/behavior/blocks/format/components/rotation.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.rotation", - "title": "Rotation 1.17.0", + "$id": "blockception.minecraft.behavior.blocks.minecraft.rotation", + "title": "Rotation", "description": "This is the block's rotation around the center of the cube in degrees. The rotation order is x-y-z.", "type": "array", "additionalProperties": false, diff --git a/source/behavior/blocks/format/components/ticking.json b/source/behavior/blocks/format/components/ticking.json index 29246d05..c7c7da73 100644 --- a/source/behavior/blocks/format/components/ticking.json +++ b/source/behavior/blocks/format/components/ticking.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.ticking", - "title": "Ticking 1.17.0", + "$id": "blockception.minecraft.behavior.blocks.minecraft.ticking", + "title": "Ticking", "description": "Describes the component that will trigger an even at a regular interval between two values", "type": "object", "additionalProperties": false, diff --git a/source/behavior/blocks/format/components/unit_cube.json b/source/behavior/blocks/format/components/unit_cube.json index dea0e768..0a463b20 100644 --- a/source/behavior/blocks/format/components/unit_cube.json +++ b/source/behavior/blocks/format/components/unit_cube.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.unit_cube", - "title": "Unit Cube 1.17.0", + "$id": "blockception.minecraft.behavior.blocks.minecraft.unit_cube", + "title": "Unit Cube", "description": "Specifies that a unit cube is to be used with tessellation.", "type": "object" } diff --git a/source/behavior/blocks/format/components/unwalkable.json b/source/behavior/blocks/format/components/unwalkable.json index 68b53803..1ec73c99 100644 --- a/source/behavior/blocks/format/components/unwalkable.json +++ b/source/behavior/blocks/format/components/unwalkable.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.unwalkable", - "title": "Unwalkable 1.17.0", + "$id": "blockception.minecraft.behavior.blocks.minecraft.unwalkable", + "title": "Unwalkable", "description": "Sets the block as unwalkable. Mobs would not attempt to path over top of it when the value is set to true.", "default": false, "type": "boolean" diff --git a/source/behavior/blocks/format/events.json b/source/behavior/blocks/format/events.json index 6f159a9b..897a1bd1 100644 --- a/source/behavior/blocks/format/events.json +++ b/source/behavior/blocks/format/events.json @@ -1,5 +1,5 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events", + "$id": "blockception.minecraft.behavior.block.events", "title": "Events", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", diff --git a/source/behavior/blocks/format/events/add_mob_effect.json b/source/behavior/blocks/format/events/add_mob_effect.json index 123ab650..3967fd44 100644 --- a/source/behavior/blocks/format/events/add_mob_effect.json +++ b/source/behavior/blocks/format/events/add_mob_effect.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.add_mob_effect", + "$id": "blockception.minecraft.behavior.block.events.add_mob_effect", "type": "object", "description": "Apply mob effect to target.", - "title": "Add Mob Effect 1.17.0", + "title": "Add Mob Effect", "additionalProperties": false, "properties": { "amplifier": { "type": "integer", "default": 0, "description": "The amplifier for the mob effect.", "title": "Amplifier" }, diff --git a/source/behavior/blocks/format/events/damage.json b/source/behavior/blocks/format/events/damage.json index 07fbf2af..b9277ac9 100644 --- a/source/behavior/blocks/format/events/damage.json +++ b/source/behavior/blocks/format/events/damage.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.damage", + "$id": "blockception.minecraft.behavior.block.events.damage", "type": "object", "description": "Deals damage to the target.", - "title": "Damage 1.17.0", + "title": "Damage", "additionalProperties": false, "properties": { "amount": { "type": "integer", "default": 0, "description": "The amount of damage to deal.", "title": "Amount" }, diff --git a/source/behavior/blocks/format/events/decrement_stack.json b/source/behavior/blocks/format/events/decrement_stack.json index 026895b3..34eb1fbe 100644 --- a/source/behavior/blocks/format/events/decrement_stack.json +++ b/source/behavior/blocks/format/events/decrement_stack.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.decrement_stack", + "$id": "blockception.minecraft.behavior.block.events.decrement_stack", "type": "object", "description": "Decrement item stack.", - "title": "Decrement Stack 1.17.0", + "title": "Decrement Stack", "additionalProperties": false, "properties": {} } diff --git a/source/behavior/blocks/format/events/die.json b/source/behavior/blocks/format/events/die.json index 929163dd..d8196e8f 100644 --- a/source/behavior/blocks/format/events/die.json +++ b/source/behavior/blocks/format/events/die.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.die", + "$id": "blockception.minecraft.behavior.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.17.0", + "title": "Die", "additionalProperties": false, "properties": { "target": { "type": "object", "default": "self", "description": "The target context to execute against.", "title": "Target" } } } diff --git a/source/behavior/blocks/format/events/play_effect.json b/source/behavior/blocks/format/events/play_effect.json index 449a4cd1..6c3037c1 100644 --- a/source/behavior/blocks/format/events/play_effect.json +++ b/source/behavior/blocks/format/events/play_effect.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.play_effect", + "$id": "blockception.minecraft.behavior.block.events.play_effect", "type": "object", "description": "Spawns a particle effect relative to target position.", - "title": "Play Effect 1.17.0", + "title": "Play Effect", "additionalProperties": false, "properties": { "data": { "type": "integer", "default": 0, "description": "Particle data value.", "title": "Data" }, diff --git a/source/behavior/blocks/format/events/play_sound.json b/source/behavior/blocks/format/events/play_sound.json index 43265d90..87af7ba4 100644 --- a/source/behavior/blocks/format/events/play_sound.json +++ b/source/behavior/blocks/format/events/play_sound.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.playsound", + "$id": "blockception.minecraft.behavior.block.events.playsound", "type": "object", "description": "Play a sound relative to target position.", - "title": "Playsound 1.17.0", + "title": "Playsound", "additionalProperties": false, "properties": { "sound": { "type": "string", "default": "", "description": "The name of the sound to play.", "title": "Sound" }, diff --git a/source/behavior/blocks/format/events/remove_mob_effect.json b/source/behavior/blocks/format/events/remove_mob_effect.json index 0e551ee1..466e0169 100644 --- a/source/behavior/blocks/format/events/remove_mob_effect.json +++ b/source/behavior/blocks/format/events/remove_mob_effect.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.remove_mob_effect", + "$id": "blockception.minecraft.behavior.block.events.remove_mob_effect", "type": "object", "description": "Removes mob effect from target.", - "title": "Remove Mob Effect 1.17.0", + "title": "Remove Mob Effect", "additionalProperties": false, "properties": { "effect": { diff --git a/source/behavior/blocks/format/events/run_command.json b/source/behavior/blocks/format/events/run_command.json index cc3e63c9..4602b450 100644 --- a/source/behavior/blocks/format/events/run_command.json +++ b/source/behavior/blocks/format/events/run_command.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.run_command", + "$id": "blockception.minecraft.behavior.block.events.run_command", "type": "object", "description": "Triggers a slash command or a list of slash commands.", - "title": "Run Command 1.17.0", + "title": "Run Command", "additionalProperties": false, "properties": { "command": { diff --git a/source/behavior/blocks/format/events/set_block.json b/source/behavior/blocks/format/events/set_block.json index 90899b01..04ee9b3b 100644 --- a/source/behavior/blocks/format/events/set_block.json +++ b/source/behavior/blocks/format/events/set_block.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.set_block", + "$id": "blockception.minecraft.behavior.block.events.set_block", "type": "object", "description": "Sets this block to another block type.", - "title": "Set Block 1.17.0", + "title": "Set Block", "additionalProperties": false, "properties": { "block_type": { "type": "string", "default": "", "description": "The type of block to set.", "title": "Block Type" } } } diff --git a/source/behavior/blocks/format/events/set_block_at_pos.json b/source/behavior/blocks/format/events/set_block_at_pos.json index fb1942ff..25a28d9b 100644 --- a/source/behavior/blocks/format/events/set_block_at_pos.json +++ b/source/behavior/blocks/format/events/set_block_at_pos.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.set_block_at_pos", + "$id": "blockception.minecraft.behavior.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.17.0", + "title": "Set Block At Pos", "additionalProperties": false, "properties": { "block_offset": { diff --git a/source/behavior/blocks/format/events/set_block_property.json b/source/behavior/blocks/format/events/set_block_property.json index c6cc5ed8..ea554fcd 100644 --- a/source/behavior/blocks/format/events/set_block_property.json +++ b/source/behavior/blocks/format/events/set_block_property.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.set_block_property", + "$id": "blockception.minecraft.behavior.block.events.set_block_property", "type": "object", "description": "Sets a block property on this block", - "title": "Set Block Property 1.17.0", + "title": "Set Block Property", "additionalProperties": false, "properties": { "property": { "type": "string", "description": "Block property to set on the block.", "title": "Property" } } } diff --git a/source/behavior/blocks/format/events/spawn_loot.json b/source/behavior/blocks/format/events/spawn_loot.json index 18c797c2..e11ba4ce 100644 --- a/source/behavior/blocks/format/events/spawn_loot.json +++ b/source/behavior/blocks/format/events/spawn_loot.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.spawn_loot", + "$id": "blockception.minecraft.behavior.block.events.spawn_loot", "type": "object", "description": "Spawn loot from block.", - "title": "Spawn Loot 1.17.0", + "title": "Spawn Loot", "required": ["table"], "additionalProperties": false, "properties": { diff --git a/source/behavior/blocks/format/events/swing.json b/source/behavior/blocks/format/events/swing.json index ab5dfd61..71d5747f 100644 --- a/source/behavior/blocks/format/events/swing.json +++ b/source/behavior/blocks/format/events/swing.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.swing", + "$id": "blockception.minecraft.behavior.block.events.swing", "type": "object", "description": "Event causes the actor to swing.", - "title": "Swing 1.17.0", + "title": "Swing", "additionalProperties": false, "properties": {} } diff --git a/source/behavior/blocks/format/events/teleport.json b/source/behavior/blocks/format/events/teleport.json index 6e2219ec..df928754 100644 --- a/source/behavior/blocks/format/events/teleport.json +++ b/source/behavior/blocks/format/events/teleport.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.teleport", + "$id": "blockception.minecraft.behavior.block.events.teleport", "type": "object", "description": "Teleport target randomly around destination point.", - "title": "Teleport 1.17.0", + "title": "Teleport", "additionalProperties": false, "properties": { "avoid_water": { diff --git a/source/behavior/blocks/format/events/transform_item.json b/source/behavior/blocks/format/events/transform_item.json index 9f621678..b2a71947 100644 --- a/source/behavior/blocks/format/events/transform_item.json +++ b/source/behavior/blocks/format/events/transform_item.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.1.17.0.block.events.transform_item", + "$id": "blockception.minecraft.behavior.block.events.transform_item", "type": "object", "description": "Transforms item into another item.", - "title": "Transform Item 1.17.0", + "title": "Transform Item", "additionalProperties": false, "properties": { "transform": { "type": "string", "description": "Name of the item it should transform into", "title": "Transform" } } } diff --git a/source/behavior/blocks/format/minecraft.block.json b/source/behavior/blocks/format/minecraft.block.json index 623b815e..c2593dd6 100644 --- a/source/behavior/blocks/format/minecraft.block.json +++ b/source/behavior/blocks/format/minecraft.block.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema", - "$id": "blockception.minecraft.behavior.1.17.0.blocks", + "$id": "blockception.minecraft.behavior.blocks", "title": "Block Definitions", "description": "A custom block definition", "type": "object",