1.16.5 recipes broken
ImplicitSaber opened this issue ยท 2 comments
Some recipes on 1.16.5 are broken due to their use of the Copper Ingot (minecraft:copper_ingot) item which was added later. Currently, 3 recipes are affected: Sturdy Pipes (immersive_aircraft:sturdy_pipes), Industrial Gears (immersive_aircraft:industrial_gears), and Enhanced Propeller (immersive_aircraft:enhanced_propeller). The only affected versions are pre-1.17 versions.
I created a pull request that fixes this issue. However, it does replace all copper in recipes with iron. It may be more balanced to use gold, however iron seems to work. Pull request #49