-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Bowl of Promises tiers not crafting correctly on servers #1039
Comments
Thanks for reporting! |
This should not be possible due to this piece of code: https://github.com/CyclopsMC/EvilCraft/blob/master-1.20-lts/src/main/java/org/cyclops/evilcraft/blockentity/BlockEntityBloodInfuser.java#L154-L155 Do you by any chance have some mod in your pack that interacts with or modifies how minecraft handles recipes, such as a caching mechanism? Because this could break things if that mod does not correctly check the inventory. In any case, can you try reproducing the problem without any other mods installed? (I could not on my end)
|
If you are also using https://www.curseforge.com/minecraft/mc-mods/recipe-essentials-forge-fabric, it might not be compatible.
|
Issue type:
Short description:
When trying to craft different tiers of Bowl of Promises using the correct tiers of promises the craft doesn't go through as expected and instead crafts Tier 1 every time.
Steps to reproduce the problem:
Expected behaviour:
The result of the afforementioned craft should be a tier 2 bowl but it consistently produces a tier 1 bowl until the server is restarted. This does not seem to happen on a SP world as far as I could tell, and does happen with just EvilCraft and it's dependencies installed.
Versions:
Log file:
The text was updated successfully, but these errors were encountered: