Skip to content

Commit

Permalink
fix Lasagna
Browse files Browse the repository at this point in the history
  • Loading branch information
tier940 committed Oct 18, 2023
1 parent ad17cb6 commit ea8c6d2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ public static void init() {
.buildAndRegister();

CUISINE_ASSEMBLER_RECIPES.recipeBuilder().EUt(64).duration(400)
.inputs(GTFOMetaItem.RIGATONI.getStackForm(), GTFOMetaItem.PLATE.getStackForm(), MetaBlocks.CLEANROOM_CASING.getItemVariant(BlockCleanroomCasing.CasingType.FILTER_CASING), GTFOMaterialHandler.BlackPepper.getItemStack(2))
.notConsumable(MetaBlocks.CLEANROOM_CASING.getItemVariant(BlockCleanroomCasing.CasingType.FILTER_CASING))
.inputs(GTFOMetaItem.RIGATONI.getStackForm(), GTFOMetaItem.PLATE.getStackForm(), GTFOMaterialHandler.BlackPepper.getItemStack(2))
.fluidInputs(TomatoSauce.getFluid(500))
.outputs(GTFOMetaItem.PASTA_ALLAMOGUS.getStackForm())
.buildAndRegister();
Expand Down Expand Up @@ -131,7 +132,7 @@ public static void init() {
.buildAndRegister();
CANNER_RECIPES.recipeBuilder().EUt(8).duration(80)
.inputs(GTFOMetaItem.PLATE.getStackForm(4), GTFOMetaItem.LASAGNA_PESTO_COOKED.getStackForm())
.outputs(GTFOMetaItem.LASAGNA_PESTO.getStackForm(), GTFOMetaItem.BAKING_TRAY.getStackForm(4))
.outputs(GTFOMetaItem.LASAGNA_PESTO.getStackForm(4), GTFOMetaItem.BAKING_TRAY.getStackForm())
.buildAndRegister();
CANNER_RECIPES.recipeBuilder().EUt(8).duration(80)
.inputs(GTFOMetaItem.PLATE.getStackForm(4), GTFOMetaItem.LASAGNA_CHUM_COOKED.getStackForm())
Expand Down

0 comments on commit ea8c6d2

Please sign in to comment.