Compatibility
Minecraft: Java Edition
1.21.1
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 2 weeks ago
Allows you to pick up mobs as items by Shift+right clicking them (crouch+use).
You can place the mob back in the world by using it on the ground, or dropping it (configurable).
As a bonus, you can also wear them on your head!
By default, you must have empty hands, and only animals that are smaller than 2x2 blocks can be picked up, but you can configure all of these parameters.
Configuration
Option | JSON name | Description | Type | Default |
---|---|---|---|---|
Entity Restriction | entityRestriction |
Determines what entities can be picked up and when | See Below | All Animals |
Maximum Width | maxWidth |
Entities must be this wide or below to be picked up | Float | 2.0 |
Maximum Height | maxHeight |
Entities must be this tall or below to be picked up | Float | 2.0 |
Hands must be empty | emptyHands |
If players must have both hands empty in order to pick up entities | Boolean | Yes |
Entities are spawned when dropped in the world | spawnDrop |
If dropping an entity item in any manner should spawn the entity | Boolean | Yes |
Entities can be equipped in head slot | canWearHat |
If entity items can be equipped in the head slot | Boolean | Yes |
Entity Restriction
Players can never be picked up.
Value | JSON value | Description |
---|---|---|
All Entities | "ANY" |
Any targetable entity can be picked up, including armor stands, vehicles, and attackable projectiles |
All Mobs | "LIVING" |
Any mob can be picked up |
All Non-Boss Mobs | "NON_BOSS" |
Any mob that is not a boss mob can be picked up |
All Non-Monster Mobs | "NON_MONSTER" |
All mobs that are not considered monsters can be picked up |
All Mobs when not aggroed | "NOT_AGGROED" |
All mobs that are not currently attacking a target, e.g. zombies attacking villagrs or wolves attacking sheep, can be picked up |
Mobs not aggroed on on player | "NOT_AGGROED_PLAYER" |
All mobs can be picked up if they are not attacking you |
All Animals | "ANIMAL" |
All animal mobs can be picked up |
Owned Pets | "OWNED" |
Tameable pets owned by you |