Alpha-s-Stuff / TinkersConstruct

Tinker a little, build a little, tinker a little more...
MIT License
84 stars 29 forks source link

A Strange Number #93

Closed link-fgfgui closed 8 months ago

link-fgfgui commented 9 months ago

Minecraft Version

1.20.1

Fabric Version

0.15.1

Fabric API Version

0.91.0-1.20.1

Hephaestus Version

3.6.3.240

Describe your issue

why a strange number? 5333 1/3 mB? image

Crash Report

No response

Other mods

Jade Jade Addons modmenu

Tried reproducing with just Tinkers?

Yes

Performance Enchancers

None of the above

Searched for known issues?

Checked pinned issues, Searched open issues, Searched closed issues

link-fgfgui commented 9 months ago

It should be 4320mB

KonSola5 commented 9 months ago

According to the source code and the toolip: gauge

https://github.com/Alpha-s-Stuff/TinkersConstruct/blob/8d64ca2073c528d4183dd6add172756c99bcb018/src/main/java/slimeknights/tconstruct/smeltery/block/component/SearedTankBlock.java#L108 ... the gauge stores 48 ingots. (which is consistent with Tinkers' Construct). In Hephaestus, an ingot is 111 ¹/₉ mB (9000 droplets) as opposed to 144 mB 90 mB like it is in Tinkers' Construct. 48 * 111 ¹/₉ mB = 5333 ¹/₃ mB.

link-fgfgui commented 8 months ago

so,maybe it is not a bug.