depricate Phosphor

This commit is contained in:
Blood Asp 2018-12-12 18:55:39 +01:00
parent cd841ad39e
commit 88a7715fca

View file

@ -808,6 +808,7 @@ public class Materials implements IColorModulationContainer, ISubTagContainer {
@Deprecated public static Materials Wolframite = new Materials(Tungstate, false);
@Deprecated public static Materials Wolframium = new Materials(Tungsten, false);
@Deprecated public static Materials Wolfram = new Materials(Tungsten, false);
@Deprecated public static Materials Phosphor = new Materials(Phosphorus, false);
public final short[] mRGBa = new short[]{255, 255, 255, 0}, mMoltenRGBa = new short[]{255, 255, 255, 0};
public TextureSet mIconSet;