mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-29 10:47:03 +00:00
Merge branch 'main' into neos-patch
This commit is contained in:
commit
f92d08c74c
Binary file not shown.
|
|
@ -31,6 +31,9 @@ unsigned int DirtTile::getDescriptionId(int iData)
|
|||
|
||||
int DirtTile::getSpawnResourcesAuxValue(int data)
|
||||
{
|
||||
|
||||
if (data == DirtTile::PODZOL) data = 0;
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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