fixes some tool stuff

This commit is contained in:
Pyritie
2026-03-07 18:33:16 +00:00
parent c1ec0e6b9c
commit 0a0fd52d58
3 changed files with 7 additions and 6 deletions

View File

@@ -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)

View File

@@ -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);

View File

@@ -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