From 804678d5f7e20ab0c5bacc9d00c4d76a30c6701c Mon Sep 17 00:00:00 2001 From: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Date: Thu, 23 Nov 2023 01:06:56 +0100 Subject: Fixing the EOH OC situation (#256) * tooltip changes * typo * return to old formula and switch to bigint * add new item + texture * actually load the item * power formulas * start on stellar plasma integration * rework math * make static * grammar * spotless * astral array fabricator recipe * tooltip work * adjust recipe * fix build errors * address reviews * FluidStackLong * more long fluid stack stuff * fix nei fluid amounts * add brackets * undo wildcard import * rework loop for checking aaf amount * wrong nbt tag * address reviews v2 --- src/main/resources/assets/tectech/lang/en_US.lang | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/main/resources/assets/tectech/lang/en_US.lang') diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index 8fc11ec9dc..f5ccf9bcbc 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -101,6 +101,12 @@ item.tm.powerpassupgradecover.desc.0=Add power pass functionality to TecTech Mul item.tm.powerpassupgradecover.desc.1=Active transformer in a can?? item.tm.powerpassupgradecover.desc.2=Chain them up like Christmas lights! +item.tm.itemAstralArrayFabricator.name=Astral Array Fabricator +item.tm.itemAstralArrayFabricator.desc0=Parallel dimensions?! +item.tm.itemAstralArrayFabricator.desc1=Device capable of enhancing the Eye of Harmony's spatial compression, +item.tm.itemAstralArrayFabricator.desc2=reaching into the space beyond. +item.tm.itemAstralArrayFabricator.desc3=Allows for recipe parallelism. + #Death Messages death.attack.microwaving=%1$s was dehydrated by radiation. death.attack.microwaving.player=%1$s was dehydrated by radiation while fighting %2$s. @@ -973,12 +979,14 @@ GT5U.gui.text.no_data=§7Can't output data GT5U.gui.text.no_planet_block=§7Missing planet block GT5U.gui.text.no_helium=§7Not enough Helium GT5U.gui.text.no_hydrogen=§7Not enough Hydrogen +GT5U.gui.text.no_stellar_plasma=§7Not enough Stellar Plasma GT5U.gui.text.invalid_hysteresis=§7Invalid hysteresis settings GT5U.gui.text.invalid_transfer_radius=§7Invalid transfer radius settings GT5U.gui.text.invalid_voltage_setting=§7Invalid voltage setting GT5U.gui.text.invalid_current_setting=§7Invalid current setting GT5U.gui.text.invalid_time_setting=§7Invalid time setting GT5U.gui.text.invalid_overdrive_setting=§7Invalid overdrive setting +GT5U.gui.text.insufficient_power_no_val=§7Insufficient power #Keywords and phrases #Example: ID:3 -- cgit