Skip to content

Commit

Permalink
actually one more thing
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Oct 21, 2023
1 parent a6e4ef9 commit 3c960df
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ public static void init() {
.circuitMeta(1)
.buildAndRegister();
GTFORecipeMaps.MULTICOOKER_RECIPES.recipeBuilder().EUt(24).duration(2000)
.inputs(GTFOMetaItem.UNCOOKED_SEASONED_PELMENI.getStackForm(8))
.fluidInputs(Materials.Water.getFluid(1000))
.outputs(GTFOMetaItem.SEASONED_PELMENI.getStackForm(8))
.inputs(GTFOMetaItem.UNCOOKED_SEASONED_PELMENI.getStackForm())
.fluidInputs(Materials.Water.getFluid(500))
.outputs(GTFOMetaItem.SEASONED_PELMENI.getStackForm())
.circuitMeta(2)
.buildAndRegister();

Expand Down

0 comments on commit 3c960df

Please sign in to comment.