-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fluid disk shown as thousand blocks in disk drive #370
Comments
since the disk drive allow both types of disks (like it did in RS), having 2 progress bars (eventually showing only if disk type is present) could make the interface better |
I thought about that but if you get more types, you'll get more progress bars (think about future Mekanism gas support for example, you could end up with 3 progress bars) |
3 bars wouldn't be a problem; move the disk slots to the left and you'll have space. You shouldn't need any more than items, liquids, and gasses |
There could be compatibility with other mods, I have in mind botania mana (mana from many mods tbh), maybe someone would want to put a battery addon I don't know how much it is feasible using minecraft GUI api, but there are algorithms which takes the number of elements you want to show and return an appropriate number of element per line to have a nice grid For this case I'd personally use something along the line of
Having 10 different kind of resources would already be madness imo, but with this technique it should be acceptably rendered |
@jonatjano what is a "line"? How would it look like in the UI? |
Another option might be to paginate progress bars or even have a single bar and button that cycles through all the possible fill types. Obviously, this means not being able to identify a nearly full disk at a glance, but this is still indicated by the LED color on the model. |
Describe the bug
The fluid disk shows as blocks in the disk drive. Ex: picture, the 256B disk shows as 256.000 blocks/items.
(Minor issue yes, just wanted to point it out incase it wasn't known! :D)
How can we reproduce this bug or crash?
Simply by putting a fluid disk into a disk drive
What Minecraft version is this happening on?
Minecraft 1.19.3
What Forge or Fabric version is this happening on?
44.1.0
What Refined Storage version is this happening on?
"2.0.0-milestone.2.8"
Relevant log output
No response
The text was updated successfully, but these errors were encountered: