Fixing hashes for the last time

(It won't be the last time)
This commit is contained in:
Spencer
2023-12-22 09:47:08 -05:00
committed by GitHub
parent 4a2b39f106
commit b960dee64e
117 changed files with 3466 additions and 3466 deletions

View File

@@ -1,6 +1,6 @@
GTCEuStartupEvents.registry("gtceu:material", (event) => {
GTMaterials.HSLASteel.addFlags(GTMaterialFlags.GENERATE_SPRING);
GTMaterials.HSLASteel.addFlags(GTMaterialFlags.GENERATE_LONG_ROD);
GTMaterials.Iridium.addFlags(GTMaterialFlags.GENERATE_FRAME);
GTMaterials.Cobalt.addFlags(GTMaterialFlags.GENERATE_FINE_WIRE);
});
GTCEuStartupEvents.registry("gtceu:material", (event) => {
GTMaterials.HSLASteel.addFlags(GTMaterialFlags.GENERATE_SPRING);
GTMaterials.HSLASteel.addFlags(GTMaterialFlags.GENERATE_LONG_ROD);
GTMaterials.Iridium.addFlags(GTMaterialFlags.GENERATE_FRAME);
GTMaterials.Cobalt.addFlags(GTMaterialFlags.GENERATE_FINE_WIRE);
});