Skip to content

Commit

Permalink
feat: add creaking (1.21.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Jan 17, 2025
1 parent e2372c2 commit 9b773d1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ public static void setup() {
registerHead(EntityType.BREEZE, "a275728af7e6a29c88125b675a39d88ae9919bb61fdc200337fed6ab0c49d65c");
}

if (MinecraftVersionUtil.isAtLeast(21, 4)) {
// https://minecraft-heads.com/custom-heads/head/111644-creaking
registerHead(EntityType.CREAKING, "3630e03391db6c0e9c8643a59754c2d19a1f938a787150af3b3d516ba8094cda");
}

ExtraHeads.getRegistry().getConfig().save();
}

Expand Down

0 comments on commit 9b773d1

Please sign in to comment.