mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
Add minecraft bedrock server
This commit is contained in:
53
servers/bedrock/behavior_packs/vanilla/entities/shulker_bullet.json
vendored
Normal file
53
servers/bedrock/behavior_packs/vanilla/entities/shulker_bullet.json
vendored
Normal file
@ -0,0 +1,53 @@
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"minecraft:entity": {
|
||||
"description": {
|
||||
"identifier": "minecraft:shulker_bullet",
|
||||
"is_spawnable": false,
|
||||
"is_summonable": false,
|
||||
"is_experimental": false
|
||||
},
|
||||
|
||||
"components": {
|
||||
"minecraft:collision_box": {
|
||||
"width": 0.625,
|
||||
"height": 0.625
|
||||
},
|
||||
"minecraft:projectile": {
|
||||
"on_hit": {
|
||||
"impact_damage": {
|
||||
"damage": 4,
|
||||
"knockback": true,
|
||||
"should_bounce": true
|
||||
},
|
||||
"mob_effect": {
|
||||
"effect": "levitation",
|
||||
"durationeasy": 200,
|
||||
"durationnormal": 200,
|
||||
"durationhard": 200,
|
||||
"amplifier": 1
|
||||
},
|
||||
"remove_on_hit": {
|
||||
},
|
||||
"particle_on_hit": {
|
||||
"particle_type": "largeexplode",
|
||||
"on_other_hit": true
|
||||
}
|
||||
},
|
||||
"hit_sound": "bullet.hit",
|
||||
"destroyOnHurt": true,
|
||||
"crit_particle_on_hurt": true,
|
||||
"power": 1.6,
|
||||
"gravity": 0.05,
|
||||
"uncertainty_base": 16,
|
||||
"uncertainty_multiplier": 4,
|
||||
"anchor": 1,
|
||||
"offset": [ 0, -0.1, 0 ],
|
||||
"homing": true
|
||||
},
|
||||
"minecraft:physics": {
|
||||
"has_collision": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user