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:
52
servers/bedrock/behavior_packs/vanilla/entities/fishing_hook.json
vendored
Normal file
52
servers/bedrock/behavior_packs/vanilla/entities/fishing_hook.json
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"format_version": "1.12.0",
|
||||
"minecraft:entity": {
|
||||
"description": {
|
||||
"identifier": "minecraft:fishing_hook",
|
||||
"is_spawnable": false,
|
||||
"is_summonable": false,
|
||||
"is_experimental": false
|
||||
},
|
||||
|
||||
"component_groups": {
|
||||
"loot_jungle": {
|
||||
"minecraft:loot": {
|
||||
"table": "loot_tables/gameplay/jungle_fishing.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"components": {
|
||||
"minecraft:collision_box": {
|
||||
"width": 0.15,
|
||||
"height": 0.15
|
||||
},
|
||||
"minecraft:projectile": {
|
||||
"on_hit": { "stick_in_ground": {} }
|
||||
},
|
||||
"minecraft:loot": {
|
||||
"table": "loot_tables/gameplay/fishing.json"
|
||||
},
|
||||
"minecraft:physics": {
|
||||
},
|
||||
"minecraft:pushable": {
|
||||
"is_pushable": false,
|
||||
"is_pushable_by_piston": true
|
||||
}
|
||||
},
|
||||
|
||||
"events": {
|
||||
"minecraft:entity_spawned": {
|
||||
"sequence": [
|
||||
{
|
||||
"filters": {
|
||||
"test": "is_biome",
|
||||
"value": "jungle"
|
||||
},
|
||||
"add": { "component_groups": [ "loot_jungle" ] }
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user