Skip to content

Commit

Permalink
fix oilsands recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Aug 21, 2021
1 parent 0dc9f97 commit f0c9a84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ public static void register() {
Oilsands = new Material.Builder(1597, "oilsands")
.dust(1).ore()
.color(0x0A0A0A).iconSet(SAND)
.components(Oil, 1)
.build();

RareEarth = new Material.Builder(1598, "rare_earth")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@ public static void init() {
.chancedOutput(dustTiny, Ilmenite, 5000, 500)
.buildAndRegister();

CENTRIFUGE_RECIPES.recipeBuilder().duration(800).EUt(5)
.input(dust, Oilsands)
.fluidOutputs(Oil.getFluid(1000))
.buildAndRegister();


// Electrolyzer
ELECTROLYZER_RECIPES.recipeBuilder()
Expand Down

0 comments on commit f0c9a84

Please sign in to comment.