Powah!

Powah!

19M Downloads

Thermo Generator does not show bar for energy

Eydamos opened this issue ยท 2 comments

commented

Version: (make sure you are on the latest version before reporting):

  • Minecraft: 1.16.1
  • Forge: 32.0.108
  • Powah: 2.2.0

Issue description:

When opening the GUI of a Thermo Generator it does not show how much energy is stored in the internal buffer on the left hand side. Only the tooltip is indicating how much power is stored. This issue affects all Thermo Generators from Starter to Nitro.

Steps to reproduce:

Place a Magma Block, Bucket of Lava or Block of Blazing Crystal on the ground. Place a Thermal Generator on top and feed a bucket of water to the generator.

commented

I just was bored a little bit and thought this should be easy to fix so I scrolled through the code and found the issue.

public static final Texture THERMO_GAUGE = register("container/thermo", 11, 18, 176, 39);
The width, height and u, v values are wrong. Correct would be 14, 39, 176, 0

commented

Yes, that's right thanks!!