Skip to content

Commit e8c6bfc

Browse files
Fix missing spaces in stone recipes (#2705)
1 parent 8ea89ab commit e8c6bfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/gregtechceu/gtceu/data/recipe/misc/StoneMachineRecipes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ public static void registerStoneTypeRecipes(Consumer<FinishedRecipe> provider, @
583583
if (ConfigHolder.INSTANCE.recipes.removeVanillaBlockRecipes) {
584584
VanillaRecipeHelper.addShapedRecipe(provider, entry.stoneName + "_polished_hammer",
585585
new ItemStack(entry.chiselStone),
586-
"mSd", " S", " S",
586+
"mSd", " S ", " S ",
587587
'S', entry.slab);
588588
}
589589
GTRecipeTypes.FORMING_PRESS_RECIPES.recipeBuilder("form_" + entry.stoneName + "_slab_into_pillar")

0 commit comments

Comments
 (0)