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:
68
servers/bedrock/behavior_packs/vanilla/entities/ender_pearl.json
vendored
Normal file
68
servers/bedrock/behavior_packs/vanilla/entities/ender_pearl.json
vendored
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"format_version": "1.12.0",
|
||||
"minecraft:entity": {
|
||||
"description": {
|
||||
"identifier": "minecraft:ender_pearl",
|
||||
"is_spawnable": false,
|
||||
"is_summonable": false,
|
||||
"is_experimental": false
|
||||
},
|
||||
"component_groups": {
|
||||
"minecraft:no_spawn": {
|
||||
"minecraft:projectile": {
|
||||
"on_hit": {
|
||||
"teleport_owner": { },
|
||||
"remove_on_hit": { }
|
||||
},
|
||||
"power": 1.5,
|
||||
"gravity": 0.025,
|
||||
"angle_offset": 0.0,
|
||||
"inertia": 1,
|
||||
"liquid_inertia": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"components": {
|
||||
"minecraft:collision_box": {
|
||||
"width": 0.25,
|
||||
"height": 0.25
|
||||
},
|
||||
"minecraft:projectile": {
|
||||
"on_hit": {
|
||||
"teleport_owner": { },
|
||||
"spawn_chance": {
|
||||
"first_spawn_percent_chance": 5.0,
|
||||
"first_spawn_count": 1,
|
||||
"spawn_definition": "minecraft:endermite"
|
||||
},
|
||||
"remove_on_hit": { }
|
||||
},
|
||||
"power": 1.5,
|
||||
"gravity": 0.025,
|
||||
"angle_offset": 0.0,
|
||||
"inertia": 1,
|
||||
"liquid_inertia": 1
|
||||
},
|
||||
"minecraft:physics": {
|
||||
},
|
||||
"minecraft:pushable": {
|
||||
"is_pushable": true,
|
||||
"is_pushable_by_piston": true
|
||||
}
|
||||
},
|
||||
|
||||
"events": {
|
||||
"minecraft:entity_spawned": {
|
||||
"sequence": [
|
||||
{
|
||||
"filters": {"test": "is_game_rule", "domain": "domobspawning", "value": false},
|
||||
"add": {
|
||||
"component_groups": [ "minecraft:no_spawn" ]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user