Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
made coal coke give carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Jul 2, 2024
1 parent a893f70 commit 4526d88
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ private static void processInto(GregTechMaterialEvent event){
* Basic
**/
event.setMaterial(Charcoal).mats(of(Carbon, 1)).elecTicks(12);
event.setMaterial(CoalCoke).mats(of(Carbon, 2)).elecTicks(12);
event.setMaterial(Apatite).mats(of(Calcium, 5, Phosphate, 3, Chlorine, 1)).elecTicks(288);
event.setMaterial(Monazite).mats(of(RareEarth, 1, Phosphate, 1)).elecTicks(104);
/**
Expand Down Expand Up @@ -1212,7 +1213,7 @@ public static void byproducts(GregTechMaterialEvent event){
}

private static void flags(GregTechMaterialEvent event){
BRITTLEG.add(Coal, Charcoal, Lignite, PetroleumCoke);
BRITTLEG.add(Coal, Charcoal, Lignite, PetroleumCoke, CoalCoke, LigniteCoke);
CALCITE2X.add(Pyrite, YellowLimonite);
CALCITE3X.add(Iron, BrownLimonite);
CENT5.add(/*Chrysolite*/ Flint, /*Niter*/ Glass, /*Perlite*/ WroughtIron, DarkAsh, AnnealedCopper,
Expand Down Expand Up @@ -1269,7 +1270,7 @@ private static void flags(GregTechMaterialEvent event){
CRACK.add(RefineryGas, Naphtha, Ethane, Ethylene, Propane, Propene, Butane, Butene, Butadiene);
CRYSTALLIZE.add(Lapis, Lazurite, Sodalite, MilkyQuartz, Quartz, CertusQuartz, Fluix, Jade, Amber, Apatite, Flint, EnderEye, EnderPearl);
NON_GEMS.add(Coal, Charcoal, Lignite, CoalCoke, LigniteCoke, PetroleumCoke);
ELEC30.add(Charcoal, Opal, Coal, Lignite, SteelMagnetic, IronMagnetic, Quicklime, Quartzite,
ELEC30.add(Charcoal, Opal, Coal, CoalCoke, Lignite, SteelMagnetic, IronMagnetic, Quicklime, Quartzite,
SiliconDioxide, Wollastonite, CobaltOxide, Garnierite, CupricOxide, RockSalt, /*Zincite,*/Pyrolusite, /*ChromiumDioxide,*/
Phosphate, /*NiobiumNitride,*/ GreenSapphire, Sapphire, NeodymiumMagnetic, Cassiterite,
PhosphorousPentoxide, Hematite, Massicot, ArsenicTrioxide, Sugar, Magnetite, AntimonyTrioxide,
Expand Down

0 comments on commit 4526d88

Please sign in to comment.