mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 11:19:42 +00:00
a3b394c507
Initial layout
42 lines
967 B
JSON
42 lines
967 B
JSON
{
|
|
"format_version": "1.13.0",
|
|
"minecraft:entity": {
|
|
"description": {
|
|
"identifier": "minecraft:tripod_camera",
|
|
"is_spawnable": false,
|
|
"is_summonable": false,
|
|
"is_experimental": false
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:type_family": {
|
|
"family": [ "tripodcamera", "inanimate", "mob" ]
|
|
},
|
|
"minecraft:health": {
|
|
"value": 4,
|
|
"max": 4
|
|
},
|
|
"minecraft:hurt_on_condition": {
|
|
"damage_conditions": [
|
|
{
|
|
"filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true },
|
|
"cause": "lava",
|
|
"damage_per_tick": 4
|
|
}
|
|
]
|
|
},
|
|
"minecraft:loot": {
|
|
"table": "loot_tables/empty.json"
|
|
},
|
|
"minecraft:collision_box": {
|
|
"width": 0.75,
|
|
"height": 1.8
|
|
},
|
|
"minecraft:physics": {
|
|
},
|
|
"minecraft:conditional_bandwidth_optimization": {
|
|
}
|
|
}
|
|
}
|
|
}
|