Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct units display #849

Merged

Conversation

lucasser
Copy link
Contributor

Fix #848

@lucasser lucasser force-pushed the fix/GH-832/display-fluid-units branch from c657a07 to 85bec9d Compare February 20, 2025 21:03
@raoulvdberge
Copy link
Contributor

Why is k suddenly lowercase?

@lucasser
Copy link
Contributor Author

Because thats how metric is formatted, and i didnt realize
Screenshot From 2025-02-20 13-12-27

@lucasser
Copy link
Contributor Author

lucasser commented Feb 20, 2025

That is also how it's formatted in mekanism

Mekanism supports up to 2^64-1 or roughly 1.8x10^19 Joules of energy in any regular container. This would be displayed as 18 EFE in game (exa-FE).

The list of prefixes for energy, sorted by size from the smallest to largest, is :

f < p < n < µ < m < [nothing] < k < M < G < T < P < E < Z < Y

@raoulvdberge raoulvdberge merged commit 31f1099 into refinedmods:develop Feb 21, 2025
4 of 5 checks passed
@lucasser lucasser deleted the fix/GH-832/display-fluid-units branch February 21, 2025 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Item formatting units are incorrect
2 participants