Skip to content

Commit f0c75f2

Browse files
committed
merge material changes from multi PR
1 parent 308d436 commit f0c75f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/gregtech/api/unification/material/materials/ElementMaterials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public static void register() {
162162
Cobalt = new Material.Builder(23, "cobalt")
163163
.ingot().fluid().ore()
164164
.color(0x5050FA).iconSet(METALLIC)
165-
.flags(STD_METAL)
165+
.flags(STD_METAL, GENERATE_GEAR)
166166
.element(Elements.Co)
167167
.toolStats(10.0f, 3.0f, 256)
168168
.cableProperties(GTValues.V[1], 2, 2)

src/main/java/gregtech/api/unification/material/materials/FirstDegreeMaterials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ public static void register() {
641641
VanadiumGallium = new Material.Builder(334, "vanadium_gallium")
642642
.ingot().fluid()
643643
.color(0x80808C).iconSet(SHINY)
644-
.flags(STD_METAL, GENERATE_FOIL, GENERATE_SPRING)
644+
.flags(STD_METAL, GENERATE_FOIL, GENERATE_SPRING, GENERATE_LONG_ROD)
645645
.components(Vanadium, 3, Gallium, 1)
646646
.cableProperties(GTValues.V[6], 4, 2)
647647
.blastTemp(4500)

src/main/java/gregtech/api/unification/material/materials/HigherDegreeMaterials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static void register() {
4444
BlueSteel = new Material.Builder(2511, "blue_steel")
4545
.ingot().fluid()
4646
.color(0x64648C).iconSet(METALLIC)
47-
.flags(EXT_METAL, GENERATE_FRAME)
47+
.flags(EXT_METAL, GENERATE_FRAME, GENERATE_GEAR)
4848
.components(RoseGold, 1, Brass, 1, Steel, 2, BlackSteel, 4)
4949
.toolStats(7.5f, 5.0f, 1024)
5050
.blastTemp(1400)

0 commit comments

Comments
 (0)