Hidden Recipe Book (Forge)

Hidden Recipe Book (Forge)

386k Downloads

Curios Support - Your Items are Safe

sodalish opened this issue ยท 2 comments

commented

Love all your work mate! Wondering if you would implement Curio support for keeping items (specifically back slot for backpacks or elytra) upon death in your wonderful mod "Your Items are Safe". Been a long time fan and appreciate so much of your work. Cheers!

commented

I'll leave this here as a note to myself; I can try to add support by checking for items around, after the player's death. I don't like to add a hard dependency via the build file, but this way it should catch anything that wasn't caught via the death event.

commented

I came here looking for this as well, though in my case it's Trinkets on the Fabric side. Would it be possible to look directly at the player's NBT data for Curio/Trinket slots with items in them and use that? You'd have to manually delete them from the NBT before they drop in the world (or delete the item entities, if that isn't possible) to prevent duping, but it could be an alternative to adding a dependency.