Aizistral-Studios / Enigmatic-Legacy

Remains of the former Minecraftian times.
https://www.curseforge.com/minecraft/mc-mods/enigmatic-legacy
Other
80 stars 47 forks source link

deleting soul crystals #513

Open superblast1 opened 4 months ago

superblast1 commented 4 months ago

if you die and go into creative then give yourself a soul crystal then go back to the other one where you died there doesn't appear to be a way to delete it form the world not even a command or something.

copygirl commented 3 weeks ago

I found out, while you can't teleport the soul crystals with /tp, you can still delete them with /kill. The entity ID appears to be enigmaticlegacy:permanent_item_entity. So you can, for example, use the following command:

/kill @e[type=enigmaticlegacy:permanent_item_entity,distance=0..10]

This will delete all soul crystals within a distance of 10 blocks. In my case I had to do this because a soul crystal was left behind after I deleted a player's files to get them to start fresh.