Files
minecraft-bedrock-json-schemas/behaviour/blocks/1.10.0/components.json

20 lines
995 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.1.10.0.blocks.components",
"title": "Components",
"description": "The components of that define this block",
"required": [],
"type": "object",
"additionalProperties": false,
"properties": {
"minecraft:block_light_absorption": { "$ref": "components/minecraft.block_light_absorption.json" },
"minecraft:block_light_emission": { "$ref": "components/minecraft.block_light_emission.json" },
"minecraft:destroy_time": { "$ref": "components/minecraft.destroy_time.json" },
"minecraft:explosion_resistance": { "$ref": "components/minecraft.explosion_resistance.json" },
"minecraft:flammable": { "$ref": "components/minecraft.flammable.json" },
"minecraft:friction": { "$ref": "components/minecraft.friction.json" },
"minecraft:loot": { "$ref": "components/minecraft.loot.json" },
"minecraft:map_color": { "$ref": "components/minecraft.map_color.json" }
}
}