-
Added silk touch enchant support and configuration (regen config.yml)
-
Added new in-line flags for actions: giveItem, dropItemAtBlock, dropItemAtPlayer, dropItem for special cases in which you need higher control.
Code (YAML):
on-break:
do
: dropItemAtBlock raw_iron silkDrop=iron_ore smeltedDrop=iron_ingot
-
Added raw_iron and raw_gold as aliases, now they are recognized in <1.17 as iron_ore and gold_ore respectively.