mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-03 00:37:02 +00:00
fix: fix spruce recipe using dark oak wood
This commit is contained in:
parent
f13cbf2e4f
commit
c8d531be6b
|
|
@ -169,7 +169,7 @@ Recipes::Recipes()
|
|||
L"W#W", //
|
||||
|
||||
L'#', Item::stick,
|
||||
L'W', new ItemInstance(Tile::wood, 1, TreeTile::DARK_TRUNK),
|
||||
L'W', new ItemInstance(Tile::wood, 1, TreeTile::SPRUCE_TRUNK),
|
||||
L'S');
|
||||
|
||||
addShapedRecipy(new ItemInstance(Tile::jungleFence, 3), //
|
||||
|
|
|
|||
Loading…
Reference in a new issue