1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-07 11:19:42 +00:00
bedrock-samples/behavior_pack/entities/breeze_wind_charge_projectile.json
Mike Ammerlaan 6e0daa70a8 v1.21.40.3
2024-10-22 09:25:09 -07:00

67 lines
1.7 KiB
JSON

{
"format_version": "1.21.40",
"minecraft:entity": {
"description": {
"identifier": "minecraft:breeze_wind_charge_projectile",
"is_spawnable": false,
"is_summonable": false
},
"components": {
"minecraft:explode": {
"power": 3.0,
"particle_effect": "breeze_wind_burst",
"sound_effect": "breeze_wind_charge.burst",
"knockback_scaling": 0.6,
"negates_fall_damage": false,
"causes_fire": false,
"breaks_blocks": false,
"allow_underwater": true,
"toggles_blocks": true,
"damage_scaling": 0,
"max_resistance": 0
},
"minecraft:collision_box": {
"width": 0.3125,
"height": 0.3125
},
"minecraft:projectile": {
"on_hit": {
"impact_damage": {
"damage": 1,
"knockback": true
},
"wind_burst_on_hit": {}
},
"power": 0.7,
"gravity": 0.00,
"inertia": 1.0,
"liquid_inertia": 1.0,
"uncertainty_base": 5.0,
"uncertainty_multiplier": 4.0,
"reflect_on_hurt": true,
"ignored_entities": [
"ender_crystal",
"wind_charge_projectile",
"breeze_wind_charge_projectile"
]
},
"minecraft:physics": {
},
"minecraft:pushable": {
"is_pushable": false,
"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
}
},
"minecraft:type_family": {
"family": [ "wind_charge", "wind_charge_projectile" ]
}
}
}
}