From 5d9d1d7e127b3a261fbf93d2ac2d64d25182b9d6 Mon Sep 17 00:00:00 2001 From: GlodBlock <1356392126@qq.com> Date: Sun, 13 Jun 2021 21:28:59 +0800 Subject: update version and add new machine base --- src/main/java/GoodGenerator/Items/MyMaterial.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/GoodGenerator/Items') 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, -- cgit