You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.4 KiB
JSON

{
"format_version": "1.21.60",
"minecraft:entity": {
"description": {
"identifier": "rzb_dcs:decomposer",
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"components": {
"minecraft:type_family": {
"family": [
"decomposer",
"inanimate"
]
},
"minecraft:health": {
"value": 10,
"max": 10
},
"minecraft:physics": {
"has_gravity": false,
"has_collision": false
},
"minecraft:collision_box": {
"width": 1,
"height": 1
},
"minecraft:custom_hit_test": {
"hitboxes": [
{
"width": 1,
"height": 1,
"pivot": [
0,
0.5,
0
]
}
]
},
"minecraft:pushable": {
"is_pushable": false,
"is_pushable_by_piston": false
},
"minecraft:knockback_resistance": {
"value": 1
},
"minecraft:persistent": {},
"minecraft:fire_immune": true,
"minecraft:nameable": {
"allow_name_tag_renaming": false
},
"minecraft:damage_sensor": {
"triggers": [
{
"cause": "all",
"deals_damage": "no"
}
]
},
"minecraft:interact": {
"interactions": [
{
"on_interact": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"event": "rzb_dcs:open"
},
"swing": true
}
]
}
},
"events": {
"rzb_dcs:open": {}
}
}
}