mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
Added acacia/dark oak slabs and stairs recipes
This commit is contained in:
parent
7207268add
commit
10487e0eac
|
|
@ -415,13 +415,13 @@ Recipes::Recipes()
|
||||||
L'#', new ItemInstance(Tile::wood, 1, TreeTile::BIRCH_TRUNK),
|
L'#', new ItemInstance(Tile::wood, 1, TreeTile::BIRCH_TRUNK),
|
||||||
L'S');
|
L'S');
|
||||||
|
|
||||||
addShapedRecipy(new ItemInstance(Tile::woodStairsDark, 4), //
|
addShapedRecipy(new ItemInstance(Tile::woodStairsSpruce, 4), //
|
||||||
L"sssczg",
|
L"sssczg",
|
||||||
L"# ", //
|
L"# ", //
|
||||||
L"## ", //
|
L"## ", //
|
||||||
L"###", //
|
L"###", //
|
||||||
|
|
||||||
L'#', new ItemInstance(Tile::wood, 1, TreeTile::DARK_TRUNK),
|
L'#', new ItemInstance(Tile::wood, 1, TreeTile::SPRUCE_TRUNK),
|
||||||
L'S');
|
L'S');
|
||||||
|
|
||||||
addShapedRecipy(new ItemInstance(Tile::woodStairsJungle, 4), //
|
addShapedRecipy(new ItemInstance(Tile::woodStairsJungle, 4), //
|
||||||
|
|
@ -433,6 +433,24 @@ Recipes::Recipes()
|
||||||
L'#', new ItemInstance(Tile::wood, 1, TreeTile::JUNGLE_TRUNK),
|
L'#', new ItemInstance(Tile::wood, 1, TreeTile::JUNGLE_TRUNK),
|
||||||
L'S');
|
L'S');
|
||||||
|
|
||||||
|
addShapedRecipy(new ItemInstance(Tile::woodStairsAcacia, 4), //
|
||||||
|
L"sssczg",
|
||||||
|
L"# ", //
|
||||||
|
L"## ", //
|
||||||
|
L"###", //
|
||||||
|
|
||||||
|
L'#', new ItemInstance(Tile::wood, 1, TreeTile::ACACIA_TRUNK),
|
||||||
|
L'S');
|
||||||
|
|
||||||
|
addShapedRecipy(new ItemInstance(Tile::woodStairsDark, 4), //
|
||||||
|
L"sssczg",
|
||||||
|
L"# ", //
|
||||||
|
L"## ", //
|
||||||
|
L"###", //
|
||||||
|
|
||||||
|
L'#', new ItemInstance(Tile::wood, 1, TreeTile::DARK_TRUNK),
|
||||||
|
L'S');
|
||||||
|
|
||||||
addShapedRecipy(new ItemInstance(Tile::stairs_quartz, 4), //
|
addShapedRecipy(new ItemInstance(Tile::stairs_quartz, 4), //
|
||||||
L"sssctg",
|
L"sssctg",
|
||||||
L"# ", //
|
L"# ", //
|
||||||
|
|
@ -588,11 +606,11 @@ Recipes::Recipes()
|
||||||
L'S');
|
L'S');
|
||||||
|
|
||||||
|
|
||||||
addShapedRecipy(new ItemInstance(Tile::woodSlabHalf, 6, TreeTile::DARK_TRUNK), //
|
addShapedRecipy(new ItemInstance(Tile::woodSlabHalf, 6, TreeTile::SPRUCE_TRUNK), //
|
||||||
L"sczg",
|
L"sczg",
|
||||||
L"###", //
|
L"###", //
|
||||||
|
|
||||||
L'#', new ItemInstance(Tile::wood, 1, TreeTile::DARK_TRUNK),
|
L'#', new ItemInstance(Tile::wood, 1, TreeTile::SPRUCE_TRUNK),
|
||||||
L'S');
|
L'S');
|
||||||
|
|
||||||
addShapedRecipy(new ItemInstance(Tile::woodSlabHalf, 6, TreeTile::JUNGLE_TRUNK), //
|
addShapedRecipy(new ItemInstance(Tile::woodSlabHalf, 6, TreeTile::JUNGLE_TRUNK), //
|
||||||
|
|
@ -602,6 +620,20 @@ Recipes::Recipes()
|
||||||
L'#', new ItemInstance(Tile::wood, 1, TreeTile::JUNGLE_TRUNK),
|
L'#', new ItemInstance(Tile::wood, 1, TreeTile::JUNGLE_TRUNK),
|
||||||
L'S');
|
L'S');
|
||||||
|
|
||||||
|
addShapedRecipy(new ItemInstance(Tile::woodSlabHalf, 6, TreeTile::ACACIA_TRUNK), //
|
||||||
|
L"sczg",
|
||||||
|
L"###", //
|
||||||
|
|
||||||
|
L'#', new ItemInstance(Tile::wood, 1, TreeTile::ACACIA_TRUNK),
|
||||||
|
L'S');
|
||||||
|
|
||||||
|
addShapedRecipy(new ItemInstance(Tile::woodSlabHalf, 6, TreeTile::DARK_TRUNK), //
|
||||||
|
L"sczg",
|
||||||
|
L"###", //
|
||||||
|
|
||||||
|
L'#', new ItemInstance(Tile::wood, 1, TreeTile::DARK_TRUNK),
|
||||||
|
L'S');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue