diff options
Diffstat (limited to 'src/main/java/GoodGenerator/Items/MyMaterial.java')
-rw-r--r-- | src/main/java/GoodGenerator/Items/MyMaterial.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/GoodGenerator/Items/MyMaterial.java b/src/main/java/GoodGenerator/Items/MyMaterial.java index 00b7ca6e35..8c1c7cf214 100644 --- a/src/main/java/GoodGenerator/Items/MyMaterial.java +++ b/src/main/java/GoodGenerator/Items/MyMaterial.java @@ -336,7 +336,7 @@ public class MyMaterial implements Runnable { public static final Werkstoff ether = new Werkstoff( new short[]{0xeb,0xbc,0x2f}, - "ether", + "Ether", subscriptNumbers("CH3CH2OCH2CH3"), new Werkstoff.Stats(), Werkstoff.Types.COMPOUND, |