diff options
author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2022-10-12 20:01:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 20:01:30 +0200 |
commit | 852cb6413004cf6459d812c30bc2c8e7e419d5c6 (patch) | |
tree | 526f62dcd18a825ede174fb489bfc2b434a05e90 /src/main/resources | |
parent | 43d403baf0c491a2e32afb3cfa11d48fa40075aa (diff) | |
download | GT5-Unofficial-852cb6413004cf6459d812c30bc2c8e7e419d5c6.tar.gz GT5-Unofficial-852cb6413004cf6459d812c30bc2c8e7e419d5c6.tar.bz2 GT5-Unofficial-852cb6413004cf6459d812c30bc2c8e7e419d5c6.zip |
Add interface to implement Bee effects that can be accelerated (#1460)
* Add IAlleleBeeAcceleratableEffect
* Still feeling the rainbow
* Use float
* NBT
* No more gendustry
* Production modifier is counted from 0 now
* Extract bee cycles length
* spotless
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index f6327670be..0931e767e8 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -188,12 +188,12 @@ GT5U.machines.industrialapiary.info.tooltip.3=§7§oInsert analyzed bee to see m 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=Territory: %7$d x %8$d x %9$d +GT5U.machines.industrialapiary.infoextended.tooltip.3=Bee genome speed: %4$.1f +GT5U.machines.industrialapiary.infoextended.tooltip.4=Production Modifier: %5$.2f +GT5U.machines.industrialapiary.infoextended.tooltip.5=Flowering Chance: %6$d %% +GT5U.machines.industrialapiary.infoextended.tooltip.6=Lifespan Modifier: %7$d %% +GT5U.machines.industrialapiary.infoextended.tooltip.7=Territory: %8$d x %9$d x %10$d GT5U.machines.industrialapiary.upgradeslot.tooltip=Upgrade slot -GT5U.machines.industrialapiary.upgradeslot.tooltip.1=§7Also accepts gendustry upgrades GT5U.machines.advdebugstructurewriter.tooltip=Scans Blocks Around GT5U.machines.advdebugstructurewriter.tooltip.1=Prints Multiblock NonTE structure check code GT5U.machines.advdebugstructurewriter.tooltip.2=ABC axes aligned to machine front |