

Headcrumbs
Originally this feature was part of the Gany's End mod, but due to numerous requests from the community I decided to release it as a separate mod.
What the Mod Adds
The Headcrumbs mod significantly expands the collection of wearable heads in Minecraft. Now you can obtain:
- Heads of standard mobs and animals from vanilla game
- Heads of creatures from popular mods: Thermal Foundation, Twilight Forest, Natura, Thaumcraft, Primitive Mobs, Grimoire of Gaia
- Even heads from Laser Creeper Robot Dino Riders From Space!
- Special bonus - heads of famous Minecraft celebrities that can be found in dungeon treasure chests
All added heads can be worn by your character!
Special Features
Celebrity Mobs - Encounter your favorite modders, YouTubers, streamers, and friends as hostile mobs in the world! Be careful - they are unfriendly. Any names added to the configuration file will also spawn in the game.
Player Statues - Create realistic statues by crafting a player head and placing it on top of two clay blocks!
Configuration
You can add and remove names from the celebrity list at any time through configuration files. The setup process is intuitive:
- In the main Minecraft menu, click the "Mods" button
- Find Headcrumbs in the list and select it
- Click the "Configuration" button
- Use the "heads" button to manage heads, "general" for general settings
In general settings, you can disable head drops, adjust their rarity, define obtaining conditions, and much more.
Compatibility
Thaumcraft - Heads from Headcrumbs can stabilize infusion Tinker's Construct - The beheading aspect affects the head drop chance
Usage in Modpacks
You can freely use this mod in any public or private packs. Permission is not required. Modification of the mod's mechanics through third-party mods is also allowed, provided the original mod file remains intact.
For Developers
If you want to integrate heads from this mod into your project:
ganymedes01.headcrumbs.utils.HeadUtils.createHeadFor(EntityPlayer player)
or
ganymedes01.headcrumbs.utils.HeadUtils.createHeadFor(String username)
These methods return an ItemStack with the head of the specified player. Use them as you see fit.