Description
Create: Metallurgy Fix
A standalone compatibility patch that makes Create: Metallurgy 0.0.7-HF work with Create 6.0.5 and above — no modifications to the original mod required.
What does this do?
Create 6.0.5 removed a method that Create: Metallurgy 0.0.7-HF was compiled against — TagGen.tagBlockAndItem(String[]) — causing the game to crash on startup with a NoSuchMethodError before any world even loads.
This mod uses a Forge coremod to silently inject that missing method back into Create's TagGen class at runtime, the moment it is loaded by the JVM. The injected method reconstructs the original behaviour by delegating to the modern tagBlockAndItem(Map) API that still exists in Create 6.0.5+. Create: Metallurgy then initialises exactly as its author intended.
Neither the Create jar nor the Create: Metallurgy jar is modified in any way.
Installation
- Keep your existing
createmetallurgy-0.0.7-HF-1.20.1.jarin your mods folder — do not remove it. - Drop
metallurgy-fix-x.x.x.jarinto the same mods folder alongside it. - Launch. Done.
Requirements
| Dependency | Version |
|---|---|
| Minecraft | 1.20.x |
| Forge | 47.0.0+ |
| Create | 6.0.5 – 6.x |
| Create: Metallurgy | 0.0.7-HF |
Why does this exist as a separate mod?
The cleanest long-term fix would be a recompile of Create: Metallurgy against the new Create API. Until that happens, this coremod bridges the gap without touching either jar — making it safe to update Create independently and easy to remove once an official fix is released.
Compatibility
- ✅ Works alongside the unmodified Create: Metallurgy 0.0.7-HF jar
- ✅ Compatible with Create 6.0.5 through 6.x
- ✅ No world data is affected — all blocks and items register normally
- ✅ Server and client both supported
Not affiliated with the Create: Metallurgy or Create development teams. This is an unofficial community patch.


