From 4c8f9f07eb2dd07ad630c7bbd3aa003dc1ab8197 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sat, 10 Jul 2021 22:31:55 +0200 Subject: [PATCH] Fixed missing yamls --- .../enchants/artifact/rainartifact.yml | 48 +++++++++++++++++++ .../enchants/artifact/slimeartifact.yml | 48 +++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/artifact/rainartifact.yml create mode 100644 eco-core/core-plugin/src/main/resources/enchants/artifact/slimeartifact.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/artifact/rainartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/rainartifact.yml new file mode 100644 index 00000000..9c463d83 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/rainartifact.yml @@ -0,0 +1,48 @@ +# +# Rain Artifact EcoEnchant +# + +name: "Rain Artifact" +description: Creates rain particles. +enabled: true + +obtaining: + table: true + villager: true + loot: true + rarity: epic + +general-config: + targets: + - pickaxe + - sword + - axe + - elytra + - bow + - crossbow + - trident + grindstoneable: true + disabled-in-worlds: [ ] + conflicts: [ ] + +config: + # For Attack + radius: 1 + y-delta: 0.07 + radius-multiplier: 5 + use-double-helix: false + + # For Arrows + Tridents + particle-tick-delay: 2 + + # For Pickaxes + amount: 10 + on-blocks: + - diamond_ore + - gold_ore + - lapis_ore + - redstone_ore + - iron_ore + - copper_ore + - obsidian + - ancient_debris \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/enchants/artifact/slimeartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/slimeartifact.yml new file mode 100644 index 00000000..a4d5dc0e --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/slimeartifact.yml @@ -0,0 +1,48 @@ +# +# Slime Artifact EcoEnchant +# + +name: "Slime Artifact" +description: Creates slime particles. +enabled: true + +obtaining: + table: true + villager: true + loot: true + rarity: epic + +general-config: + targets: + - pickaxe + - sword + - axe + - elytra + - bow + - crossbow + - trident + grindstoneable: true + disabled-in-worlds: [ ] + conflicts: [ ] + +config: + # For Attack + radius: 1 + y-delta: 0.07 + radius-multiplier: 5 + use-double-helix: false + + # For Arrows + Tridents + particle-tick-delay: 2 + + # For Pickaxes + amount: 10 + on-blocks: + - diamond_ore + - gold_ore + - lapis_ore + - redstone_ore + - iron_ore + - copper_ore + - obsidian + - ancient_debris \ No newline at end of file