Deprecating unkown liquid type

This was a cool idea to prevent NPE errors in the api however its
leading to other issues. This could be with how i was using it but it
just needs too go.
This commit is contained in:
Rseifert 2013-03-31 01:30:58 -04:00
parent 9600d77a40
commit e63ef2859b

View file

@ -23,6 +23,7 @@ public class LiquidHandler
public static LiquidData steam;
public static LiquidData water;
public static LiquidData lava;
@Deprecated
public static LiquidData unkown;
public static LiquidData waste;
public static LiquidData milk;