#Any way to see what's in extradimensional vessel?

1 messages · Page 1 of 1 (latest)

crimson halo
#

so, I've downloaded my old server world to get some nostalgia, and remembered about this mysterious vessel, can I see what's in there somehow? (I can't pick it up)

plush dock
#

that's the thing that stores your items when you die with the amulet equipped

#

so the items are probably stored in its nbt, meaning you could check with a /data command

plush dock
#

/data get entity @e[type=enigmaticlegacy:extradimensional_vessel,limit=1,sort=nearest]

#

you need to use a targeted selector like that for certain entities like items and projectiles

crimson halo
#

got it