mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Added Stained Glass
i found out that stained glass was not accessible in survival, then i saw they disabled it in the code
This commit is contained in:
parent
1cee2136d3
commit
ee61c64f41
|
|
@ -21,7 +21,7 @@ void ClothDyeRecipes::addRecipes(Recipes *r)
|
|||
L'#', new ItemInstance(Tile::clayHardened),
|
||||
L'X', new ItemInstance(Item::dye_powder, 1, i),L'D');
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
r->addShapedRecipy(new ItemInstance(Tile::stained_glass, 8, ColoredTile::getItemAuxValueForTileData(i)), //
|
||||
L"sssczczg",
|
||||
L"###",
|
||||
|
|
|
|||
|
|
@ -299,6 +299,7 @@ Recipes::Recipes()
|
|||
pClothDyeRecipes->addRecipes(this);
|
||||
|
||||
|
||||
|
||||
addShapedRecipy(new ItemInstance(Tile::snow, 1), //
|
||||
L"sscig",
|
||||
L"##", //
|
||||
|
|
|
|||
|
|
@ -115,6 +115,8 @@ void StructureRecipies::addRecipes(Recipes *r)
|
|||
|
||||
L'#', Tile::glass,
|
||||
L'D');
|
||||
|
||||
|
||||
|
||||
r->addShapedRecipy(new ItemInstance(Tile::netherBrick, 1), //
|
||||
L"sscig",
|
||||
|
|
|
|||
Loading…
Reference in a new issue