1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-31 06:01:26 +00:00
bedrock-samples/behavior_pack/entities/wind_charge_projectile.json
Mike Ammerlaan 6e0daa70a8 v1.21.40.3
2024-10-22 09:25:09 -07:00

70 lines
1.8 KiB
JSON

{
"format_version": "1.21.40",
"minecraft:entity": {
"description": {
"identifier": "minecraft:wind_charge_projectile",
"is_spawnable": false,
"is_summonable": true
},
"components": {
"minecraft:explode": {
"power": 1.2,
"particle_effect": "wind_burst",
"sound_effect": "wind_charge.burst",
"knockback_scaling": 1.22,
"negates_fall_damage": true,
"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,
"max_critical_damage": 1.0,
"knockback": true
},
"wind_burst_on_hit": {}
},
"power": 1.5,
"gravity": 0.0,
"inertia": 1.0,
"liquid_inertia": 1.0,
"uncertainty_base": 1.0,
"uncertainty_multiplier": 0.0,
"reflect_on_hurt": true,
"multiple_targets": false,
"reflect_immunity": 0.5,
"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" ]
}
}
}
}