Add Vanilla Behavior Pack 1.18.1
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"format_version": "1.12.0",
|
||||
"minecraft:entity": {
|
||||
"description": {
|
||||
"identifier": "minecraft:wither_skull_dangerous",
|
||||
"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": false,
|
||||
"max_resistance": 4.0,
|
||||
"destroy_affected_by_griefing": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"components": {
|
||||
"minecraft:collision_box": {
|
||||
"width": 0.15,
|
||||
"height": 0.15
|
||||
},
|
||||
"minecraft:projectile": {
|
||||
"on_hit": {
|
||||
"definition_event": {
|
||||
"affect_projectile": true,
|
||||
"event_trigger": {
|
||||
"event": "minecraft:explode",
|
||||
"target": "self"
|
||||
}
|
||||
},
|
||||
"mob_effect": {
|
||||
"effect": "wither",
|
||||
"durationeasy": 0,
|
||||
"durationnormal": 200,
|
||||
"durationhard": 800,
|
||||
"amplifier": 1
|
||||
}
|
||||
},
|
||||
"power": 0.6,
|
||||
"gravity": 0.00,
|
||||
"uncertainty_base": 7.5,
|
||||
"uncertainty_multiplier": 1,
|
||||
"shoot_sound": "bow",
|
||||
"hit_sound": "bow.hit",
|
||||
"anchor": 1,
|
||||
"offset": [ 0, -0.1, 0 ],
|
||||
"is_dangerous": true,
|
||||
"inertia": 1.0,
|
||||
"liquid_inertia": 1.0,
|
||||
"shoot_target": false,
|
||||
"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
|
||||
}
|
||||
}
|
||||
},
|
||||
"events": {
|
||||
"minecraft:explode": {
|
||||
"add": {
|
||||
"component_groups": [
|
||||
"minecraft:exploding"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user