From 6fc8548eb05be1b950ad087164d0e09998921daa Mon Sep 17 00:00:00 2001 From: Jakub <53441451+kuba6000@users.noreply.github.com> Date: Thu, 4 Aug 2022 04:44:47 +0200 Subject: Industrial Apiary Changes (#1197) * Start with lower energy without acceleration upgrades * Pollen collection is an upgrade... I didnt know. * Implement Queen Pollination * Fix battery slot not working * Dont try to pollinate when there is no chance to success --- src/main/resources/assets/gregtech/lang/en_US.lang | 2 -- .../textures/gui/basicmachines/IndustrialApiary.png | Bin 20955 -> 20641 bytes 2 files changed, 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 1e4caa00f6..282552b5ef 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -134,8 +134,6 @@ GT5U.machines.stalled_vent.tooltip.extended=§7Progress was lost, but not GT5U.machines.stalled_vent.tooltip.extended.1=§7the recipe's output. GT5U.machines.oreprocessor=§eRunning Mode: %s §cTime: %s s GT5U.machines.oreprocessor.void=§eVoid Stone Dust: %s -GT5U.machines.industrialapiary.pollen.tooltip=Retrevie Pollen -GT5U.machines.industrialapiary.pollen.tooltip.1=§cWARNING: INCREASES LAG GT5U.machines.industrialapiary.cancel.tooltip=§cCancel process GT5U.machines.industrialapiary.cancel.tooltip.1=§7Will also disable machine (soft mallet) GT5U.machines.industrialapiary.cancel.tooltip.2=§7§oCan't stop princess breeding diff --git a/src/main/resources/assets/gregtech/textures/gui/basicmachines/IndustrialApiary.png b/src/main/resources/assets/gregtech/textures/gui/basicmachines/IndustrialApiary.png index 261f569cd7..79cfb61e1b 100644 Binary files a/src/main/resources/assets/gregtech/textures/gui/basicmachines/IndustrialApiary.png and b/src/main/resources/assets/gregtech/textures/gui/basicmachines/IndustrialApiary.png differ -- cgit