mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-23 08:13:52 +00:00
Reimplement miles sound artifacts, Stone Brick Stairs recipe, and craft sound (#684)
* Reimplement miles sound artifacts * Fix stone brick stairs recipe * Fix craft and scroll sound
This commit is contained in:
parent
0469e982ce
commit
de46641cda
6 changed files with 13 additions and 6 deletions
|
|
@ -236,7 +236,7 @@ Recipes::Recipes()
|
|||
L"## ", //
|
||||
L"###", //
|
||||
|
||||
L'#', Tile::cobblestone,
|
||||
L'#', Tile::stoneBrick,
|
||||
L'S');
|
||||
|
||||
addShapedRecipy(new ItemInstance(Tile::stairs_netherBricks, 4), //
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue