mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
76 lines
1.5 KiB
JSON
Vendored
76 lines
1.5 KiB
JSON
Vendored
{
|
|
"format_version": "1.12.0",
|
|
"minecraft:entity": {
|
|
"description": {
|
|
"identifier": "minecraft:fireball",
|
|
"is_spawnable": false,
|
|
"is_summonable": false,
|
|
"is_experimental": 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": 0.31,
|
|
"height": 0.31
|
|
},
|
|
"minecraft:projectile": {
|
|
|
|
"on_hit": {
|
|
"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": 1,
|
|
"offset": [ 0, -0.1, 0 ],
|
|
"reflect_on_hurt": true,
|
|
"catch_fire": 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": 10,
|
|
"use_motion_prediction_hints": true
|
|
}
|
|
}
|
|
},
|
|
"events": {
|
|
"minecraft:explode": {
|
|
"add": {
|
|
"component_groups": [
|
|
"minecraft:exploding"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|