CreateAddition rolling and Tesla Coil recipes broken on NeoForge 1.21.1 with Create 6.0.6
Rodrigo816 opened this issue ยท 3 comments
Describe the bug
The Rolling Mill and Tesla Coil recipes from CreateAddition are completely broken and do not show up or function in-game. This makes the mod totally non-functional and blocks progression for any recipes relying on these machines.
To Reproduce
- Launch Minecraft with Create 6.0.6 and CreateAddition 1.4.2 on NeoForge 1.21.1.
- Open JEI or attempt to craft Tesla Coil or use the Rolling Mill.
- Observe that the recipes are missing or do not work.
Additional context
- Mod version: createaddition-1.4.2.jar
- NeoForge version: latest (21.1.174)
- Create version: 6.0.6
This issue renders CreateAddition unusable on this setup. Please advise if there's a planned update or fix.
In case it helps at all, the log shows a bunch of exceptions which I assume are related to this:
[27Jun2025 09:55:13.839] [Thread-54/ERROR] [EMI/]: Exception thrown adding adding JEI recipe
java.lang.ClassCastException: class net.minecraft.world.item.crafting.RecipeHolder cannot be cast to class com.mrh0.createaddition.recipe.rolling.RollingRecipe (net.minecraft.world.item.crafting.RecipeHolder is in module [email protected] of loader 'TRANSFORMER' @1c9975a8; com.mrh0.createaddition.recipe.rolling.RollingRecipe is in module [email protected] of loader 'TRANSFORMER' @1c9975a8)
at TRANSFORMER/[email protected]/com.mrh0.createaddition.compat.jei.RollingMillCategory.setRecipe(RollingMillCategory.java:13) ~[createaddition-1.4.2.jar%23577!/:?]
at TRANSFORMER/[email protected]+1.21.1+neoforge/dev.emi.emi.jemi.JemiRecipe.<init>(JemiRecipe.java:58) ~[emi-1.1.22+1.21.1+neoforge.jar%23593!/:?]
at TRANSFORMER/[email protected]+1.21.1+neoforge/dev.emi.emi.jemi.JemiPlugin.register(JemiPlugin.java:250) ~[emi-1.1.22+1.21.1+neoforge.jar%23593!/:?]
at TRANSFORMER/[email protected]+1.21.1+neoforge/dev.emi.emi.runtime.EmiReloadManager$ReloadWorker.run(EmiReloadManager.java:188) ~[emi-1.1.22+1.21.1+neoforge.jar%23593!/:?]
at java.base/java.lang.Thread.run(Unknown Source) [?:?]