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] 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