mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-25 11:19:09 +00:00
82 lines
1.9 KiB
JSON
82 lines
1.9 KiB
JSON
{
|
|
"format_version": "1.21.40",
|
|
"minecraft:entity": {
|
|
"description": {
|
|
"identifier": "minecraft:fireball",
|
|
"is_spawnable": false,
|
|
"is_summonable": false
|
|
},
|
|
|
|
"component_groups": {
|
|
"minecraft:exploding": {
|
|
"minecraft:explode": {
|
|
"fuse_length": 0,
|
|
"fuse_lit": true,
|
|
"power": 1,
|
|
"causes_fire": true,
|
|
"fire_affected_by_griefing": true,
|
|
"destroy_affected_by_griefing": true
|
|
}
|
|
}
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:collision_box": {
|
|
"width": 1.0,
|
|
"height": 1.0
|
|
},
|
|
"minecraft:projectile": {
|
|
"on_hit": {
|
|
"impact_damage": {
|
|
"damage": 6,
|
|
"knockback": false,
|
|
"semi_random_diff_damage": false
|
|
},
|
|
"definition_event": {
|
|
"affect_projectile": true,
|
|
"event_trigger": {
|
|
"event": "minecraft:explode",
|
|
"target": "self"
|
|
}
|
|
}
|
|
},
|
|
"power": 1.6,
|
|
"gravity": 0.00,
|
|
"inertia": 1,
|
|
"liquid_inertia": 1,
|
|
"uncertainty_base": 0,
|
|
"uncertainty_multiplier": 0,
|
|
"anchor": 2,
|
|
"offset": [ 0, -1.5, 0 ],
|
|
"reflect_on_hurt": true,
|
|
"catch_fire": 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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|