Skip to content

Commit

Permalink
Fix missing spaces in stone recipes (#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Electrolyte220 authored Jan 10, 2025
1 parent 8ea89ab commit e8c6bfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ public static void registerStoneTypeRecipes(Consumer<FinishedRecipe> provider, @
if (ConfigHolder.INSTANCE.recipes.removeVanillaBlockRecipes) {
VanillaRecipeHelper.addShapedRecipe(provider, entry.stoneName + "_polished_hammer",
new ItemStack(entry.chiselStone),
"mSd", " S", " S",
"mSd", " S ", " S ",
'S', entry.slab);
}
GTRecipeTypes.FORMING_PRESS_RECIPES.recipeBuilder("form_" + entry.stoneName + "_slab_into_pillar")
Expand Down

0 comments on commit e8c6bfc

Please sign in to comment.