inital 19w46a port
This commit is contained in:
parent
3fe62e2c77
commit
a984263b04
48 changed files with 356 additions and 339 deletions
|
@ -68,7 +68,7 @@ public class StackWIPHandler {
|
|||
private static void addHead(String name) {
|
||||
ItemStack head = new ItemStack(Items.PLAYER_HEAD, 3);
|
||||
head.setTag(new CompoundTag());
|
||||
head.getTag().put("SkullOwner", new StringTag(name));
|
||||
head.getTag().put("SkullOwner", StringTag.of(name));
|
||||
devHeads.add(head);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue