Skip to content

Commit

Permalink
merge material changes from multi PR
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Aug 12, 2021
1 parent 308d436 commit f0c75f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public static void register() {
Cobalt = new Material.Builder(23, "cobalt")
.ingot().fluid().ore()
.color(0x5050FA).iconSet(METALLIC)
.flags(STD_METAL)
.flags(STD_METAL, GENERATE_GEAR)
.element(Elements.Co)
.toolStats(10.0f, 3.0f, 256)
.cableProperties(GTValues.V[1], 2, 2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ public static void register() {
VanadiumGallium = new Material.Builder(334, "vanadium_gallium")
.ingot().fluid()
.color(0x80808C).iconSet(SHINY)
.flags(STD_METAL, GENERATE_FOIL, GENERATE_SPRING)
.flags(STD_METAL, GENERATE_FOIL, GENERATE_SPRING, GENERATE_LONG_ROD)
.components(Vanadium, 3, Gallium, 1)
.cableProperties(GTValues.V[6], 4, 2)
.blastTemp(4500)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static void register() {
BlueSteel = new Material.Builder(2511, "blue_steel")
.ingot().fluid()
.color(0x64648C).iconSet(METALLIC)
.flags(EXT_METAL, GENERATE_FRAME)
.flags(EXT_METAL, GENERATE_FRAME, GENERATE_GEAR)
.components(RoseGold, 1, Brass, 1, Steel, 2, BlackSteel, 4)
.toolStats(7.5f, 5.0f, 1024)
.blastTemp(1400)
Expand Down

0 comments on commit f0c75f2

Please sign in to comment.