From 3c83c677caf5263c397ae741f096efb47c7c0a3f Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sat, 12 Jun 2021 19:22:43 +0100 Subject: [PATCH] Added copper-ore to all artifacts and mining enchantments --- .../enchantments/ecoenchants/normal/Transfuse.java | 6 +----- .../ecoenchants/enchantments/ecoenchants/normal/Vein.java | 3 +-- .../src/main/resources/enchants/artifact/angerartifact.yml | 1 + .../src/main/resources/enchants/artifact/ashartifact.yml | 1 + .../main/resources/enchants/artifact/barrierartifact.yml | 1 + .../src/main/resources/enchants/artifact/cloudsartifact.yml | 1 + .../main/resources/enchants/artifact/crimsonartifact.yml | 1 + .../src/main/resources/enchants/artifact/damageartifact.yml | 1 + .../src/main/resources/enchants/artifact/dragonartifact.yml | 1 + .../src/main/resources/enchants/artifact/dustartifact.yml | 1 + .../main/resources/enchants/artifact/emeraldartifact.yml | 1 + .../resources/enchants/artifact/enchantmentartifact.yml | 1 + .../src/main/resources/enchants/artifact/endartifact.yml | 1 + .../src/main/resources/enchants/artifact/fireartifact.yml | 1 + .../src/main/resources/enchants/artifact/heartartifact.yml | 1 + .../src/main/resources/enchants/artifact/honeyartifact.yml | 1 + .../src/main/resources/enchants/artifact/inkartifact.yml | 1 + .../src/main/resources/enchants/artifact/lavaartifact.yml | 1 + .../src/main/resources/enchants/artifact/limeartifact.yml | 1 + .../src/main/resources/enchants/artifact/magicartifact.yml | 1 + .../src/main/resources/enchants/artifact/magmaartifact.yml | 1 + .../src/main/resources/enchants/artifact/musicartifact.yml | 1 + .../main/resources/enchants/artifact/nautilusartifact.yml | 1 + .../src/main/resources/enchants/artifact/netherartifact.yml | 1 + .../main/resources/enchants/artifact/redstoneartifact.yml | 1 + .../src/main/resources/enchants/artifact/smokeartifact.yml | 1 + .../src/main/resources/enchants/artifact/snowartifact.yml | 1 + .../src/main/resources/enchants/artifact/soulartifact.yml | 1 + .../main/resources/enchants/artifact/soulfireartifact.yml | 1 + .../main/resources/enchants/artifact/sparkleartifact.yml | 1 + .../src/main/resources/enchants/artifact/sweepartifact.yml | 1 + .../src/main/resources/enchants/artifact/tearartifact.yml | 1 + .../src/main/resources/enchants/artifact/totemartifact.yml | 1 + .../main/resources/enchants/artifact/villagerartifact.yml | 1 + .../src/main/resources/enchants/artifact/warpedartifact.yml | 1 + .../src/main/resources/enchants/artifact/waterartifact.yml | 1 + .../src/main/resources/enchants/artifact/witchartifact.yml | 1 + .../src/main/resources/enchants/artifact/zapartifact.yml | 1 + .../src/main/resources/enchants/normal/transfuse.yml | 1 + .../core-plugin/src/main/resources/enchants/normal/vein.yml | 1 + .../xray/src/main/resources/enchants/spell/xray.yml | 1 + 41 files changed, 41 insertions(+), 7 deletions(-) diff --git a/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/enchantments/ecoenchants/normal/Transfuse.java b/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/enchantments/ecoenchants/normal/Transfuse.java index d95e8e59..1fdd6db4 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/enchantments/ecoenchants/normal/Transfuse.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/enchantments/ecoenchants/normal/Transfuse.java @@ -14,8 +14,6 @@ import org.bukkit.event.block.BlockBreakEvent; import org.bukkit.inventory.ItemStack; import org.jetbrains.annotations.NotNull; -import java.util.stream.Collectors; - public class Transfuse extends EcoEnchant { public Transfuse() { super( @@ -38,9 +36,7 @@ public class Transfuse extends EcoEnchant { event.setDropItems(false); - if (!this.getConfig().getStrings(EcoEnchants.CONFIG_LOCATION + "works-on").stream() - .map(string -> Material.getMaterial(string.toUpperCase())) - .collect(Collectors.toList()).contains(block.getType())) { + if (!this.getConfig().getStrings(EcoEnchants.CONFIG_LOCATION + "works-on").contains(block.getType().toString().toLowerCase())) { return; } diff --git a/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/enchantments/ecoenchants/normal/Vein.java b/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/enchantments/ecoenchants/normal/Vein.java index 5c0f2295..2dac016e 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/enchantments/ecoenchants/normal/Vein.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/enchantments/ecoenchants/normal/Vein.java @@ -37,9 +37,8 @@ public class Vein extends EcoEnchant { } List materials = new ArrayList<>(); - this.getConfig().getStrings(EcoEnchants.CONFIG_LOCATION + "whitelisted-blocks").forEach(name -> materials.add(Material.getMaterial(name.toUpperCase()))); - if (!materials.contains(block.getType())) { + if (!this.getConfig().getStrings(EcoEnchants.CONFIG_LOCATION + "whitelisted-blocks").contains(block.getType().toString().toLowerCase())) { return; } diff --git a/eco-core/core-plugin/src/main/resources/enchants/artifact/angerartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/angerartifact.yml index f68c0f30..13819c67 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/angerartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/angerartifact.yml @@ -43,5 +43,6 @@ config: - 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/ashartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/ashartifact.yml index d3251e3c..4013e247 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/ashartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/ashartifact.yml @@ -43,5 +43,6 @@ config: - 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/barrierartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/barrierartifact.yml index da4458d8..756a0271 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/barrierartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/barrierartifact.yml @@ -43,5 +43,6 @@ config: - 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/cloudsartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/cloudsartifact.yml index 332d2ed9..65837a8d 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/cloudsartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/cloudsartifact.yml @@ -43,5 +43,6 @@ config: - 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/crimsonartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/crimsonartifact.yml index cac281d0..373f1e41 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/crimsonartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/crimsonartifact.yml @@ -43,5 +43,6 @@ config: - 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/damageartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/damageartifact.yml index c5d40bcc..d8d21e36 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/damageartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/damageartifact.yml @@ -43,5 +43,6 @@ config: - 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/dragonartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/dragonartifact.yml index e31eb21d..51a6ad6a 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/dragonartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/dragonartifact.yml @@ -43,5 +43,6 @@ config: - 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/dustartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/dustartifact.yml index b2360be4..01a8455b 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/dustartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/dustartifact.yml @@ -43,5 +43,6 @@ config: - 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/emeraldartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/emeraldartifact.yml index 1697c0da..296ce7e1 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/emeraldartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/emeraldartifact.yml @@ -43,5 +43,6 @@ config: - 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/enchantmentartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/enchantmentartifact.yml index 471ccc38..0cf43f18 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/enchantmentartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/enchantmentartifact.yml @@ -43,5 +43,6 @@ config: - 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/endartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/endartifact.yml index c90841cb..1eed0b8a 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/endartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/endartifact.yml @@ -43,5 +43,6 @@ config: - 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/fireartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/fireartifact.yml index d3abef5e..5af42a21 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/fireartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/fireartifact.yml @@ -43,5 +43,6 @@ config: - 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/heartartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/heartartifact.yml index 90c7c890..76f71cdf 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/heartartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/heartartifact.yml @@ -43,5 +43,6 @@ config: - 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/honeyartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/honeyartifact.yml index 553ae409..bb0ec733 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/honeyartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/honeyartifact.yml @@ -43,5 +43,6 @@ config: - 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/inkartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/inkartifact.yml index db710d00..04bbd900 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/inkartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/inkartifact.yml @@ -43,5 +43,6 @@ config: - 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/lavaartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/lavaartifact.yml index fcc191ab..59a1638c 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/lavaartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/lavaartifact.yml @@ -43,5 +43,6 @@ config: - 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/limeartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/limeartifact.yml index f89bba07..93bd93ef 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/limeartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/limeartifact.yml @@ -43,5 +43,6 @@ config: - 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/magicartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/magicartifact.yml index a485d8ad..924efe5e 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/magicartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/magicartifact.yml @@ -43,5 +43,6 @@ config: - 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/magmaartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/magmaartifact.yml index 271f3f10..7938e5ed 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/magmaartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/magmaartifact.yml @@ -43,5 +43,6 @@ config: - 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/musicartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/musicartifact.yml index 0a40c4a3..14e1a056 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/musicartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/musicartifact.yml @@ -43,5 +43,6 @@ config: - 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/nautilusartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/nautilusartifact.yml index fff37780..cedbd7c3 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/nautilusartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/nautilusartifact.yml @@ -43,5 +43,6 @@ config: - 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/netherartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/netherartifact.yml index 1fd83497..581e038c 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/netherartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/netherartifact.yml @@ -43,5 +43,6 @@ config: - 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/redstoneartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/redstoneartifact.yml index b291f23d..aa2e6a69 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/redstoneartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/redstoneartifact.yml @@ -43,5 +43,6 @@ config: - 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/smokeartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/smokeartifact.yml index 72311870..8c4d93ca 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/smokeartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/smokeartifact.yml @@ -43,5 +43,6 @@ config: - 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/snowartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/snowartifact.yml index 80ea3749..0f964afa 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/snowartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/snowartifact.yml @@ -43,5 +43,6 @@ config: - 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/soulartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/soulartifact.yml index 59c0249a..5a99d566 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/soulartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/soulartifact.yml @@ -43,5 +43,6 @@ config: - 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/soulfireartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/soulfireartifact.yml index 686548ef..dc118c79 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/soulfireartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/soulfireartifact.yml @@ -43,5 +43,6 @@ config: - 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/sparkleartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/sparkleartifact.yml index 714331cc..aecb0a69 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/sparkleartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/sparkleartifact.yml @@ -43,5 +43,6 @@ config: - 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/sweepartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/sweepartifact.yml index 83bb4377..d490987e 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/sweepartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/sweepartifact.yml @@ -43,5 +43,6 @@ config: - 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/tearartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/tearartifact.yml index f3e768eb..be7875ec 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/tearartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/tearartifact.yml @@ -43,5 +43,6 @@ config: - 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/totemartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/totemartifact.yml index 5c345b5b..2c741a84 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/totemartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/totemartifact.yml @@ -43,5 +43,6 @@ config: - 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/villagerartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/villagerartifact.yml index 1acbbaee..f367c39e 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/villagerartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/villagerartifact.yml @@ -43,5 +43,6 @@ config: - 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/warpedartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/warpedartifact.yml index 5e0ccc02..8a72f773 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/warpedartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/warpedartifact.yml @@ -43,5 +43,6 @@ config: - 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/waterartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/waterartifact.yml index 5189ac95..01570455 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/waterartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/waterartifact.yml @@ -43,5 +43,6 @@ config: - 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/witchartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/witchartifact.yml index 281075d2..816af47f 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/witchartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/witchartifact.yml @@ -43,5 +43,6 @@ config: - 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/zapartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/zapartifact.yml index 0d615399..0fa28bca 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/artifact/zapartifact.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/zapartifact.yml @@ -43,5 +43,6 @@ config: - 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/normal/transfuse.yml b/eco-core/core-plugin/src/main/resources/enchants/normal/transfuse.yml index 8ada646b..481e55ad 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/normal/transfuse.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/normal/transfuse.yml @@ -29,6 +29,7 @@ config: - lapis_ore - redstone_ore - iron_ore + - copper_ore chance-per-level: 0.03 # Chance for drop to be switched works-on: - stone diff --git a/eco-core/core-plugin/src/main/resources/enchants/normal/vein.yml b/eco-core/core-plugin/src/main/resources/enchants/normal/vein.yml index 3323ba2b..bbfdf9ef 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/normal/vein.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/normal/vein.yml @@ -28,6 +28,7 @@ config: whitelisted-blocks: - coal_ore - iron_ore + - copper_ore - gold_ore - ancient_debris - lapis_ore diff --git a/eco-extensions/xray/src/main/resources/enchants/spell/xray.yml b/eco-extensions/xray/src/main/resources/enchants/spell/xray.yml index 63c5927c..42d0640e 100644 --- a/eco-extensions/xray/src/main/resources/enchants/spell/xray.yml +++ b/eco-extensions/xray/src/main/resources/enchants/spell/xray.yml @@ -26,6 +26,7 @@ config: blocks: - coal_ore - iron_ore + - copper_ore - gold_ore - redstone_ore - lapis_ore