Skip to content

Commit 9b773d1

Browse files
committed
feat: add creaking (1.21.4)
1 parent e2372c2 commit 9b773d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/io/github/thebusybiscuit/extraheads/setup/ItemSetup.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ public static void setup() {
9696
registerHead(EntityType.BREEZE, "a275728af7e6a29c88125b675a39d88ae9919bb61fdc200337fed6ab0c49d65c");
9797
}
9898

99+
if (MinecraftVersionUtil.isAtLeast(21, 4)) {
100+
// https://minecraft-heads.com/custom-heads/head/111644-creaking
101+
registerHead(EntityType.CREAKING, "3630e03391db6c0e9c8643a59754c2d19a1f938a787150af3b3d516ba8094cda");
102+
}
103+
99104
ExtraHeads.getRegistry().getConfig().save();
100105
}
101106

0 commit comments

Comments
 (0)