| Name | fake_pickup |
| Object | EntityTag |
| Input | EntityTag |
| Description | Makes it look like this entity (usually a player) has picked up another entity (item, arrow, or XP orb).
This technically also works with any entity type. Note that the original entity doesn't actually get picked up, it's still there, just invisible now. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L4509 |