From 337594e83a74c432c140b3df3287575b81bce467 Mon Sep 17 00:00:00 2001 From: Raven Szewczyk Date: Thu, 30 May 2024 18:26:10 +0100 Subject: Complete backend rework of the EIG (#2616) * Complete backend rework of the EIG * Mergening Related Updates Also some loader references refactoring * fix (cherry picked from commit 7fd5d7417bddfb6e49ede3986d9a547f15b21289) * More Mergening fixes Updates the declaration of the stem mixin to match the new format. * Inline EIG IC2 bucket constants addresses: https://github.com/GTNewHorizons/GT5-Unofficial/pull/2616#discussion_r1620596497 * Fix Seed Removal in regular seed simulations Should address https://github.com/GTNewHorizons/GT5-Unofficial/pull/2616#discussion_r1620583338 --------- Co-authored-by: Guillaume Mercier <10gui-gui10@live.ca> Co-authored-by: Martin Robertz --- src/main/resources/assets/kubatech/lang/en_US.lang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/kubatech/lang/en_US.lang b/src/main/resources/assets/kubatech/lang/en_US.lang index 217d438ce0..b7241bf371 100644 --- a/src/main/resources/assets/kubatech/lang/en_US.lang +++ b/src/main/resources/assets/kubatech/lang/en_US.lang @@ -32,7 +32,8 @@ GT5U.gui.text.EEC_invalidspawner=Invalid spawner! GT5U.gui.text.EEC_peaceful=Inserted mob cannot spawn on peaceful mode! GT5U.gui.text.MegaApiary_slotoverflow=Too much bees inside! GT5U.gui.text.MegaApiary_noflowers=Missing flowers! -GT5U.gui.text.EIG_slotoverflow=Too much crops inside! +GT5U.gui.text.EIG_slotoverflow=Too many seed types inside! +GT5U.gui.text.EIG_seedOverflow=Too many seeds inside! GT5U.gui.text.EIG_missingwater=No water! GT5U.gui.text.EIG_ic2glass=Insufficient glass tier! -- cgit