

Player Head Stacking
Stackable Heads is a datapack that fixes a long-standing issue with player heads in Minecraft, finally allowing them to be stacked.
How it works?
The system is based on two main functions that update the state of heads on the ground:
- The
launcher_refresh.mcfunction
function monitors all dropped player heads and triggers the update process for each item - The
refresh.mcfunction
function directly processes each head, changing its properties and enabling stacking capabilities
The update process occurs automatically every tick for all heads on the ground, ensuring stable mod operation.
Usage
To activate the stacking function for a specific head, simply drop it from your inventory. After this, the head can be freely stacked with other identical heads.
Compatibility
The datapack is fully compatible with almost any other modifications and works on all game versions that support datapack functions.