Skip to content

Commit 14ce448

Browse files
authored
Fix Yellow Stripes Block B recipe (#4346)
1 parent c3926a7 commit 14ce448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public static void init(Consumer<FinishedRecipe> provider) {
207207
GTBlocks.YELLOW_STRIPES_BLOCK_A.asStack(), "Y ", " M ", " B", 'M',
208208
GTBlocks.CASING_STEEL_SOLID.asStack(), 'Y', Tags.Items.DYES_YELLOW, 'B', Tags.Items.DYES_BLACK);
209209
VanillaRecipeHelper.addShapedRecipe(provider, true, "warning_sign_small_yellow_stripes",
210-
GTBlocks.YELLOW_STRIPES_BLOCK_B.asStack(), " Y", " M ", "B ", 'M',
210+
GTBlocks.YELLOW_STRIPES_BLOCK_B.asStack(), "B ", " M ", " Y", 'M',
211211
GTBlocks.CASING_STEEL_SOLID.asStack(), 'Y', Tags.Items.DYES_YELLOW, 'B', Tags.Items.DYES_BLACK);
212212
VanillaRecipeHelper.addShapedRecipe(provider, true, "warning_sign_radioactive_hazard",
213213
GTBlocks.RADIOACTIVE_HAZARD_SIGN_BLOCK.asStack(), " YB", " M ", " ", 'M',

0 commit comments

Comments
 (0)