From 029ce7e27eab916ad6fd8c9d5d6dc7e99689e76a Mon Sep 17 00:00:00 2001 From: DivineFinal Date: Thu, 16 Jul 2026 21:33:21 +0200 Subject: [PATCH] Resolve conflicting recipes in Oritech Foundry Particularly, with Infused Alloy and Redstone Alloy. My solution is to make the Foundry handle making Redstone Alloy Blocks. --- kubejs/server_scripts/mods/Oritech/recipes.js | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/kubejs/server_scripts/mods/Oritech/recipes.js b/kubejs/server_scripts/mods/Oritech/recipes.js index 263f60d4..3e6b650c 100644 --- a/kubejs/server_scripts/mods/Oritech/recipes.js +++ b/kubejs/server_scripts/mods/Oritech/recipes.js @@ -124,6 +124,26 @@ ], "time": 120 }).id(`mega_showdown:zygarde_cube`) + + // Resolve conflict between Infused Alloy and Redstone Alloy + allthemods.custom({ + "type": "oritech:foundry", + "ingredients": [ + { + "tag": "c:storage_blocks/redstone" + }, + { + "tag": "c:storage_blocks/copper" + } + ], + "results": [ + { + "count": 1, + "id": "enderio:redstone_alloy_block" + } + ], + "time": 1080 + }).id("oritech:foundry/alloy/compat/enderio/redstonealloy") }) // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.