ringprod / easy-deaths

Minecraft Fabric mod - Make dying a little easier! Control item spread, despawn time, and invincibility.
MIT License
2 stars 1 forks source link

[FEATURE REQUEST] Drop all EXP on death #3

Open Drigonis opened 2 months ago

Drigonis commented 2 months ago

It's annoying when you have like, 100 levels that you've just been farming for for ages, and then you lose it to something stupid like a piglin brute. Especially considering you only drop like, just over 7 levels of EXP max? It'd be neat if you could add another gamerule; something like 'expDroppedOnDeathPercentage', so you could configure how much exp you drop, as a percentage. Also, the deathItemsInvulnerable rule should be separated into two different rules - 'deathItemsInvulnerable', and 'deathItemsSurviveVoid', which makes items TP to the nearest block with air above it.

ringprod commented 2 months ago

That’s a good idea. I’ll look into implementing them both. Thank you!