Removed format versionsing
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
|
||||
@@ -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 },
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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_\\-\\.]+$"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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$"
|
||||
}
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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 },
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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": {}
|
||||
}
|
||||
|
||||
@@ -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" } }
|
||||
}
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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" } }
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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" } }
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {}
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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" } }
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user