More minor fixes, 370
This commit is contained in:
parent
d68c65641d
commit
a5b2adac78
8 changed files with 23 additions and 24 deletions
|
@ -61,7 +61,7 @@ public class StackWIPHandler {
|
|||
private void addHead(String name) {
|
||||
ItemStack head = new ItemStack(Items.PLAYER_HEAD, 3);
|
||||
head.setTag(new NBTTagCompound());
|
||||
head.getTag().setTag("SkullOwner", new NBTTagString(name));
|
||||
head.getTag().put("SkullOwner", new NBTTagString(name));
|
||||
devHeads.add(head);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue