diff options
| author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2022-07-27 04:39:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-27 09:39:06 +0700 |
| commit | b3c3b9c5d7d0f40404f702b849d46f348cd78a9c (patch) | |
| tree | 76fa9babd038565663f70f02395bbb3151e37a5a /src/main/resources/assets/gregtech/lang | |
| parent | 8c2089b5e3d1591d4c3904494414ea26815079e8 (diff) | |
| download | GT5-Unofficial-b3c3b9c5d7d0f40404f702b849d46f348cd78a9c.tar.gz GT5-Unofficial-b3c3b9c5d7d0f40404f702b849d46f348cd78a9c.tar.bz2 GT5-Unofficial-b3c3b9c5d7d0f40404f702b849d46f348cd78a9c.zip | |
Move Industrial Apiary to gregtech (#1107)
* Industrial Apiary
* Make Forestry not required.
* Add support for gendustry upgrades and lower energy demand
* Add item validation to input slots and fix battery + special slots
* Automation upgrade support and bug fixes
* Better canWork check and flower detection
* GUI work
* Better detection of modifier update
* Add button to cancel process
* Add textures
* Tooltip changes
* Add convert crafting
* Make top and sides glow
* Bug fix
* New textures
* Add bee effects
* Make all tooltips translatable
* Implement GT Apiary Upgrades
* Prevent inserting too many upgrades
* Just require gendustry instead of checking it everywhere
* Add blacklist (bug fix) and use hashsets instead of arrays
* Cache beemember to do effects
* Make blacklist automatic
* Add acceleration upgrades for all tiers (LV -> UV)
* Lock the machine to maxspeed by default
* Correct required energy in info tooltip
* Use isUpgrade method instead of manually checking
* Lower amperage to 4
* Save locked speed to nbt
Diffstat (limited to 'src/main/resources/assets/gregtech/lang')
| -rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index c1e45e9286..1e4caa00f6 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -134,6 +134,28 @@ 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 +GT5U.machines.industrialapiary.speedlocked.tooltip=§rAcceleration: %1$dx §7§o(locked to maximum) +GT5U.machines.industrialapiary.speedlocked.tooltip.1=§7Energy usage: +%2$s EU/t +GT5U.machines.industrialapiary.speedlocked.tooltip.2=§7§oRight-click to unlock +GT5U.machines.industrialapiary.speed.tooltip=Acceleration: %1$dx +GT5U.machines.industrialapiary.speed.tooltip.1=§7Energy usage: +%2$s EU/t +GT5U.machines.industrialapiary.speed.tooltip.2=§7§oRight-click to lock at maximum +GT5U.machines.industrialapiary.info.tooltip=Energy required: %1$s EU/t +GT5U.machines.industrialapiary.info.tooltip.1=Temperature: %2$s +GT5U.machines.industrialapiary.info.tooltip.2=Humidity: %3$s +GT5U.machines.industrialapiary.info.tooltip.3=§7§oInsert analyzed bee to see more info +GT5U.machines.industrialapiary.infoextended.tooltip=Energy required: %1$s EU/t +GT5U.machines.industrialapiary.infoextended.tooltip.1=Temperature: %2$s +GT5U.machines.industrialapiary.infoextended.tooltip.2=Humidity: %3$s +GT5U.machines.industrialapiary.infoextended.tooltip.3=Production Modifier: %4$d %% +GT5U.machines.industrialapiary.infoextended.tooltip.4=Flowering Chance: %5$d %% +GT5U.machines.industrialapiary.infoextended.tooltip.5=Lifespan Modifier: %6$d %% +GT5U.machines.industrialapiary.infoextended.tooltip.6=Terrority: %7$d x %8$d x %9$d GT5U.recipe_filter.representation_slot.tooltip=Click with a machine to set filter |
