20 lines
995 B
JSON
20 lines
995 B
JSON
{
|
|
"$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" }
|
|
}
|
|
}
|