|
|
沙发
发表于 2020-11-23 10:05:36
|
只看该作者
IP:福建
- "minecraft:behavior.nearest_attackable_target": {
- "priority": 4,
- "entity_types": [
- {
- "filters": {
- "any_of": [
- { "test" : "is_family", "subject" : "other", "value" : "player"}, //玩家
- { "test" : "is_family", "subject" : "other", "value" : "sheep"}, //羊
- { "test" : "is_family", "subject" : "other", "value" : "mob"}//原版生物
- ]
- },
- "max_dist": 16
- }
- ],
- "must_see": true
- }
复制代码 |
|