Skip to content

Commit

Permalink
fix: plateZircaloy and anode basket
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Jun 8, 2024
1 parent 06ed766 commit f5a1eee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ public static void register() {
Zircaloy = new Material.Builder(456, gregtechId("zircaloy"))
.ingot()
.color(0x566570).iconSet(METALLIC)
.flags(GENERATE_RING)
.flags(GENERATE_RING, GENERATE_PLATE)
.components(Zirconium, 16, Tin, 2, Chrome, 1)
.blast(1700, GasTier.LOW)
.build();
Expand Down

0 comments on commit f5a1eee

Please sign in to comment.