From 88d6e0c0cb719b28ea8a25a95c47893ed7e75d67 Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:41:54 +1100 Subject: [PATCH] Small script cleanup --- overrides/scripts/AE2.zs | 2 +- overrides/scripts/ThermalExpansion.zs | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/overrides/scripts/AE2.zs b/overrides/scripts/AE2.zs index 4447987..06fb6f3 100644 --- a/overrides/scripts/AE2.zs +++ b/overrides/scripts/AE2.zs @@ -424,4 +424,4 @@ mods.jei.JEI.removeAndHide(); .addTooltip(format.red("Made in a Crystal Growth Chamber from a Nether Quartz Seed.")); .addTooltip(format.red("Made in a Crystal Growth Chamber from a Fluix Seed.")); .addTooltip(format.aqua(format.italic( - "Obtained by charging with RF power in the AE2 Charger."))); + "Obtained by charging with RF power in the AE2 Charger, or the Energetic Infuser."))); diff --git a/overrides/scripts/ThermalExpansion.zs b/overrides/scripts/ThermalExpansion.zs index fdd8c5a..1739db1 100644 --- a/overrides/scripts/ThermalExpansion.zs +++ b/overrides/scripts/ThermalExpansion.zs @@ -419,11 +419,6 @@ mods.thermalexpansion.Insolator.addRecipe(, , .withTag({progress: 1200}), , 40000); -mods.jei.JEI.addDescription(, "Made in the Crystal Growth Chamber or in a Phytogenic Insolator. If made in the Phytogenic Insolator, make sure to unlock the Fertilizer slot. Augments do not work for this craft."); -mods.jei.JEI.addDescription(, "Made in the Crystal Growth Chamber or in a Phytogenic Insolator. If made in the Phytogenic Insolator, make sure to unlock the Fertilizer slot. Augments do not work for this craft."); -mods.jei.JEI.addDescription(, "Made in the Crystal Growth Chamber or in a Phytogenic Insolator. If made in the Phytogenic Insolator, make sure to unlock the Fertilizer slot. Augments do not work for this craft."); - - //Add Rubber Trees to Phytogenic Insolator. Why would you use this? mods.thermalexpansion.Insolator.addRecipeSaplingInfuser( * 6, , , 9600, , 100); mods.thermalexpansion.Insolator.addRecipeSaplingInfuser( * 12, , , 14400, , 125);