-
Notifications
You must be signed in to change notification settings - Fork 200
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
Recipe for Tea does not match Forge version's #1251
Comments
Also, for the record, the same problem is also present for chocolate (fabric) chocolate (forge) and chocolate melting (fabric) chocolate melting (forge) |
your math is flawed |
I don't see how 250mb in forge is equal to 27000 droplets in fabric, but okay. |
for the forge recipe. if you multiple by 4 the inputs, you also multiply by 4 the output and that comes out as 2 buckets |
I don't know how I missed this, that's completely true, still, the actual issue with a mismatch between mbs and droplets remains |
1 mb = 81 droplets. so that comes out as 1 bottle = 1/3 bucket for the fabric recipe. that seems to check out |
This is intended. |
Describe the Bug
In the forge version of create, half a bucket of tea is created from a quarter bucket of water and milk (source code), however, in the fabric version of the mod, 1 bottle of milk and water equates to 2 bottles of tea. (source code)
1 bucket of water and milk would produce 1 and a half buckets of tea in forge, but 2 buckets of tea in fabric.EDIT: I did my math wrong so the output for a bucket is the same in both fabric and forge, but still, there's a discrepancy between millibuckets and droplets.Reproduction Steps
N/A
Expected Result
For fabric and forge to have parity.
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
N/A
Mod Version
0.5.1d
Minecraft Version
1.20.1
Other Mods
No response
Additional Context
The issue is present in the code for the 1.18 version as well, I did not check the other branches.
The text was updated successfully, but these errors were encountered: