diff options
author | botn365 <Krampus.sack.never@gmail.com> | 2020-03-24 04:15:26 +0100 |
---|---|---|
committer | botn365 <Krampus.sack.never@gmail.com> | 2020-03-24 04:15:26 +0100 |
commit | 1fa507f6365832d7996a316c5e3d93ecbc0f25cf (patch) | |
tree | 81f0ee72e6739dd90a3d69316190277f8970d980 /src | |
parent | 8233c42e7ab872c59ba50697643a147820ec82f3 (diff) | |
download | GT5-Unofficial-1fa507f6365832d7996a316c5e3d93ecbc0f25cf.tar.gz GT5-Unofficial-1fa507f6365832d7996a316c5e3d93ecbc0f25cf.tar.bz2 GT5-Unofficial-1fa507f6365832d7996a316c5e3d93ecbc0f25cf.zip |
fix lafium compound being zpm instead of LuV
Diffstat (limited to 'src')
-rw-r--r-- | src/Java/gtPlusPlus/core/material/ALLOY.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/material/ALLOY.java b/src/Java/gtPlusPlus/core/material/ALLOY.java index 4e28b4a428..616a3f68ce 100644 --- a/src/Java/gtPlusPlus/core/material/ALLOY.java +++ b/src/Java/gtPlusPlus/core/material/ALLOY.java @@ -731,7 +731,7 @@ public final class ALLOY { "Lafium Compound", //Material Name MaterialState.SOLID, //State null, //Material Colour - 6750, //Melting Point in C + 6350, //Melting Point in C 9865, //Boiling Point in C -1, -1, |