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/thrown_trident.json
2024-09-04 08:59:21 -07:00

58 lines
1.4 KiB
JSON

{
"format_version": "1.21.40",
"minecraft:entity": {
"description": {
"identifier": "minecraft:thrown_trident",
"is_spawnable": false,
"is_summonable": false
},
"components": {
"minecraft:collision_box": {
"width": 0.25,
"height": 0.35
},
"minecraft:projectile": {
"on_hit": {
"impact_damage": {
"damage": 8,
"knockback": true,
"semi_random_diff_damage": false,
"destroy_on_hit": false
},
"stick_in_ground": {
"shake_time": 0
}
},
"liquid_inertia": 0.99,
"hit_sound": "item.trident.hit",
"hit_ground_sound": "item.trident.hit_ground",
"power": 4,
"gravity": 0.10,
"uncertainty_base": 1,
"uncertainty_multiplier": 0,
"stop_on_hurt": true,
"anchor": 1,
"should_bounce": true,
"multiple_targets": false,
"offset": [ 0, -0.1, 0 ]
},
"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
}
}
}
}
}