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:
69
servers/bedrock/behavior_packs/vanilla_1.16.100/entities/agent.json
vendored
Normal file
69
servers/bedrock/behavior_packs/vanilla_1.16.100/entities/agent.json
vendored
Normal file
@ -0,0 +1,69 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
"minecraft:entity": {
|
||||
"description": {
|
||||
"identifier": "minecraft:agent",
|
||||
"is_spawnable": false,
|
||||
"is_summonable": true,
|
||||
"is_experimental": false
|
||||
},
|
||||
"component_groups": {
|
||||
},
|
||||
|
||||
|
||||
"components": {
|
||||
"minecraft:tick_world": {
|
||||
},
|
||||
"minecraft:damage_sensor": {
|
||||
"triggers": {
|
||||
"cause": "all",
|
||||
"deals_damage": false
|
||||
}
|
||||
},
|
||||
"minecraft:fire_immune": true,
|
||||
"minecraft:inventory": {
|
||||
"inventory_size": 27,
|
||||
"container_type": "container",
|
||||
"restrict_to_owner": true
|
||||
},
|
||||
"minecraft:scale": {
|
||||
"value":1.0
|
||||
},
|
||||
"minecraft:collision_box": {
|
||||
"width": 0.6,
|
||||
"height": 0.93
|
||||
},
|
||||
"minecraft:nameable": {
|
||||
"always_show": true,
|
||||
"allow_name_tag_renaming": false
|
||||
},
|
||||
"minecraft:movement": {
|
||||
"value": 1,
|
||||
"max": 1
|
||||
},
|
||||
"minecraft:behavior.look_at_entity": {
|
||||
"priority": 2,
|
||||
"look_distance": 6.0,
|
||||
"probability": 1.0,
|
||||
"angle_of_view_vertical": 135,
|
||||
"angle_of_view_horizontal": 170,
|
||||
"filters": {
|
||||
"all_of": [
|
||||
{ "test" : "is_family", "subject" : "other", "value" : "player"},
|
||||
{ "test" : "is_owner", "subject" : "other", "value" : true}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:persistent": {
|
||||
},
|
||||
"minecraft:physics": {
|
||||
},
|
||||
"minecraft:pushable": {
|
||||
"is_pushable": false,
|
||||
"is_pushable_by_piston": true
|
||||
},
|
||||
"minecraft:conditional_bandwidth_optimization": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user