From 06947eb84d01024c8b6ce01fbee5bdc5564d365a Mon Sep 17 00:00:00 2001 From: mczph Date: Wed, 13 Jul 2022 09:25:51 +0800 Subject: [PATCH 1/5] Update CraftingCoreUpgrade.zs --- overrides/scripts/CraftingCoreUpgrade.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/scripts/CraftingCoreUpgrade.zs b/overrides/scripts/CraftingCoreUpgrade.zs index 92b2fe5..615a10f 100644 --- a/overrides/scripts/CraftingCoreUpgrade.zs +++ b/overrides/scripts/CraftingCoreUpgrade.zs @@ -26,7 +26,7 @@ var outputInputMap as IIngredient[][IItemStack] = { , , , - .withTag({Fluid: {FluidName: "sulfuric_acid", Amount: 1000}}), + .withTag({Fluid: {FluidName: "sulfuric_acid", Amount: 1000}}), //conflux component ], #Empowered Palis From 1392c38624fb2e3ef96e4d678661e5d0249dcaf8 Mon Sep 17 00:00:00 2001 From: mczph Date: Wed, 13 Jul 2022 09:29:49 +0800 Subject: [PATCH 2/5] Update aa xu2.zs --- overrides/scripts/aa xu2.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/scripts/aa xu2.zs b/overrides/scripts/aa xu2.zs index 8dca3e7..49d79fc 100644 --- a/overrides/scripts/aa xu2.zs +++ b/overrides/scripts/aa xu2.zs @@ -15,7 +15,7 @@ mods.thermalexpansion.Compactor.removeGearRecipe(); mods.actuallyadditions.Empowerer.removeRecipe(); mods.actuallyadditions.Empowerer.removeRecipe(); -mods.actuallyadditions.Empowerer.addRecipe(, , , , .withTag({Fluid: {FluidName: "sulfuric_acid", Amount: 1000}}), , 1000000, 400); +mods.actuallyadditions.Empowerer.addRecipe(, , , , .withTag({Fluid: {FluidName: "sulfuric_acid", Amount: 1000}}), , 1000000, 400); //Empowered Palis From 01ebd44380b01dffa6cf341e7fd1f6d8271da4a2 Mon Sep 17 00:00:00 2001 From: mczph Date: Wed, 13 Jul 2022 09:34:29 +0800 Subject: [PATCH 3/5] Update aa xu2.zs --- overrides/scripts/aa xu2.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/scripts/aa xu2.zs b/overrides/scripts/aa xu2.zs index 49d79fc..81aa61e 100644 --- a/overrides/scripts/aa xu2.zs +++ b/overrides/scripts/aa xu2.zs @@ -36,7 +36,7 @@ mods.actuallyadditions.Empowerer.addRecipe(); mods.actuallyadditions.Empowerer.removeRecipe(); mods.actuallyadditions.Empowerer.removeRecipe(); -mods.actuallyadditions.Empowerer.addRecipe(, , , , .withTag({Fluid: {FluidName: "carbon", Amount: 1000}}), , 1000000, 400); +mods.actuallyadditions.Empowerer.addRecipe(, , , , .withTag({FluidName: "carbon", Amount: 1000}), , 1000000, 400); //Empowered Diamatine From fca28c3c97b5bdc0566934a13001c571ad9c5c45 Mon Sep 17 00:00:00 2001 From: mczph Date: Wed, 13 Jul 2022 09:34:50 +0800 Subject: [PATCH 4/5] Update CraftingCoreUpgrade.zs --- overrides/scripts/CraftingCoreUpgrade.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/scripts/CraftingCoreUpgrade.zs b/overrides/scripts/CraftingCoreUpgrade.zs index 615a10f..0f256ee 100644 --- a/overrides/scripts/CraftingCoreUpgrade.zs +++ b/overrides/scripts/CraftingCoreUpgrade.zs @@ -50,7 +50,7 @@ var outputInputMap as IIngredient[][IItemStack] = { , , , - .withTag({Fluid: {FluidName: "carbon", Amount: 1000}}), + .withTag({FluidName: "carbon", Amount: 1000}), ], #Empowered Emeradic From 430bfb1cca7b595c7e5bdf2abcf5031be8ff81f0 Mon Sep 17 00:00:00 2001 From: tracer4b <61507029+tracer4b@users.noreply.github.com> Date: Wed, 13 Jul 2022 19:36:14 +0800 Subject: [PATCH 5/5] swap carbon to oil --- overrides/scripts/CraftingCoreUpgrade.zs | 2 +- overrides/scripts/aa xu2.zs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/overrides/scripts/CraftingCoreUpgrade.zs b/overrides/scripts/CraftingCoreUpgrade.zs index 0f256ee..29d2396 100644 --- a/overrides/scripts/CraftingCoreUpgrade.zs +++ b/overrides/scripts/CraftingCoreUpgrade.zs @@ -50,7 +50,7 @@ var outputInputMap as IIngredient[][IItemStack] = { , , , - .withTag({FluidName: "carbon", Amount: 1000}), + .withTag({Fluid: {FluidName: "oil", Amount: 1000}}), ], #Empowered Emeradic diff --git a/overrides/scripts/aa xu2.zs b/overrides/scripts/aa xu2.zs index 81aa61e..b40e4f6 100644 --- a/overrides/scripts/aa xu2.zs +++ b/overrides/scripts/aa xu2.zs @@ -36,7 +36,7 @@ mods.actuallyadditions.Empowerer.addRecipe(); mods.actuallyadditions.Empowerer.removeRecipe(); mods.actuallyadditions.Empowerer.removeRecipe(); -mods.actuallyadditions.Empowerer.addRecipe(, , , , .withTag({FluidName: "carbon", Amount: 1000}), , 1000000, 400); +mods.actuallyadditions.Empowerer.addRecipe(, , , , .withTag({Fluid: {FluidName: "oil", Amount: 1000}}), , 1000000, 400); //Empowered Diamatine