Auto update mappings
This commit is contained in:
parent
595c9575b1
commit
4095a0b52d
79 changed files with 704 additions and 644 deletions
|
@ -37,7 +37,7 @@ public class StackWIPHandler
|
|||
}
|
||||
|
||||
private void addHead(String name){
|
||||
ItemStack head = new ItemStack(Items.skull, 1, 3);
|
||||
ItemStack head = new ItemStack(Items.SKULL, 1, 3);
|
||||
head.setTagCompound(new NBTTagCompound());
|
||||
head.getTagCompound().setTag("SkullOwner", new NBTTagString(name));
|
||||
devHeads.add(head);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue