diff options
author | Nico Spiske <64710705+Nilau1998@users.noreply.github.com> | 2024-09-01 14:38:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-01 14:38:40 +0200 |
commit | 148ff2956dad2377e6043173ad8b33d6acbc6ac6 (patch) | |
tree | 409cd58d3b847a0450efd8af7239b1860750e6c5 /src/main/resources/assets | |
parent | 784fc5aaca22995a9652ca228484c1833c962db0 (diff) | |
download | GT5-Unofficial-148ff2956dad2377e6043173ad8b33d6acbc6ac6.tar.gz GT5-Unofficial-148ff2956dad2377e6043173ad8b33d6acbc6ac6.tar.bz2 GT5-Unofficial-148ff2956dad2377e6043173ad8b33d6acbc6ac6.zip |
Add bee in courtesy to DaddyDiddy (#2507)
* [major] new effect, comb, flower, mutation condition
* [minor] imports
* Update GT_BeeDefinition.java
* [minor] fancier processing
* [patch] bs
* Update ItemComb.java
* Update SifterRecipes.java
* [minor] nuked machine booster effect
* Added back the effect but now with tick throttling. Right now it is set so the effect only gets triggered every 30 seconds.
* SA & BS
* [minor] add dynamic authority
* rename comb type and bee
reduce speed to super speed
* update bs + sa
* changed to fastest because super speed was 2x blinding (wired naming)
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: boubou19 <miisterunknown@gmail.com>
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 5 | ||||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/414.png | bin | 0 -> 272 bytes |
2 files changed, 5 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 65c9709122..c981c982bb 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -1416,9 +1416,13 @@ for.bees.species.nethershard=Nether Shard for.bees.species.endshard=Ender Shard for.bees.species.dragonblood=Dragonblood +for.bees.authority.machinist=Diddy & Nilau + for.mutation.condition.biomeid=Required Biome for.mutation.condition.dim=Required Dimension +for.flowers.flaming=Fire + itemGroup.GTtools=Prebuild Tools gregtech.fertilitySterile=Sterile @@ -1432,6 +1436,7 @@ gregtech.speedAccelerated=Accelerated gregtech.lifeBlink=Blink gregtech.lifeEon=Eon gregtech.effectTreetwister=Treetwister +gregtech.effectMachineBoost=Machine Booster entity.gregtech.GT_Entity_Arrow.name= a GregTech arrow diff --git a/src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/414.png b/src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/414.png Binary files differnew file mode 100644 index 0000000000..c6d3568b6d --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/414.png |