mrh0 / createaddition

Create Crafts & Additions, Addon to the Create mod by the Create Team.
Other
84 stars 112 forks source link

Liquid Blaze Burners hold wrong amount of liquid #728

Closed KonSola5 closed 9 months ago

KonSola5 commented 9 months ago

Describe the bug

Liquid Blaze Burners hold 4000... droplets. (Fabric uses Droplets, 1 bucket = 81000 droplets).

burner

It's probably an oversight when porting the mod from Forge to Fabric: https://github.com/mrh0/createaddition/blob/e5b55eea526a04d51d24aa95a1896f040e2d406b/src/main/java/com/mrh0/createaddition/blocks/liquid_blaze_burner/LiquidBlazeBurnerTileEntity.java#L102-L104

To Reproduce

Steps to reproduce the behavior:

  1. Equip Engineer's Goggles.
  2. Give a Blaze Burner a Straw.
  3. Watch the tank capacity being "49 mB" or "4000 Droplets".

Additional context

skippyall commented 9 months ago

I already fixed that