diff --git a/kubejs/startup_scripts/tfg/materials/material_modification.flags.js b/kubejs/startup_scripts/tfg/materials/material_modification.flags.js index e6355f959..15cf88e5b 100644 --- a/kubejs/startup_scripts/tfg/materials/material_modification.flags.js +++ b/kubejs/startup_scripts/tfg/materials/material_modification.flags.js @@ -192,6 +192,10 @@ function registerTFGFlagsMaterialModification(event) { GTMaterials.TreatedWood.addFlags(GENERATE_LONG_ROD); GTMaterials.Cadmium.addFlags(GENERATE_PLATE); + + // These are used for cutters/mech saws, not for tools + GTMaterials.CobaltBrass.addFlags(GENERATE_BUZZSAW_BLADE); + GTMaterials.WroughtIron.addFlags(GENERATE_BUZZSAW_BLADE); // Hide ore processing tab for plutonium GTMaterials.Plutonium239.addFlags(GENERATE_ROD, GENERATE_LONG_ROD, NO_ORE_PROCESSING_TAB, NO_ORE_SMELTING) diff --git a/kubejs/startup_scripts/tfg/materials/material_modification.tools.js b/kubejs/startup_scripts/tfg/materials/material_modification.tools.js index fe63eb71c..9528febe2 100644 --- a/kubejs/startup_scripts/tfg/materials/material_modification.tools.js +++ b/kubejs/startup_scripts/tfg/materials/material_modification.tools.js @@ -192,11 +192,6 @@ function registerTFGToolMaterialModification(event) { } } - // Add buzzsaw blades - GTMaterials.CobaltBrass.addFlags(GENERATE_BUZZSAW_BLADE); - GTMaterials.WroughtIron.addFlags(GENERATE_BUZZSAW_BLADE); - GTMaterials.Steel.addFlags(GENERATE_BUZZSAW_BLADE); - // Cast iron tools don't make sense but gregtech shits itself if they're missing, // so I'm just giving them terrible terrible stats GTMaterials.Iron.removeProperty(PropertyKey.TOOL); diff --git a/kubejs/startup_scripts/tfg/materials/materials.misc_alloys.js b/kubejs/startup_scripts/tfg/materials/materials.misc_alloys.js index c0c6bd588..73ccd7688 100644 --- a/kubejs/startup_scripts/tfg/materials/materials.misc_alloys.js +++ b/kubejs/startup_scripts/tfg/materials/materials.misc_alloys.js @@ -42,7 +42,9 @@ function registerTFGMiscAlloyMaterials(event) { .color(0x42705D) .components('4x boron', '1x carbon') .blastTemp(3041, $BlastProperty.GasTier.MID, GTValues.VA[GTValues.HV], 1500) - .flags(GTMaterialFlags.GENERATE_PLATE) + .flags( + GTMaterialFlags.GENERATE_PLATE, + GTMaterialFlags.GENERATE_ROD) // Material for MV