Open jonatjano opened 7 months ago
This happens with all numbers except 1000, plug any number besides 1000 into x*0.75+250 and you get a different number that you put in. A = Amount of fluid related to one bucket 1000mb an easy solution could be to change it to the equations above.
There are 2 solutions that I see :
(x-250)*4/3
which could reduce the precision of the value
Describe the Bug
When transfering a create recipe from JEI to a machine, the liquid quantity is off.
This is due to that method from
com.simibubi.create.compat.jei.category.CreateRecipeCategory
The goal of the method is to make small liquid quantities more visible in JEI
Reproduction Steps
Expected Result
The liquid amount should be the same in the pattern grid than in JEI
Screenshots and Videos
(The water is not visibly affected because
1000*0.75+250 = 1000
)Crash Report or Log
No response
Operating System
Linux (bug is system independant)
Mod Version
0.5.1f
Minecraft Version
1.20.1
Forge Version
neoforge 47.1.104
Other Mods
No response
Additional Context
That function was implemented 4 years back in this commit which means that a lot of create versions are impacted