Merge pull request #124 from vLuckyyy/add-option-to-panda-hand
Add option to hand property for panda npc.
This commit is contained in:
commit
b808ec7a49
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ public class NpcTypeImpl implements NpcType {
|
|||
}
|
||||
if (EntityTypes.isTypeInstanceOf(type, EntityTypes.PANDA)) {
|
||||
if (version.isNewerThanOrEquals(ServerVersion.V_1_15)) {
|
||||
addProperties("panda_rolling", "panda_sitting", "panda_on_back");
|
||||
addProperties("panda_rolling", "panda_sitting", "panda_on_back", "hand");
|
||||
} else {
|
||||
addProperties("panda_eating");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue