Closed wamc2017 closed 5 years ago
oh smoke i knew i broke something when i poked around machine upgrades
Any news on this?
well are there news about this? bc im currently playing a modpack where antimony is part of the progress, would feel bad if i have to cheat
@DaedalusGame any updates on this? :)
This is a lovely bug...
Playing this mod in MSB3 gated and cannot complete the 16 Antimony ingot task to progress. There is no fix in sight?
I guess not in the near future, you'll have to cheat them in :(
(Or maaaaaaaybe downgrading Soot might work, the last update broke it)
It's broken for me using MSB3 server 3.6.0 files that contain Soot-1.3hotfix.jar. I also installed the latest Soot-1.5.jar to try this but that is broken as well. Did not try reverting previous to Soot-1.3hotfix.jar.
@DaedalusGame I think have a bit of insight on what's wrong. In mixer code you are only looking for regular FluidMixingRecipe, and quit early if a recipe is not found. In Soot code the recipe for Antimony is registered as AlchemicalMixingRecipe, which belongs to it's own Registry.
I'm a total n00b when it comes to writing MC mods, but one option to fix this would be to add isRecipeValid
to upgrades and call it if recipe is not found in regular registry, and only quit if Upgrade returns False
. Or maybe just call Upgrade's doWork
from else
branch of that check and let Upgrade handle recipe checks.
Ran into this when playing Modern Skyblock 3 Departed. I updated to EmbersRekindled-1.14-hotfix.jar and Soot-1.10-hotfix.jar, but its still not working (or broken again?)
Use Soot-1.6 and EmbersRekindled-1.13-hotfix : works fine for me
Download links to these versions of Soot and Embers Rekindled for convenience.
If this is still broken, in latest versions, then this should be re-opened
Hi,
here is my setup:
It works fine with Embers Rekindled 1.4hotfix and Soot 1.3hotfix. If I update to Embers Rekindled 1.5hotfix (or newer), nothing happens... (unless something changed how to use the recombulator, I guess that's a bug)
Tested it with only Embers, Soot and JEI installed.
Thanks for looking into it.
Best regards, wamc