Add option to hand property for panda npc.
This commit is contained in:
parent
ecec49f2bb
commit
dadd36df05
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 (EntityTypes.isTypeInstanceOf(type, EntityTypes.PANDA)) {
|
||||||
if (version.isNewerThanOrEquals(ServerVersion.V_1_15)) {
|
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 {
|
} else {
|
||||||
addProperties("panda_eating");
|
addProperties("panda_eating");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue