The “Gently Holds” mod for Minecraft Pocket Edition (MCPE) allows players to pick up mobs as items, adding an exciting new dimension to gameplay. With customizable options, this mod enhances how you interact with the game’s world.
To pick up mobs, simply Shift + right-click (or crouch + use) on them. You can easily place the mob back into the game environment by dropping it or using it on the ground, depending on your settings. Additionally, for a fun twist, you can wear these mobs as hats!
Usually, you need to have empty hands to pick up mobs, which must also be smaller than 2×2 blocks. However, you can modify these requirements to suit your play style.
Configuration | Option | JSON Name | Description | Type | Default |
---|---|---|---|---|---|
Entity Restriction | entityRestriction | Specifies which entities can be lifted and under what conditions | Refer Below | All Animals | |
Maximum Width | maxWidth | Mobs must meet this width requirement to be lifted | Float | 2.0 | |
Maximum Height | maxHeight | Mobs must meet this height requirement to be lifted | Float | 2.0 | |
Hands Must Be Empty | emptyHands | Indicates if players need empty hands to pick up mobs | Boolean | Yes | |
Entities Spawned When Dropped | spawnDrop | Specifies if dropping an entity will cause it to spawn in the world | Boolean | Yes | |
Equipable in Head Slot | canWearHat | Determines if entities can be worn on the player’s head | Boolean | Yes |
Entity Restriction Overview
Players cannot be picked up | Value | JSON Value | Description |
---|---|---|---|
All Entities | “ANY” | Any targetable entity, including armor stands and vehicles, can be lifted | |
All Mobs | “LIVING” | Allows the pickup of any mob | |
All Non-Boss Mobs | “NON_BOSS” | Permits the lifting of any mob that isn’t a boss mob | |
All Non-Monster Mobs | “NON_MONSTER” | Lets you lift all mobs that aren’t classified as monsters | |
Non-Aggroed Mobs | “NOT_AGGROED” | Allows the pickup of mobs that aren’t attacking | |
Mobs Not Aggroed On Player | “NOT_AGGROED_PLAYER” | Pick up all mobs that aren’t currently aggressive towards you | |
All Animals | “ANIMAL” | Permits the lifting of all animal mobs | |
Owned Pets | “OWNED” | Tameable pets that you own can be picked up |
Acknowledgments
This mod takes inspiration from the renowned Carry On mod and elements from doctor4t’s creations.