diff --git a/eco-core/core-plugin/src/main/resources/enchants/infernal_touch.yml b/eco-core/core-plugin/src/main/resources/enchants/infernal_touch.yml new file mode 100644 index 00000000..f28e7393 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/infernal_touch.yml @@ -0,0 +1,23 @@ +display-name: "Infernal Touch" +description: "Automatically smelts mined blocks" +type: normal + +targets: + - pickaxe +conflicts: + - silk_touch +rarity: legendary +max-level: 1 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: autosmelt + args: + drop_xp: true + triggers: + - block_drop_item + +conditions: [ ]