Added "minecraft:angry" on drowned behaviors

This commit is contained in:
hankskyjames777 2020-03-20 13:17:34 +08:00 committed by GitHub
parent ad44d63753
commit 9914cbc075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"format_version": "1.8.0",
"format_version": "1.16.0",
"minecraft:entity": {
"description": {
"identifier": "minecraft:drowned",
@ -145,6 +145,16 @@
}
},
"minecraft:hunter_mode": {
"minecraft:angry": {
"duration": 30,
"broadcastAnger": true,
"broadcastAngerOnAttack": true,
"broadcastAngerOnBeingAttacked": true,
"broadcastRange": 40 ,
"calm_event": {
"event": "minecraft:lost_target",
"target": "self"
},
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": true,
@ -478,4 +488,4 @@
}
}
}
}
}