diff --git a/scripts/mods/enderio.zs b/scripts/mods/enderio.zs index c42e20341..ea79e352f 100644 --- a/scripts/mods/enderio.zs +++ b/scripts/mods/enderio.zs @@ -532,16 +532,26 @@ for ingr, amount in { : 1, } as int[IIngredient] { mods.bloodmagic.AlchemyTable.addRecipe( * amount, [ - * 6, + , + , , + , + , ingr, ], 300, 40, 2); mods.bloodmagic.AlchemyTable.addRecipe( * amount, [ - * 3, ingr], 300, 40, 2); + , + , + , + ingr, + ], 300, 40, 2); } mods.bloodmagic.AlchemyTable.addRecipe(, [ - * 4, + , + , , + , + , , ], 300, 40, 2); diff --git a/scripts/mods/mekanism.zs b/scripts/mods/mekanism.zs index 6cdc5e93c..4cdd410fe 100644 --- a/scripts/mods/mekanism.zs +++ b/scripts/mods/mekanism.zs @@ -727,5 +727,5 @@ craft.remake(, ['pretty', }); // Fast enriching alt for late game -mods.bloodmagic.AlchemyTable.addRecipe( * 32, [, * 32], 1000, 10, 1); -mods.bloodmagic.AlchemyTable.addRecipe( * 32, [, * 32], 1000, 10, 1); +mods.bloodmagic.AlchemyTable.addRecipe( * 45, [, , , , , ], 1000, 10, 1); +mods.bloodmagic.AlchemyTable.addRecipe( * 45, [, , , , , ], 1000, 10, 1);