mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Fix stone brick stairs recipe
This commit is contained in:
parent
24d389ae6d
commit
918261d7b2
|
|
@ -236,7 +236,7 @@ Recipes::Recipes()
|
||||||
L"## ", //
|
L"## ", //
|
||||||
L"###", //
|
L"###", //
|
||||||
|
|
||||||
L'#', Tile::cobblestone,
|
L'#', Tile::stoneBrick,
|
||||||
L'S');
|
L'S');
|
||||||
|
|
||||||
addShapedRecipy(new ItemInstance(Tile::stairs_netherBricks, 4), //
|
addShapedRecipy(new ItemInstance(Tile::stairs_netherBricks, 4), //
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue