1
0
mirror of https://bitbucket.org/minetest_gamers/x_enchanting.git synced 2025-07-03 08:10:24 +02:00

Add Curse of Vanishing enchantment

This commit is contained in:
Juraj Vajda
2022-11-10 21:42:28 -05:00
parent dd04f68777
commit 1266b0db80
6 changed files with 59 additions and 9 deletions

View File

@ -66,6 +66,10 @@ Increases the player's mining speed. Also adds mining groupcaps to item, e.g. en
Causes certain blocks to drop themselves as items instead of their usual drops when mined. Mods can prevent this behaviour with adding group `{ no_silktouch = 1 }` to the nodes.
#### Curse of Vanishing
Causes the item to disappear on death.
## Dependencies
- none