| 211 | static OreDictMaterial garnet (int aID, String aNameOreDict , long aR, long aG, long aB, byte aColor, Object... aRandomData) {return valgemelec (aID, aNameOreDict, SET_RUBY , aR, aG, aB,127, aRandomData).lens(aColor).put(ANY.Garnet , MD.GT , RANDOM_SMALL_GEM_ORE) .aspects(TC.VITREUS, 3, TC.LUCRUM , 1 ).qual(3, 7.0, 128, 2);} |
| 212 | static OreDictMaterial jasper (int aID, String aNameOreDict , long aR, long aG, long aB, byte aColor, Object... aRandomData) {return valgemelec (aID, aNameOreDict, SET_GLASS , aR, aG, aB,150, aRandomData).lens(aColor).put(ANY.Jasper , MD.RH , RANDOM_SMALL_GEM_ORE) .aspects(TC.VITREUS, 2, TC.LUCRUM , 2, TC.METALLUM, 1).qual(3, 7.0, 256, 2).uumMcfg( 0, SiO2, 2*U, Fe, 1*U);} |
| 213 | static OreDictMaterial tigereye (int aID, String aNameOreDict , long aR, long aG, long aB, byte aColor, Object... aRandomData) {return valgemelec (aID, aNameOreDict, SET_GLASS , aR, aG, aB,200, aRandomData).lens(aColor).put(ANY.TigerEye , MD.RH , RANDOM_SMALL_GEM_ORE) .aspects(TC.VITREUS, 2, TC.LUCRUM , 1, TC.TERRA , 1).qual(3, 7.0, 256, 2).uumMcfg( 0, SiO2, 1*U);} |
| 214 | static OreDictMaterial aventurine (int aID, String aNameOreDict , long aR, long aG, long aB, byte aColor, Object... aRandomData) {return valgemelec (aID, aNameOreDict, SET_GLASS , aR, aG, aB,200, aRandomData).lens(aColor).put(ANY.Aventurine, MD.RH , RANDOM_SMALL_GEM_ORE) .aspects(TC.VITREUS, 2, TC.LUCRUM , 1, TC.POTENTIA, 1).qual(3, 7.0, 256, 2).uumMcfg( 0, SiO2, 1*U);} |
| 215 | static OreDictMaterial fluorite (int aID, String aNameOreDict , long aR, long aG, long aB , Object... aRandomData) {return gem (aID, aNameOreDict, SET_RUBY , aR, aG, aB,255, aRandomData) .put(ANY.CaF2 , COMMON_ORE, MD.ReC , RANDOM_SMALL_GEM_ORE) .aspects(TC.VITREUS, 2, TC.VENEMUM, 2 ) .uumMcfg( 0, Ca, 1*U, F, 2*U).addSourceOf(F).heat(1633).put(DECOMPOSABLE, ACID, MELTING, MORTAR, BRITTLE, CRYSTALLISABLE).setSmelting("Fluorite".equals(aNameOreDict) ? null : CaF2, U);} |
| 216 | static OreDictMaterial blaze (int aID, String aNameOreDict , long aR, long aG, long aB , Object... aRandomData) {return create (aID, aNameOreDict, SET_POWDER , aR, aG, aB,255, aRandomData) .put(ANY.Blaze , COMMON_ORE ) .aspects(TC.PRAECANTIO, 2 ).qual(1, 2.0, 16, 1).handle(ANY.Blaze).put(G_BLAZE, GLOWING, MAGICAL, BRITTLE, MORTAR);} |