Auto update mappings

This commit is contained in:
modmuss50 2016-05-06 22:13:24 +01:00
parent 595c9575b1
commit 4095a0b52d
79 changed files with 704 additions and 644 deletions

View file

@ -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);