2D & Big Heads CustomModel example
This resource pack create as an example of how to create custom head model for Minecraft versions 1.21.6+
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
2D & Big Heads CustomModel example
🚀 Overview
This resource pack is designed for server and map developers as an example of how to create a custom 2D player head model or a larger model for use in GUI for Minecraft versions 1.21.6+. It adds new visual assets without replacing any vanilla content. The pack includes properly configured models designed specifically for GUI elements. You are free to use this pack for your own projects and as a learning reference.
⚡Using examples

⚡Give commands
Spoiler
for 2D:
``` /give @p minecraft:player_head[custom_model_data={floats:[1]}] 1 ```
for big one:
``` /give @p minecraft:player_head[custom_model_data={floats:[2]}] 1 ```