From e5234704a500e62ec1ab2f0675a5b8f59bd4ceba Mon Sep 17 00:00:00 2001 From: Electrolyte220 Date: Thu, 9 Jan 2025 12:54:01 -0500 Subject: [PATCH] Fix missing spaces in recipes --- .../gregtechceu/gtceu/data/recipe/misc/StoneMachineRecipes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/gregtechceu/gtceu/data/recipe/misc/StoneMachineRecipes.java b/src/main/java/com/gregtechceu/gtceu/data/recipe/misc/StoneMachineRecipes.java index c8c82545bc..73f3750b6d 100644 --- a/src/main/java/com/gregtechceu/gtceu/data/recipe/misc/StoneMachineRecipes.java +++ b/src/main/java/com/gregtechceu/gtceu/data/recipe/misc/StoneMachineRecipes.java @@ -583,7 +583,7 @@ public static void registerStoneTypeRecipes(Consumer 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")