[BUG] Aura of Life set's Hurry buff does not work
KaleThyself opened this issue ยท 3 comments
Describe the bug
When attempting to use the Aura of Life armor set bonus, the Hurry buff appears, but it does not affect anything.
To Reproduce
Steps to reproduce the behavior:
- Acquire the Aura of Life set bonus.
- Stand next to a furnace, aether capacitor, or crops.
- Time yourself.
- See the results.
Expected behavior
I expect the Aura of Life to speed up ticking tile entities as described on the wiki:
[Hurry] = Speeds up ticking tile entities. Also causes extreme hunger.
- Note: This includes any furnace and aether capacitor.
Info (please complete the following information):
- Modpack Version:
- 2.77.5
- 3.0 BETA 5
- Other:
- Server or Singleplayer:
- Server
- Singleplayer
- Version the world was created on:
- 2.77.5
- 3.0 BETA 5
- Other:
Hmm, not sure of the cause - the code in Extra Alchemy seems to be okay, and the capacitor definitely implements ITickable...
https://github.com/zabi94/ExtraAlchemy/blob/master/src/main/java/zabi/minecraft/extraalchemy/potion/potion/PotionHurry.java#L23-L30
https://github.com/Gilded-Games/The-Aether-Archived/blob/1.12.2/src/main/java/com/gildedgames/the_aether/tile_entities/util/AetherTileEntity.java#L17
we'll probably just have to remove the hurry effect and switch to another effect for the set bonus