From bc46d06325b93f533d76871096431305aa9b2ff2 Mon Sep 17 00:00:00 2001 From: Sedri05 Date: Tue, 30 Aug 2022 14:46:10 +0200 Subject: [PATCH] added blast_mining.yml --- .../main/resources/enchants/blast_mining.yml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/blast_mining.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/blast_mining.yml b/eco-core/core-plugin/src/main/resources/enchants/blast_mining.yml new file mode 100644 index 00000000..6a546145 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/blast_mining.yml @@ -0,0 +1,27 @@ +display-name: Blast Mining +description: "%placeholder%% chance to mine blocks in a 3x3 area" +placeholder: '20 * %level%' +type: Normal + +targets: +- pickaxe +conflicts: [] +rarity: common +max-level: 1 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: mine_radius + args: + chance: 20 * %level% + radius: 1 + blacklisted_blocks: [] + check_hardness: true + disable_on_sneak: true + whitelist: [ ] + triggers: + - mine_block +conditions: []