| 98 | static OreDictMaterial gasdcmp (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gas (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(DECOMPOSABLE);} |
| 99 | static OreDictMaterial gasflam (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gas (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(DECOMPOSABLE);} |
| 100 | static OreDictMaterial gasexpl (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gas (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(DECOMPOSABLE);} |
| 101 | static OreDictMaterial gascent (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gasdcmp (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(CENTRIFUGE);} |
| 102 | static OreDictMaterial gaselec (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gasdcmp (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(ELECTROLYSER);} |
| 103 | static OreDictMaterial lqud (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return create (aID, aNameOreDict, SET_FLUID , aR, aG, aB, aA, aRandomData).put(G_CONTAINERS, CONTAINERS_FLUID);} |