Modpack Version
v1.0.0-rc.6
Describe the issue
In ServerFiles-1.0.0-rc.6, Mekanism throws a broken recipe error on startup due to an invalid diamond tag typo in the custom pack scripts. The script uses c:ingots/diamond instead of a valid gem tag (like c:gems/diamond), causing the diamond plate and diamond rod recipes to fail validation.
[Server thread/ERROR] [mekanism.common.Mekanism/]: Incomplete recipe detected: allthemons:mekmm/stamper/diamond_plate
[Server thread/ERROR] [mekanism.common.Mekanism/]: Incomplete recipe detected: allthemons:mekmm/stamper/diamond_rod
[Server thread/ERROR] [mekanism.common.Mekanism/]: Incomplete recipe detected: allthemons:mekmm/lathe/diamond_rod
[Server thread/ERROR] [mekanism.api.MekanismAPI/]: Empty tag: TagValue[tag=TagKey[minecraft:item / c:ingots/diamond]]
Modpack Version
v1.0.0-rc.6
Describe the issue
In ServerFiles-1.0.0-rc.6, Mekanism throws a broken recipe error on startup due to an invalid diamond tag typo in the custom pack scripts. The script uses c:ingots/diamond instead of a valid gem tag (like c:gems/diamond), causing the diamond plate and diamond rod recipes to fail validation.