Skip to content

Commit

Permalink
restored neodymium physical properties
Browse files Browse the repository at this point in the history
  • Loading branch information
tekcay committed Nov 27, 2024
1 parent e972d01 commit 6829b8d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@ public static void register() {

Neodymium = new Material.Builder(66, gregtechId("neodymium"))
.ingot().fluid().ore()
.color(0x646464).iconSet(METALLIC)
.color(0x646464).iconSet(METALLIC).physicalProperties(
new PhysicalProperties.Builder().thermalConductivity(17).mp(1295).bp(3347).oxidizes())
.flags(STD_METAL, GENERATE_ROD, GENERATE_BOLT_SCREW)
.element(Elements.Nd)
.rotorStats(7.0f, 2.0f, 512)
Expand Down

0 comments on commit 6829b8d

Please sign in to comment.