#Any way to see what's in extradimensional vessel?
1 messages · Page 1 of 1 (latest)
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
can't even select it
/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
got it