Skip to content

Commit

Permalink
fix recipes 2: electric boogaloo
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Mar 30, 2024
1 parent 7701f1d commit d61828f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ public static void init(Consumer<FinishedRecipe> provider) {
.inputItems(Items.BLACK_CONCRETE, 1)
.inputItems(frameGt, Steel, 1)
.inputFluids(DyeYellow.getFluid(200))
.inputFluids(PolyvinylChloride.getFluid(576))
.outputItems(GCyRBlocks.LAUNCH_PAD.asStack(1))
.outputItems(GCyRBlocks.LAUNCH_PAD.asStack(2))
.EUt(VA[HV]).duration(40)
.save(provider);

Expand Down

0 comments on commit d61828f

Please sign in to comment.