From b853b06318275882776e8c316a92cdfb88ce7970 Mon Sep 17 00:00:00 2001 From: Sedri05 Date: Tue, 30 Aug 2022 21:09:07 +0200 Subject: [PATCH] added curse_of_misfortune.yml --- .../enchants/curse_of_misfortune.yml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/curse_of_misfortune.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/curse_of_misfortune.yml b/eco-core/core-plugin/src/main/resources/enchants/curse_of_misfortune.yml new file mode 100644 index 00000000..6d5f59ec --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/curse_of_misfortune.yml @@ -0,0 +1,25 @@ +display-name: Curse of Misfortune +description: Chance of blocks to not drop items +placeholder: '%level%' +type: Curse + +targets: +- hoe +- shovel +- pickaxe +- axe +conflicts: [] +rarity: legendary +max-level: 1 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: cancel_event + args: + chance: 15*%level% + triggers: + - block_item_drop +conditions: []