Removed format versionsing

This commit is contained in:
DaanV2
2022-06-07 21:39:02 +02:00
parent 5410c174c0
commit 2c5aa57631
50 changed files with 96 additions and 96 deletions

View File

@@ -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, "additionalProperties": false,
"type": "integer", "type": "integer",
"title": "Block Light Absorption 1.17.0", "title": "Block Light Absorption",
"description": "The amount of light this block will absorb.", "description": "The amount of light this block will absorb.",
"default": 0 "default": 0
} }

View File

@@ -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, "additionalProperties": false,
"type": "number", "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].", "description": "The amount of light this block will emit in a range [0.0, 1.0].",
"minimum": 0, "minimum": 0,
"maximum": 1, "maximum": 1,

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.breakonpush", "$id": "blockception.minecraft.behavior.blocks.minecraft.breakonpush",
"additionalProperties": false, "additionalProperties": false,
"type": "boolean", "type": "boolean",
"title": "Break On Push 1.17.0", "title": "Break On Push",
"description": "When pushed by a piston the block breaks." "description": "When pushed by a piston the block breaks."
} }

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.breathability", "$id": "blockception.minecraft.behavior.blocks.minecraft.breathability",
"additionalProperties": false, "additionalProperties": false,
"type": "string", "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", "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"], "enum": ["solid", "air"],
"default": "solid" "default": "solid"

View File

@@ -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, "additionalProperties": false,
"type": "boolean", "type": "boolean",
"title": "Creative Category 1.17.0", "title": "Creative Category",
"description": "Specifies the creative group for the block." "description": "Specifies the creative group for the block."
} }

View File

@@ -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, "additionalProperties": false,
"type": "number", "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.", "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 "default": 0.0
} }

View File

@@ -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, "additionalProperties": false,
"type": "string", "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." "description": "Specifies the language file key that maps to what text will be displayed when you hover over the block."
} }

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.entity_collision", "$id": "blockception.minecraft.behavior.blocks.minecraft.entity_collision",
"title": "Entity Collision 1.17.0", "title": "Entity Collision",
"description": "Can only be set to false or an object, it disables the collision of the block with entities.", "description": "Can only be set to false or an object, it disables the collision of the block with entities.",
"oneOf": [ "oneOf": [
{ "type": "boolean", "const": false }, { "type": "boolean", "const": false },

View File

@@ -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, "additionalProperties": false,
"type": "number", "type": "number",
"title": "Explosion Resistance 1.17.0", "title": "Explosion Resistance",
"description": "Sets the explosion resistance for this block.", "description": "Sets the explosion resistance for this block.",
"default": 0.0 "default": 0.0
} }

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.flammable", "$id": "blockception.minecraft.behavior.blocks.minecraft.flammable",
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Flammable 1.17.0", "title": "Flammable",
"description": "Describes the flammable properties for this block.", "description": "Describes the flammable properties for this block.",
"additionalItems": false, "additionalItems": false,
"properties": { "properties": {

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.friction", "$id": "blockception.minecraft.behavior.blocks.minecraft.friction",
"additionalProperties": false, "additionalProperties": false,
"type": "number", "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.", "description": "Property describing the friction for this block. Friction effects an entities movements when it walks on the block.",
"default": 0.1 "default": 0.1
} }

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.geometry", "$id": "blockception.minecraft.behavior.blocks.minecraft.geometry",
"additionalProperties": false, "additionalProperties": false,
"type": "string", "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.", "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_\\-\\.]+$" "pattern": "^geometry\\.[a-zA-Z0-9_\\-\\.]+$"
} }

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.immovable", "$id": "blockception.minecraft.behavior.blocks.minecraft.immovable",
"additionalProperties": false, "additionalProperties": false,
"type": "boolean", "type": "boolean",
"title": "Immovable 1.17.0", "title": "Immovable",
"description": "An Immovable block cannot be pushed by pistons" "description": "An Immovable block cannot be pushed by pistons"
} }

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.loot", "$id": "blockception.minecraft.behavior.blocks.minecraft.loot",
"additionalProperties": false, "additionalProperties": false,
"type": "string", "type": "string",
"title": "Loot 1.17.0", "title": "Loot",
"description": "The path to the loot table, relative to the behavior pack.", "description": "The path to the loot table, relative to the behavior pack.",
"pattern": "loot_tables/.*\\.json$" "pattern": "loot_tables/.*\\.json$"
} }

View File

@@ -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, "additionalProperties": false,
"type": "string", "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.", "description": "A color represented as a hex value. This will be the color rendered to a map.",
"format": "color-hex", "format": "color-hex",
"examples": ["#FFFFFF"] "examples": ["#FFFFFF"]

View File

@@ -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", "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", "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": { "definitions": {
"material_instance": { "material_instance": {

View File

@@ -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", "type": "object",
"title": "On Fall On", "title": "On Fall On",
"description": "Describes event for this block.", "description": "Describes event for this block.",

View File

@@ -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", "type": "object",
"title": "On Fall On", "title": "On Fall On",
"description": "Describes event for this block.", "description": "Describes event for this block.",

View File

@@ -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", "type": "object",
"title": "On Placed 1.17.0", "title": "On Placed",
"description": "Describes event for this block.", "description": "Describes event for this block.",
"properties": { "properties": {
"condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" }, "condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" },

View File

@@ -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", "type": "object",
"title": "On Player Destroyed 1.17.0", "title": "On Player Destroyed",
"description": "Describes event for this block.", "description": "Describes event for this block.",
"properties": { "properties": {
"condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" }, "condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" },

View File

@@ -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", "type": "object",
"title": "On Player Placing 1.17.0", "title": "On Player Placing",
"description": "Describes event for this block.", "description": "Describes event for this block.",
"properties": { "properties": {
"condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" }, "condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" },

View File

@@ -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", "type": "object",
"title": "On Step Off 1.17.0", "title": "On Step Off",
"description": "Describes event for this block.", "description": "Describes event for this block.",
"properties": { "properties": {
"condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" }, "condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" },

View File

@@ -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", "type": "object",
"title": "On Step On 1.17.0", "title": "On Step On",
"description": "Describes event for this block.", "description": "Describes event for this block.",
"properties": { "properties": {
"condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" }, "condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" },

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.onlypistonpush", "$id": "blockception.minecraft.behavior.blocks.minecraft.onlypistonpush",
"type": "boolean", "type": "boolean",
"title": "Only Piston Push 1.17.0", "title": "Only Piston Push",
"description": "Blocks with those components won't stick to stickyPistons" "description": "Blocks with those components won't stick to stickyPistons"
} }

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.part_visibility", "$id": "blockception.minecraft.behavior.blocks.minecraft.part_visibility",
"title": "Part Visibility 1.17.0", "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.", "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", "type": "object",
"additionalProperties": { "additionalProperties": {

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.pick_collision", "$id": "blockception.minecraft.behavior.blocks.minecraft.pick_collision",
"title": "Pick Collision 1.17.0", "title": "Pick Collision",
"description": "Can only be set to false, it disables the collision of the block with entities", "description": "Can only be set to false, it disables the collision of the block with entities",
"oneOf": [ "oneOf": [
{ "type": "boolean", "const": false }, { "type": "boolean", "const": false },

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.placement_filter", "$id": "blockception.minecraft.behavior.blocks.minecraft.placement_filter",
"title": "Placement Filter 1.17.0", "title": "Placement Filter",
"description": "Sets rules for under what conditions the block can be placed/survive", "description": "Sets rules for under what conditions the block can be placed/survive",
"type": "object", "type": "object",
"properties": { "properties": {

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.preventsjumping", "$id": "blockception.minecraft.behavior.blocks.minecraft.preventsjumping",
"title": "Prevents Jumping 1.17.0", "title": "Prevents Jumping",
"description": "This component makes it so actors can't jump when walking on this block", "description": "This component makes it so actors can't jump when walking on this block",
"type": "boolean" "type": "boolean"
} }

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.random_ticking", "$id": "blockception.minecraft.behavior.blocks.minecraft.random_ticking",
"title": "Random Ticking 1.17.0", "title": "Random Ticking",
"description": "Describes the component that will trigger an even at a regular interval between two values", "description": "Describes the component that will trigger an even at a regular interval between two values",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.rotation", "$id": "blockception.minecraft.behavior.blocks.minecraft.rotation",
"title": "Rotation 1.17.0", "title": "Rotation",
"description": "This is the block's rotation around the center of the cube in degrees. The rotation order is x-y-z.", "description": "This is the block's rotation around the center of the cube in degrees. The rotation order is x-y-z.",
"type": "array", "type": "array",
"additionalProperties": false, "additionalProperties": false,

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.ticking", "$id": "blockception.minecraft.behavior.blocks.minecraft.ticking",
"title": "Ticking 1.17.0", "title": "Ticking",
"description": "Describes the component that will trigger an even at a regular interval between two values", "description": "Describes the component that will trigger an even at a regular interval between two values",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.unit_cube", "$id": "blockception.minecraft.behavior.blocks.minecraft.unit_cube",
"title": "Unit Cube 1.17.0", "title": "Unit Cube",
"description": "Specifies that a unit cube is to be used with tessellation.", "description": "Specifies that a unit cube is to be used with tessellation.",
"type": "object" "type": "object"
} }

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.unwalkable", "$id": "blockception.minecraft.behavior.blocks.minecraft.unwalkable",
"title": "Unwalkable 1.17.0", "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.", "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, "default": false,
"type": "boolean" "type": "boolean"

View File

@@ -1,5 +1,5 @@
{ {
"$id": "blockception.minecraft.behavior.1.17.0.block.events", "$id": "blockception.minecraft.behavior.block.events",
"title": "Events", "title": "Events",
"description": "UNDOCUMENTED", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED",

View File

@@ -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", "type": "object",
"description": "Apply mob effect to target.", "description": "Apply mob effect to target.",
"title": "Add Mob Effect 1.17.0", "title": "Add Mob Effect",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"amplifier": { "type": "integer", "default": 0, "description": "The amplifier for the mob effect.", "title": "Amplifier" }, "amplifier": { "type": "integer", "default": 0, "description": "The amplifier for the mob effect.", "title": "Amplifier" },

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.behavior.1.17.0.block.events.damage", "$id": "blockception.minecraft.behavior.block.events.damage",
"type": "object", "type": "object",
"description": "Deals damage to the target.", "description": "Deals damage to the target.",
"title": "Damage 1.17.0", "title": "Damage",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"amount": { "type": "integer", "default": 0, "description": "The amount of damage to deal.", "title": "Amount" }, "amount": { "type": "integer", "default": 0, "description": "The amount of damage to deal.", "title": "Amount" },

View File

@@ -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", "type": "object",
"description": "Decrement item stack.", "description": "Decrement item stack.",
"title": "Decrement Stack 1.17.0", "title": "Decrement Stack",
"additionalProperties": false, "additionalProperties": false,
"properties": {} "properties": {}
} }

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.behavior.1.17.0.block.events.die", "$id": "blockception.minecraft.behavior.block.events.die",
"type": "object", "type": "object",
"description": "Kill target. If target is self and this is run from a block then destroy the block.", "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, "additionalProperties": false,
"properties": { "target": { "type": "object", "default": "self", "description": "The target context to execute against.", "title": "Target" } } "properties": { "target": { "type": "object", "default": "self", "description": "The target context to execute against.", "title": "Target" } }
} }

View File

@@ -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", "type": "object",
"description": "Spawns a particle effect relative to target position.", "description": "Spawns a particle effect relative to target position.",
"title": "Play Effect 1.17.0", "title": "Play Effect",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"data": { "type": "integer", "default": 0, "description": "Particle data value.", "title": "Data" }, "data": { "type": "integer", "default": 0, "description": "Particle data value.", "title": "Data" },

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.behavior.1.17.0.block.events.playsound", "$id": "blockception.minecraft.behavior.block.events.playsound",
"type": "object", "type": "object",
"description": "Play a sound relative to target position.", "description": "Play a sound relative to target position.",
"title": "Playsound 1.17.0", "title": "Playsound",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"sound": { "type": "string", "default": "", "description": "The name of the sound to play.", "title": "Sound" }, "sound": { "type": "string", "default": "", "description": "The name of the sound to play.", "title": "Sound" },

View File

@@ -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", "type": "object",
"description": "Removes mob effect from target.", "description": "Removes mob effect from target.",
"title": "Remove Mob Effect 1.17.0", "title": "Remove Mob Effect",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"effect": { "effect": {

View File

@@ -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", "type": "object",
"description": "Triggers a slash command or a list of slash commands.", "description": "Triggers a slash command or a list of slash commands.",
"title": "Run Command 1.17.0", "title": "Run Command",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"command": { "command": {

View File

@@ -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", "type": "object",
"description": "Sets this block to another block type.", "description": "Sets this block to another block type.",
"title": "Set Block 1.17.0", "title": "Set Block",
"additionalProperties": false, "additionalProperties": false,
"properties": { "block_type": { "type": "string", "default": "", "description": "The type of block to set.", "title": "Block Type" } } "properties": { "block_type": { "type": "string", "default": "", "description": "The type of block to set.", "title": "Block Type" } }
} }

View File

@@ -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", "type": "object",
"description": "Sets a block relative to this block to another block type.", "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, "additionalProperties": false,
"properties": { "properties": {
"block_offset": { "block_offset": {

View File

@@ -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", "type": "object",
"description": "Sets a block property on this block", "description": "Sets a block property on this block",
"title": "Set Block Property 1.17.0", "title": "Set Block Property",
"additionalProperties": false, "additionalProperties": false,
"properties": { "property": { "type": "string", "description": "Block property to set on the block.", "title": "Property" } } "properties": { "property": { "type": "string", "description": "Block property to set on the block.", "title": "Property" } }
} }

View File

@@ -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", "type": "object",
"description": "Spawn loot from block.", "description": "Spawn loot from block.",
"title": "Spawn Loot 1.17.0", "title": "Spawn Loot",
"required": ["table"], "required": ["table"],
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.behavior.1.17.0.block.events.swing", "$id": "blockception.minecraft.behavior.block.events.swing",
"type": "object", "type": "object",
"description": "Event causes the actor to swing.", "description": "Event causes the actor to swing.",
"title": "Swing 1.17.0", "title": "Swing",
"additionalProperties": false, "additionalProperties": false,
"properties": {} "properties": {}
} }

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.behavior.1.17.0.block.events.teleport", "$id": "blockception.minecraft.behavior.block.events.teleport",
"type": "object", "type": "object",
"description": "Teleport target randomly around destination point.", "description": "Teleport target randomly around destination point.",
"title": "Teleport 1.17.0", "title": "Teleport",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"avoid_water": { "avoid_water": {

View File

@@ -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", "type": "object",
"description": "Transforms item into another item.", "description": "Transforms item into another item.",
"title": "Transform Item 1.17.0", "title": "Transform Item",
"additionalProperties": false, "additionalProperties": false,
"properties": { "transform": { "type": "string", "description": "Name of the item it should transform into", "title": "Transform" } } "properties": { "transform": { "type": "string", "description": "Name of the item it should transform into", "title": "Transform" } }
} }

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "http://json-schema.org/draft-07/schema", "$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.1.17.0.blocks", "$id": "blockception.minecraft.behavior.blocks",
"title": "Block Definitions", "title": "Block Definitions",
"description": "A custom block definition", "description": "A custom block definition",
"type": "object", "type": "object",