Skip to content

Commit

Permalink
pyrite got aspects assigned to it now
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoriusT committed Jun 18, 2024
1 parent 681d45d commit 2875b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gregapi/data/MT.java
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ static OreDictMaterial unknown(int aID, long aNeutrons, Object... aRandomData) {
Dolomite = oredustcent ( 9163, "Dolomite" , SET_FLINT , 225, 205, 205, 255, FURNACE, MORTAR).setSmelting(CaCO3, U2) .setMcfg( 0, CaCO3 , 1*U, MgCO3 , 1*U) , // CaMg(CO3)2
Asbestos = oredustelec ( 9103, "Asbestos" , SET_LAPIS , 230, 230, 230, 255, FURNACE, MORTAR, PLATES, INGOTS, MELTING, EXTRUDER, EXTRUDER_SIMPLE, "Chrysotile") .uumMcfg( 0, Mg , 3*U, SiO2 , 6*U, H2O , 6*U, O , 3*U) , // Mg3Si2O5(OH)4
Talc = oredustelec ( 9169, "Talc" , SET_DULL , 95, 145, 95, 255, "Soapstone") .uumMcfg( 0, Mg , 3*U, SiO2 ,12*U, H2O , 3*U, O , 3*U) , // H2Mg3(SiO3)4
Pyrite = oredustdcmp ( 9125, "Pyrite" , SET_SHINY , 255, 230, 80, 255, G_GEM_ORES, BLACKLISTED_SMELTER, MORTAR, MAGNETIC_PASSIVE) .uumMcfg( 0, Fe , 1*U, S , 2*U) .qual(0).addSourceOf(Fe),
Pyrite = oredustdcmp ( 9125, "Pyrite" , SET_SHINY , 255, 230, 80, 255, G_GEM_ORES, BLACKLISTED_SMELTER, MORTAR, MAGNETIC_PASSIVE) .uumMcfg( 0, Fe , 1*U, S , 2*U) .aspects(TC.IGNIS, 1, TC.METALLUM, 1, TC.STRONTIO, 1).qual(0).addSourceOf(Fe),
PotassiumFeldspar = oredustelec ( 9140, "Potassium Feldspar" , SET_FINE , 120, 40, 40, 255) .uumMcfg( 0, K , 2*U, Al2O3 , 5*U, SiO2 ,18*U, O , 1*U) ,
Biotite = oredustelec ( 9141, "Biotite" , SET_METALLIC , 20, 30, 20, 255) .setMcfg( 0, K , 2*U, Mg , 6*U, Al2O3 ,15*U, F , 4*U, SiO2 ,18*U) .addSourceOf(Ar,K,F,Al), // releases Argon when heated.
Emery = oredust ( 9183, "Emery" , SET_STONE , 128, 128, 128, 255) .aspects(TC.TERRA, 1),
Expand Down

0 comments on commit 2875b78

Please sign in to comment.