1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-25 11:19:09 +00:00
2024-03-06 09:45:36 -08:00

50 lines
1.1 KiB
JSON

{
"format_version": "1.12.0",
"minecraft:entity": {
"description": {
"identifier": "minecraft:llama_spit",
"spawn_category": "misc",
"is_spawnable": false,
"is_summonable": false,
"is_experimental": false
},
"components": {
"minecraft:collision_box": {
"width": 0.31,
"height": 0.31
},
"minecraft:projectile": {
"on_hit": {
"impact_damage": {
"damage": 1,
"knockback": false
},
"remove_on_hit": { }
},
"power": 1.5,
"gravity": 0.06,
"inertia": 1,
"uncertainty_base": 10,
"uncertainty_multiplier": 4,
"anchor": 1,
"offset": [ 0, -0.1, 0 ],
"reflect_on_hurt": true
},
"minecraft:physics": {
},
"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
}
}
}
}
}