Skip to content

Commit

Permalink
adds platinum spring (#2323)
Browse files Browse the repository at this point in the history
Co-authored-by: Spicierspace153 <[email protected]>
  • Loading branch information
Spicierspace153 and Spicierspace153 authored Nov 13, 2024
1 parent 1b67d90 commit 5016766
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,8 @@ public static void register() {
.liquid(new FluidBuilder().temperature(2041))
.ore()
.color(0xfff4ba).secondaryColor(0x8d8d71).iconSet(SHINY)
.appendFlags(EXT2_METAL, GENERATE_FOIL, GENERATE_FINE_WIRE, GENERATE_RING, GENERATE_SPRING_SMALL)
.appendFlags(EXT2_METAL, GENERATE_FOIL, GENERATE_FINE_WIRE, GENERATE_RING, GENERATE_SPRING_SMALL,
GENERATE_SPRING)
.element(GTElements.Pt)
.cableProperties(V[IV], 2, 1)
.itemPipeProperties(512, 4.0f)
Expand Down

0 comments on commit 5016766

Please sign in to comment.