This commit is contained in:
Pyritie 2025-10-19 16:50:50 +01:00
parent cfe31092e6
commit 3f599cc69a

View file

@ -365,7 +365,8 @@ function registerVintageImprovementsRecipes(event) {
// #region Lathe
if (material.hasFlag(MaterialFlags.GENERATE_ROD)) {
if (material.hasFlag(MaterialFlags.GENERATE_ROD) && !material.hasFlag(MaterialFlags.IS_MAGNETIC)) {
let latheInput = material.hasProperty(PropertyKey.GEM)
? ChemicalHelper.get(TagPrefix.gem, material, 1)
: ChemicalHelper.get(TagPrefix.ingot, material, 1)