Skip to content

Commit

Permalink
Fix deepslate bricks slab saw recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
JuiceyBeans committed Sep 29, 2024
1 parent 6e53f35 commit 8a3b7f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@ private static void removeVanillaBlockRecipes(Consumer<FinishedRecipe> provider)
VanillaRecipeHelper.addShapedRecipe(provider, "polished_deepslate_slab_saw",
new ItemStack(Blocks.POLISHED_DEEPSLATE_SLAB), "sS", 'S', new ItemStack(Blocks.POLISHED_DEEPSLATE));
VanillaRecipeHelper.addShapedRecipe(provider, "deepslate_brick_slab_saw",
new ItemStack(Blocks.DEEPSLATE_BRICKS), "sS", 'S', new ItemStack(Blocks.DEEPSLATE_BRICK_SLAB));
new ItemStack(Blocks.DEEPSLATE_BRICK_SLAB), "sS", 'S', new ItemStack(Blocks.DEEPSLATE_BRICKS ));
VanillaRecipeHelper.addShapedRecipe(provider, "deepslate_tile_slab_saw",
new ItemStack(Blocks.DEEPSLATE_TILE_SLAB), "sS", 'S', new ItemStack(Blocks.DEEPSLATE_TILES));
}
Expand Down

0 comments on commit 8a3b7f3

Please sign in to comment.