We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2372c2 commit 9b773d1Copy full SHA for 9b773d1
src/main/java/io/github/thebusybiscuit/extraheads/setup/ItemSetup.java
@@ -96,6 +96,11 @@ public static void setup() {
96
registerHead(EntityType.BREEZE, "a275728af7e6a29c88125b675a39d88ae9919bb61fdc200337fed6ab0c49d65c");
97
}
98
99
+ if (MinecraftVersionUtil.isAtLeast(21, 4)) {
100
+ // https://minecraft-heads.com/custom-heads/head/111644-creaking
101
+ registerHead(EntityType.CREAKING, "3630e03391db6c0e9c8643a59754c2d19a1f938a787150af3b3d516ba8094cda");
102
+ }
103
+
104
ExtraHeads.getRegistry().getConfig().save();
105
106
0 commit comments