[Bug]: Polymorph doesn't function anymore when Fast Workbench / Fast Furnace is installed alongside it.
Gbergz opened this issue ยท 4 comments
Minecraft Version
1.20.1
What happened?
Polymorph doesn't function anymore when Fastworkbench & FastFurnace is installed.
- If Fast Furnace is installed, smelting recipe conflicts doesn't show the Polymorph button.
- If Fast Workbench is installed, crafting table recipe conflicts doesn't show the Polymorph button.
How do you trigger this bug?
- Install Polymorph
- Install Fast Workbench / Fast Furnace
- Polymorph doesn't function anymore. (Button doesnt show for recipe conflicts)
Profit.
Loader
Forge
Loader Version
47.1.3
API Version
N/A
Mod Version
0.49.0
Relevant Log Outputs
Still exist in 1.20.1 with NeoForge 47.1.79, is there any plans to fix compat, or to implement a variant directly in Polymorph to not need FastWorkbench/FastFurnace?
Mixin targets are outdated:
https://github.com/illusivesoulworks/polymorph/blob/1.20.x/forge/src/main/java/com/illusivesoulworks/polymorph/mixin/integration/fastbench/PolymorphMixinFastBenchUtil.java#L31
https://github.com/illusivesoulworks/polymorph/blob/1.20.x/forge/src/main/java/com/illusivesoulworks/polymorph/mixin/integration/fastsuite/PolymorphMixinAuxRecipeManager.java#L31
These are still using 1.19.x code, the files are no longer located in shadows.*
and are in dev.shadowsoffire.*
:
https://github.com/Shadows-of-Fire/FastWorkbench/blob/1.20/src/main/java/dev/shadowsoffire/fastbench/util/FastBenchUtil.java
https://github.com/Shadows-of-Fire/FastSuite/blob/1.20/src/main/java/dev/shadowsoffire/fastsuite/AuxRecipeManager.java
Additionally my projects are now available via https://maven.shadowsoffire.dev/#/releases/dev/shadowsoffire instead of only being available via CurseMaven.