diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/archeryrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/archeryrelic.yml index cadcd10..c172f09 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/archeryrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/archeryrelic.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - crossbow - - crossbow - - crossbow + - talisman:archery_ring + - talisman:archery_ring + - talisman:archery_ring - - crossbow + - talisman:archery_ring - nether_star - - crossbow + - talisman:archery_ring - - crossbow - - crossbow - - crossbow + - talisman:archery_ring + - talisman:archery_ring + - talisman:archery_ring general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/endrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/endrelic.yml index b282f3a..81e6e9e 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/endrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/endrelic.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - shulker_shell - - shulker_shell - - shulker_shell + - talisman:end_ring + - talisman:end_ring + - talisman:end_ring - - shulker_shell + - talisman:end_ring - nether_star - - shulker_shell + - talisman:end_ring - - shulker_shell - - shulker_shell - - shulker_shell + - talisman:end_ring + - talisman:end_ring + - talisman:end_ring general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/experiencerelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/experiencerelic.yml index f82914c..62c38cf 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/experiencerelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/experiencerelic.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - diamond_block - - diamond_block - - diamond_block + - talisman:experience_ring + - talisman:experience_ring + - talisman:experience_ring - - diamond_block + - talisman:experience_ring - nether_star - - diamond_block + - talisman:experience_ring - - diamond_block - - diamond_block - - diamond_block + - talisman:experience_ring + - talisman:experience_ring + - talisman:experience_ring general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/extractionrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/extractionrelic.yml index e8dada6..b3858e6 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/extractionrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/extractionrelic.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - emerald_block - - emerald_block - - emerald_block + - talisman:extraction_ring + - talisman:extraction_ring + - talisman:extraction_ring - - emerald_block + - talisman:extraction_ring - nether_star - - emerald_block + - talisman:extraction_ring - - emerald_block - - emerald_block - - emerald_block + - talisman:extraction_ring + - talisman:extraction_ring + - talisman:extraction_ring general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/featherrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/featherrelic.yml index a8455d1..a9dbc46 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/featherrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/featherrelic.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - feather - - feather - - feather + - talisman:feather_ring + - talisman:feather_ring + - talisman:feather_ring - - feather + - talisman:feather_ring - nether_star - - feather + - talisman:feather_ring - - feather - - feather - - feather + - talisman:feather_ring + - talisman:feather_ring + - talisman:feather_ring general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/flamerelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/flamerelic.yml index 243e570..f6fa757 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/flamerelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/flamerelic.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - blaze_rod - - blaze_rod - - blaze_rod + - talisman:flame_ring + - talisman:flame_ring + - talisman:flame_ring - - blaze_rod + - talisman:flame_ring - nether_star - - blaze_rod + - talisman:flame_ring - - blaze_rod - - blaze_rod - - blaze_rod + - talisman:flame_ring + - talisman:flame_ring + - talisman:flame_ring general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/netherrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/netherrelic.yml index 7bf0886..792c313 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/netherrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/netherrelic.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - wither_skeleton_skull - - wither_skeleton_skull - - wither_skeleton_skull + - talisman:nether_ring + - talisman:nether_ring + - talisman:nether_ring - - wither_skeleton_skull + - talisman:nether_ring - nether_star - - wither_skeleton_skull + - talisman:nether_ring - - wither_skeleton_skull - - wither_skeleton_skull - - wither_skeleton_skull + - talisman:nether_ring + - talisman:nether_ring + - talisman:nether_ring general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/poseidonrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/poseidonrelic.yml index 89c1d17..52b2c2c 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/poseidonrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/poseidonrelic.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - trident - - trident - - trident + - talisman:poseidon_ring + - talisman:poseidon_ring + - talisman:poseidon_ring - - trident + - talisman:poseidon_ring - nether_star - - trident + - talisman:poseidon_ring - - trident - - trident - - trident + - talisman:poseidon_ring + - talisman:poseidon_ring + - talisman:poseidon_ring general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/resistancerelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/resistancerelic.yml index 5c3c03c..472f093 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/resistancerelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/resistancerelic.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - obsidian - - obsidian - - obsidian + - talisman:resistance_ring + - talisman:resistance_ring + - talisman:resistance_ring - - obsidian + - talisman:resistance_ring - nether_star - - obsidian + - talisman:resistance_ring - - obsidian - - obsidian - - obsidian + - talisman:resistance_ring + - talisman:resistance_ring + - talisman:resistance_ring general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/sharpnessrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/sharpnessrelic.yml index a90b404..07a7399 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/sharpnessrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/sharpnessrelic.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - diamond_sword - - diamond_sword - - diamond_sword + - talisman:sharpness_ring + - talisman:sharpness_ring + - talisman:sharpness_ring - - diamond_sword + - talisman:sharpness_ring - nether_star - - diamond_sword + - talisman:sharpness_ring - - diamond_sword - - diamond_sword - - diamond_sword + - talisman:sharpness_ring + - talisman:sharpness_ring + - talisman:sharpness_ring general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/relic/strengthrelic.yml b/eco-core/core-plugin/src/main/resources/talismans/relic/strengthrelic.yml index 6302055..87f8946 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/relic/strengthrelic.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/relic/strengthrelic.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - nether_star - - trident - - nether_star + - talisman:strength_relic + - talisman:strength_relic + - talisman:strength_relic - - crossbow + - talisman:strength_relic - nether_star - - diamond_sword + - talisman:strength_relic - - nether_star - - dragon_head - - nether_star + - talisman:strength_relic + - talisman:strength_relic + - talisman:strength_relic general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/archeryring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/archeryring.yml index 965635d..a7c8e97 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/archeryring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/archeryring.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - bow - - crossbow - - bow + - talisman:archery_talisman + - talisman:archery_talisman + - talisman:archery_talisman - - crossbow + - talisman:archery_talisman - heart_of_the_sea - - crossbow + - talisman:archery_talisman - - bow - - crossbow - - bow + - talisman:archery_talisman + - talisman:archery_talisman + - talisman:archery_talisman general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/endring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/endring.yml index 1e71264..d41761e 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/endring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/endring.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - end_stone - - shulker_shell - - end_stone + - talisman:end_talisman + - talisman:end_talisman + - talisman:end_talisman - - shulker_shell + - talisman:end_talisman - heart_of_the_sea - - shulker_shell + - talisman:end_talisman - - end_stone - - shulker_shell - - end_stone + - talisman:end_talisman + - talisman:end_talisman + - talisman:end_talisman general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/experiencering.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/experiencering.yml index c6b89ad..b833bf5 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/experiencering.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/experiencering.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - diamond - - diamond_block - - diamond + - talisman:experience_ring + - talisman:experience_ring + - talisman:experience_ring - - diamond_block + - talisman:experience_ring - heart_of_the_sea - - diamond_block + - talisman:experience_ring - - diamond - - diamond_block - - diamond + - talisman:experience_ring + - talisman:experience_ring + - talisman:experience_ring general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/extractionring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/extractionring.yml index 5447e0c..2782889 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/extractionring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/extractionring.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - emerald - - emerald_block - - emerald + - talisman:extraction_talisman + - talisman:extraction_talisman + - talisman:extraction_talisman - - emerald_block + - talisman:extraction_talisman - heart_of_the_sea - - emerald_block + - talisman:extraction_talisman - - emerald - - emerald_block - - emerald + - talisman:extraction_talisman + - talisman:extraction_talisman + - talisman:extraction_talisman general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/featherring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/featherring.yml index ed7edcb..19228f3 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/featherring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/featherring.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - feather - - feather - - feather + - talisman:feather_talisman + - talisman:feather_talisman + - talisman:feather_talisman - - feather + - talisman:feather_talisman - heart_of_the_sea - - feather + - talisman:feather_talisman - - feather - - feather - - feather + - talisman:feather_talisman + - talisman:feather_talisman + - talisman:feather_talisman general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/flamering.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/flamering.yml index 6e52e97..2d5345e 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/flamering.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/flamering.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - blaze_powder - - blaze_rod - - blaze_powder + - talisman:flame_talisman + - talisman:flame_talisman + - talisman:flame_talisman - - blaze_rod + - talisman:flame_talisman - heart_of_the_sea - - blaze_rod + - talisman:flame_talisman - - blaze_powder - - blaze_rod - - blaze_powder + - talisman:flame_talisman + - talisman:flame_talisman + - talisman:flame_talisman general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/netherring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/netherring.yml index edc46d5..da1cd2f 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/netherring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/netherring.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - netherrack - - wither_skeleton_skull - - netherrack + - talisman:nether_talisman + - talisman:nether_talisman + - talisman:nether_talisman - - wither_skeleton_skull + - talisman:nether_talisman - heart_of_the_sea - - wither_skeleton_skull + - talisman:nether_talisman - - netherrack - - wither_skeleton_skull - - netherrack + - talisman:nether_talisman + - talisman:nether_talisman + - talisman:nether_talisman general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/poseidonring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/poseidonring.yml index ae1a6a2..1f0f9da 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/poseidonring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/poseidonring.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - nautilus_shell - - trident - - nautilus_shell + - talisman:poseidon_talisman + - talisman:poseidon_talisman + - talisman:poseidon_talisman - - trident + - talisman:poseidon_talisman - heart_of_the_sea - - trident + - talisman:poseidon_talisman - - nautilus_shell - - trident - - nautilus_shell + - talisman:poseidon_talisman + - talisman:poseidon_talisman + - talisman:poseidon_talisman general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/resistancering.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/resistancering.yml index a9eaa5d..00e3953 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/resistancering.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/resistancering.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - iron_block - - obsidian - - iron_block + - talisman:resistance_talisman + - talisman:resistance_talisman + - talisman:resistance_talisman - - obsidian + - talisman:resistance_talisman - heart_of_the_sea - - obsidian + - talisman:resistance_talisman - - iron_block - - obsidian - - iron_block + - talisman:resistance_talisman + - talisman:resistance_talisman + - talisman:resistance_talisman general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/sharpnessring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/sharpnessring.yml index f2ee27d..ddd9ec8 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/sharpnessring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/sharpnessring.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - iron_sword - - diamond_sword - - iron_sword + - talisman:sharpness_talisman + - talisman:sharpness_talisman + - talisman:sharpness_talisman - - diamond_sword + - talisman:sharpness_talisman - heart_of_the_sea - - diamond_sword + - talisman:sharpness_talisman - - iron_sword - - diamond_sword - - iron_sword + - talisman:sharpness_talisman + - talisman:sharpness_talisman + - talisman:sharpness_talisman general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/ring/strengthring.yml b/eco-core/core-plugin/src/main/resources/talismans/ring/strengthring.yml index 09df679..92f4672 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/ring/strengthring.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/ring/strengthring.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - iron_block - - nether_star - - iron_block + - talisman:strength_talisman + - talisman:strength_talisman + - talisman:strength_talisman - - nether_star + - talisman:strength_talisman - heart_of_the_sea - - nether_star + - talisman:strength_talisman - - iron_block - - nether_star - - iron_block + - talisman:strength_talisman + - talisman:strength_talisman + - talisman:strength_talisman general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/archerytalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/archerytalisman.yml index 69d747a..0c5eaaf 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/archerytalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/archerytalisman.yml @@ -7,15 +7,15 @@ obtaining: # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - bow - - bow + - crossbow - bow - - bow + - crossbow - ender_eye - - bow + - crossbow - bow - - bow + - crossbow - bow general-config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/endtalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/endtalisman.yml index 448de9e..c9b4247 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/endtalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/endtalisman.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - end_stone - - end_stone - - end_stone + - shulker_shell + - shulker_shell + - shulker_shell - - end_stone + - shulker_shell - ender_eye - - end_stone + - shulker_shell - - end_stone - - end_stone - - end_stone + - shulker_shell + - shulker_shell + - shulker_shell general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/experiencetalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/experiencetalisman.yml index 6ef3e1a..f0eb036 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/experiencetalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/experiencetalisman.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - diamond - - diamond - - diamond + - diamond_block + - diamond_block + - diamond_block - - diamond + - diamond_block - ender_eye - - diamond + - diamond_block - - diamond - - diamond - - diamond + - diamond_block + - diamond_block + - diamond_block general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/extractiontalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/extractiontalisman.yml index 24c2869..aa00520 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/extractiontalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/extractiontalisman.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - emerald - - emerald - - emerald + - emerald_block + - emerald_block + - emerald_block - - emerald + - emerald_block - ender_eye - - emerald + - emerald_block - - emerald - - emerald - - emerald + - emerald_block + - emerald_block + - emerald_block general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/flametalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/flametalisman.yml index d217a10..17541db 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/flametalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/flametalisman.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - blaze_powder - - blaze_powder - - blaze_powder + - blaze_rod + - blaze_rod + - blaze_rod - - blaze_powder + - blaze_rod - ender_eye - - blaze_powder + - blaze_rod - - blaze_powder - - blaze_powder - - blaze_powder + - blaze_rod + - blaze_rod + - blaze_rod general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/nethertalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/nethertalisman.yml index e467ded..091da46 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/nethertalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/nethertalisman.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - netherrack - - netherrack - - netherrack + - wither_skeleton_skull + - wither_skeleton_skull + - wither_skeleton_skull - - netherrack + - wither_skeleton_skull - ender_eye - - netherrack + - wither_skeleton_skull - - netherrack - - netherrack - - netherrack + - wither_skeleton_skull + - wither_skeleton_skull + - wither_skeleton_skull general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/poseidontalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/poseidontalisman.yml index ff55614..1885648 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/poseidontalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/poseidontalisman.yml @@ -7,15 +7,15 @@ obtaining: # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - nautilus_shell - - nautilus_shell + - trident - nautilus_shell - - nautilus_shell + - trident - ender_eye - - nautilus_shell + - trident - nautilus_shell - - nautilus_shell + - trident - nautilus_shell general-config: diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/resistancetalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/resistancetalisman.yml index 65e432c..a3f5dc9 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/resistancetalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/resistancetalisman.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - iron_block - - shield - - iron_block + - obsidian + - obsidian + - obsidian - - shield + - obsidian - ender_eye - - shield + - obsidian - - iron_block - - shield - - iron_block + - obsidian + - obsidian + - obsidian general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/sharpnesstalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/sharpnesstalisman.yml index 19f478f..d4482bf 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/sharpnesstalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/sharpnesstalisman.yml @@ -6,17 +6,17 @@ obtaining: # Recipes are left-right, top-bottom # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - - iron_sword - - iron_sword - - iron_sword + - diamond_sword + - diamond_sword + - diamond_sword - - iron_sword + - diamond_sword - ender_eye - - iron_sword + - diamond_sword - - iron_sword - - iron_sword - - iron_sword + - diamond_sword + - diamond_sword + - diamond_sword general-config: disabled-in-worlds: [] diff --git a/eco-core/core-plugin/src/main/resources/talismans/talisman/strengthtalisman.yml b/eco-core/core-plugin/src/main/resources/talismans/talisman/strengthtalisman.yml index ab6d8d6..e7b6970 100644 --- a/eco-core/core-plugin/src/main/resources/talismans/talisman/strengthtalisman.yml +++ b/eco-core/core-plugin/src/main/resources/talismans/talisman/strengthtalisman.yml @@ -7,16 +7,16 @@ obtaining: # The first item is the top left, the second is top middle, and so on. The last is bottom right. recipe: - iron_block - - iron_block - - iron_block + - diamond_sword + - gold_block - - iron_block + - bow - ender_eye - - iron_block + - crossbow - - iron_block - - iron_block - - iron_block + - diamond_block + - trident + - emerald_block general-config: disabled-in-worlds: []