Skip to content

Commit

Permalink
Add new Weed-EX 9000 (#1615)
Browse files Browse the repository at this point in the history
* Add new Weed-EX

* Add more pollen

* Change material ID

* Remove fluid recipes

* Remove pollen

* Remove cells
  • Loading branch information
kuba6000 committed Jan 3, 2023
1 parent b7cffe9 commit c8bb073
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/gregtech/api/enums/Materials.java
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ public class Materials implements IColorModulationContainer, ISubTagContainer {
public static Materials WoodGas = new MaterialBuilder(660, TextureSet.SET_FLUID , "Wood Gas").addCell().addGas().setRGB(222, 205, 135).setColor(Dyes.dyeBrown).setFuelType(MaterialBuilder.GAS).setFuelPower(24).constructMaterial();
public static Materials WoodTar = new MaterialBuilder(662, TextureSet.SET_FLUID , "Wood Tar").addCell().addFluid().setRGB(40, 23, 11).setColor(Dyes.dyeBrown).constructMaterial();
public static Materials WoodVinegar = new MaterialBuilder(661, TextureSet.SET_FLUID , "Wood Vinegar").addCell().addFluid().setRGB(212, 85, 0).setColor(Dyes.dyeBrown).constructMaterial();
public static Materials WeedEX9000 = new MaterialBuilder(242, TextureSet.SET_FLUID , "Weed-EX 9000").addFluid().setRGB(64, 224, 86).setColor(Dyes.dyeGreen).constructMaterial();

/**
* TODO: This
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11280,6 +11280,14 @@ public void run2() {
1000,
60);

RA.addMixerRecipe(
new ItemStack[] {ItemList.IC2_Spray_WeedEx.get(1)},
new FluidStack[] {MaterialsKevlar.NaphthenicAcid.getFluid(10)},
new ItemStack[] {},
new FluidStack[] {Materials.WeedEX9000.getFluid(750)},
100,
100);

this.addRecipesMay2017OilRefining();
this.addPyrometallurgicalRecipes();
this.addPolybenzimidazoleRecipes();
Expand Down

0 comments on commit c8bb073

Please sign in to comment.