
Sticky Pets
Sticky Pets is a Minecraft Forge modification that unlocks new possibilities for interacting with pets, allowing you to attach various tools and items to them.
How to Use the Mod
Using the mod is very simple: to attach a tool to a mob, hold down the Ctrl key and right-click on the creature while holding the desired item in your hand. To remove an item, perform the same action with an empty hand.
In the settings, you can change the interaction key from the key bindings screen if the default Left Ctrl is not convenient for you.
Features and Limitations
- You can attach up to three items to each pet simultaneously (this value can be changed in the configuration file)
- Only non-stackable items are supported
- If a pet dies, all attached items drop
- By default, the feature works with all animal mobs
Compatibility Settings
You can flexibly configure which mobs can use the item attachment feature. To add supported creatures, specify their entity type in the stickypets:sticky
tag. If you want to exclude certain animals from this system, add them to the stickypets:not_sticky
tag.
The configuration file is located at: your_minecraft_instance/config/stickypets-common.toml
The mod was created as part of the ForgeJam 2022 event