Polymorph Incompatibility
cech12 opened this issue ยท 1 comments
If Polymorph is installed all smelting recipes can be used in all brick furnace variants.
- no blasting & smoking recipes can be used
- vanilla recipe disabling does not work
Has something to do with the mixin of this mod, taht changes the getRecipe() method. It checks for a capability which is enabled for the brick furnaces because they are only extending the vanilla furnaces.
To fix this issue, the brick furnaces must not extend the vanilla furnaces to avoid that the capability is created. Or wait if the incompatibility is fixed on Polymorph side: illusivesoulworks/polymorph#63