1
0
镜像自地址 https://bitbucket.org/minetest_gamers/x_enchanting.git 已同步 2025-07-03 08:10:24 +02:00

Add looting and make fortune drop more stuff, implement incompatible enchantments

这个提交包含在:
Juraj Vajda
2022-11-14 14:29:15 -05:00
父节点 b9e5fcb3fe
当前提交 27c35f551d
共有 7 个文件被更改,包括 115 次插入17 次删除

查看文件

@ -55,7 +55,9 @@ groups: sword
#### Fortune
Increases the number and/or chances of specific item drops. This value is not used in the engine; it is the responsibility of the game/mod code to implement this.
Increases the number and/or chances of specific item drops. Works with groups: stone, soil, sand, snowy, slippery, tree, leaves and all registered ores.
Incompatible: Silk Touch
groups: pickaxe, shovel, axe
@ -75,6 +77,8 @@ groups: pickaxe, shovel, axe
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.
Incompatible: Fortune
groups: pickaxe, shovel, axe
#### Curse of Vanishing
@ -89,6 +93,12 @@ Increases knockback (players only).
groups: sword
#### Looting
Cause mobs to drop more items. This value is not used in the engine; it is the responsibility of the game/mod code to implement this.
groups: sword
#### Power
Increases arrow damage.