Skip to content

Commit 1cbd9d6

Browse files
authored
Remove apatite bolt and screw, remove rubber bolt, screw, and gears (#4495)
1 parent aaea1cc commit 1cbd9d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/gregtechceu/gtceu/common/data/materials/OrganicChemistryMaterials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ public static void register() {
509509
.color(0x353529).secondaryColor(0x080808)
510510
.toolStats(
511511
ToolProperty.Builder.of(1.0F, 1.0F, 256, 1, GTToolType.SOFT_MALLET, GTToolType.PLUNGER).build())
512-
.flags(GENERATE_GEAR, GENERATE_RING, GENERATE_FOIL, GENERATE_BOLT_SCREW)
512+
.flags(GENERATE_RING, GENERATE_FOIL)
513513
.components(Carbon, 5, Hydrogen, 8)
514514
.buildAndRegister();
515515

src/main/java/com/gregtechceu/gtceu/common/data/materials/SecondDegreeMaterials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public static void register() {
107107
Apatite = new Material.Builder(GTCEu.id("apatite"))
108108
.gem(1).ore(4, 2)
109109
.color(0x06cdf1).secondaryColor(0x701c07).iconSet(DIAMOND)
110-
.flags(NO_SMASHING, NO_SMELTING, CRYSTALLIZABLE, GENERATE_BOLT_SCREW, DISABLE_DECOMPOSITION)
110+
.flags(NO_SMASHING, NO_SMELTING, CRYSTALLIZABLE, DISABLE_DECOMPOSITION)
111111
.components(Calcium, 5, Phosphate, 3, Chlorine, 1)
112112
.buildAndRegister();
113113

0 commit comments

Comments
 (0)