Add ability to place skulls on NPCs.

This commit is contained in:
aPunch 2012-10-28 17:52:31 -05:00
parent 918a9c5bba
commit 216b7f9d40

View File

@ -53,6 +53,7 @@ public class CitizensHumanNPC extends CitizensNPC implements Equipable {
Material type = hand == null ? Material.AIR : hand.getType();
// First, determine the slot to edit
switch (type) {
case SKULL_ITEM:
case PUMPKIN:
case JACK_O_LANTERN:
case LEATHER_HELMET: