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.