From 7f6ec691e32efc6c4e9af934b0ad0a7a4a4e11f4 Mon Sep 17 00:00:00 2001 From: DivineFinal Date: Thu, 16 Jul 2026 21:40:11 +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 3288c068f..e5c7e1823 100644 --- a/kubejs/server_scripts/mods/Oritech/recipes.js +++ b/kubejs/server_scripts/mods/Oritech/recipes.js @@ -94,6 +94,26 @@ // Cheaty alloys allthemods.remove({id: 'oritech:crafting/alloy/steel'}) allthemods.remove({id: 'oritech:crafting/alloy/electrum'}) + + // 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.