35 lines
2.3 KiB
JSON
35 lines
2.3 KiB
JSON
{
|
|
"$id": "blockception.minecraft.behavior.1.10.0.blocks.components",
|
|
"title": "Components",
|
|
"description": "The components of that define this block",
|
|
|
|
"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:breakonpush": { "$ref": "./components/minecraft.breakonpush.json" },
|
|
"minecraft:breathability": { "$ref": "./components/minecraft.breathability.json" },
|
|
"minecraft:destroy_time": { "$ref": "./components/minecraft.destroy_time.json" },
|
|
"minecraft:display_name": { "$ref": "./components/minecraft.display_name.json" },
|
|
"minecraft:entity_collision": { "$ref": "./components/minecraft.entity_collision.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:geometry": { "$ref": "./components/minecraft.geometry.json" },
|
|
"minecraft:immovable": { "$ref": "./components/minecraft.immovable.json" },
|
|
"minecraft:loot": { "$ref": "./components/minecraft.loot.json" },
|
|
"minecraft:map_color": { "$ref": "./components/minecraft.map_color.json" },
|
|
"minecraft:material_instances": { "$ref": "./components/minecraft.material_instances.json" },
|
|
"minecraft:onlypistonpush": { "$ref": "./components/minecraft.onlypistonpush.json" },
|
|
"minecraft:pick_collision": { "$ref": "./components/minecraft.pick_collision.json" },
|
|
"minecraft:placement_filter": { "$ref": "./components/minecraft.placement_filter.json" },
|
|
"minecraft:preventsjumping": { "$ref": "./components/minecraft.preventsjumping.json" },
|
|
"minecraft:random_ticking": { "$ref": "./components/minecraft.random_ticking.json" },
|
|
"minecraft:rotation": { "$ref": "./components/minecraft.rotation.json" },
|
|
"minecraft:ticking": { "$ref": "./components/minecraft.ticking.json" },
|
|
"minecraft:unit_cube": { "$ref": "./components/minecraft.unit_cube.json" },
|
|
"minecraft:unwalkable": { "$ref": "./components/minecraft.unwalkable.json" }
|
|
}
|
|
}
|