aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/elisis/gtnhlanth/common
diff options
context:
space:
mode:
authorNxer <306803661@qq.com>2023-09-26 08:58:29 +0800
committerNxer <306803661@qq.com>2023-09-26 08:58:29 +0800
commit1fb52305e6aab5439413afa84f44c859d3329ccf (patch)
tree21aaf0210a24661743fd5cd554ffc68be37ea4e3 /src/main/java/com/elisis/gtnhlanth/common
parentc2ffa13e1d4852723113648d6fa499e1e2223683 (diff)
downloadGT5-Unofficial-1fb52305e6aab5439413afa84f44c859d3329ccf.tar.gz
GT5-Unofficial-1fb52305e6aab5439413afa84f44c859d3329ccf.tar.bz2
GT5-Unofficial-1fb52305e6aab5439413afa84f44c859d3329ccf.zip
LuAG Crystal Growing Method
Diffstat (limited to 'src/main/java/com/elisis/gtnhlanth/common')
-rw-r--r--src/main/java/com/elisis/gtnhlanth/common/register/WerkstoffMaterialPool.java20
1 files changed, 15 insertions, 5 deletions
diff --git a/src/main/java/com/elisis/gtnhlanth/common/register/WerkstoffMaterialPool.java b/src/main/java/com/elisis/gtnhlanth/common/register/WerkstoffMaterialPool.java
index 4bcfd6e07c..f8df0a98c8 100644
--- a/src/main/java/com/elisis/gtnhlanth/common/register/WerkstoffMaterialPool.java
+++ b/src/main/java/com/elisis/gtnhlanth/common/register/WerkstoffMaterialPool.java
@@ -1360,22 +1360,32 @@ public class WerkstoffMaterialPool implements Runnable {
public static final Werkstoff CeriumDopedLutetiumAluminiumOxygenBlend = new Werkstoff(
new short[] { 0, 200, 0 },
"Cerium-doped Lutetium Aluminium Oxygen Blend",
- subscriptNumbers("Lu3Al5O12"),
+ subscriptNumbers("(Ce)Lu3Al5O12"),
new Werkstoff.Stats(),
Werkstoff.Types.MATERIAL,
- new Werkstoff.GenerationFeatures().disable().onlyDust(),
+ new Werkstoff.GenerationFeatures().disable().onlyDust().addMolten(),
offsetID4 + 31,
TextureSet.SET_DULL);
public static final Werkstoff CeriumDopedLutetiumAluminiumGarnet = new Werkstoff(
- new short[] { 0, 255, 0 },
+ new short[] { 127, 255, 127 },
"Cerium-doped Lutetium Aluminium Garnet (Ce:LuAG)",
- subscriptNumbers("Lu3Al5O12"),
+ subscriptNumbers("(Ce)Lu3Al5O12"),
new Werkstoff.Stats(),
Werkstoff.Types.MATERIAL,
new Werkstoff.GenerationFeatures().disable().addGems(),
offsetID4 + 32,
- TextureSet.SET_GEM_HORIZONTAL);
+ TextureSet.SET_GEM_VERTICAL);
+
+ // public static final Werkstoff RawCeriumDopedLutetiumAluminiumGarnetPart = new Werkstoff(
+ // new short[] { 63, 255, 63 },
+ // "Raw Cerium Doped Lutetium Aluminium Garnet Part",
+ // subscriptNumbers("(Ce)Lu3Al5O12"),
+ // new Werkstoff.Stats(),
+ // Werkstoff.Types.MATERIAL,
+ // new Werkstoff.GenerationFeatures().disable().addGems(),
+ // offsetID4 + 33,
+ // TextureSet.SET_GEM_VERTICAL);
// public static final Werkstoff C272 = new Werkstoff(
// new short[] { 0x29, 0xc2, 0x2a },