Skip to content

Commit

Permalink
Ra2 fix number 17 - missed one (#1917)
Browse files Browse the repository at this point in the history
* missed one
  • Loading branch information
chochem authored Apr 24, 2023
1 parent 360e082 commit 40527cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void run() {

recipeWithClassicFluids(
new ItemStack[] { new ItemStack(Blocks.glass, 3, 0) },
new ItemStack[] { new ItemStack(Blocks.glass, 3, 0), new ItemStack(Blocks.glass_pane, 8, 0) },
new ItemStack[] { new ItemStack(Blocks.glass_pane, 8, 0) },
2 * SECONDS + 10 * TICKS,
8,
false);
Expand Down

0 comments on commit 40527cb

Please sign in to comment.