1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-25 12:29:09 +00:00
bedrock-samples/behavior_pack/entities/wither_skull_dangerous.json
2024-09-04 08:59:21 -07:00

87 lines
2.0 KiB
JSON

{
"format_version": "1.21.40",
"minecraft:entity": {
"description": {
"identifier": "minecraft:wither_skull_dangerous",
"is_spawnable": false,
"is_summonable": false
},
"component_groups": {
"minecraft:exploding": {
"minecraft:explode": {
"fuse_length": 0,
"fuse_lit": true,
"power": 1,
"causes_fire": false,
"max_resistance": 4.0,
"destroy_affected_by_griefing": true
}
}
},
"components": {
"minecraft:collision_box": {
"width": 0.15,
"height": 0.15
},
"minecraft:projectile": {
"on_hit": {
"definition_event": {
"affect_projectile": true,
"event_trigger": {
"event": "minecraft:explode",
"target": "self"
}
},
"mob_effect": {
"effect": "wither",
"durationeasy": 0,
"durationnormal": 200,
"durationhard": 800,
"amplifier": 1
}
},
"power": 0.6,
"gravity": 0.00,
"uncertainty_base": 7.5,
"uncertainty_multiplier": 1,
"shoot_sound": "bow",
"hit_sound": "bow.hit",
"anchor": 1,
"offset": [ 0, -0.1, 0 ],
"is_dangerous": true,
"inertia": 1.0,
"liquid_inertia": 1.0,
"shoot_target": false,
"reflect_on_hurt": true
},
"minecraft:physics": {
},
"minecraft:dimension_bound": {
},
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
},
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 7,
"use_motion_prediction_hints": true
}
}
},
"events": {
"minecraft:explode": {
"add": {
"component_groups": [
"minecraft:exploding"
]
}
}
}
}
}