Skip to content

Commit

Permalink
Update SkullHandler to the new Minecraft version
Browse files Browse the repository at this point in the history
  • Loading branch information
theEvilReaper committed Nov 3, 2024
1 parent f25c51c commit 6b3ee09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/net/theevilreaper/canis/SkullHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ public class SkullHandler implements BlockHandler {
private static final NamespaceID namespaceID = NamespaceID.from(Key.key("minecraft:skull"));

private static final List<Tag<?>> TAG_LIST = List.of(
Tag.String("ExtraType"),
Tag.NBT("SkullOwner")
Tag.String("custom_name"),
Tag.String("note_block_sound"),
Tag.NBT("profile")
);

/**
Expand Down

0 comments on commit 6b3ee09

Please sign in to comment.