mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-05 18:37:02 +00:00
Fix acacia and dark oak leaves dropping the wrong sapling type
This commit is contained in:
parent
8572c8bcd7
commit
4d5941c014
|
|
@ -115,7 +115,7 @@ void LeafTile2::spawnResources(Level *level, int x, int y, int z, int data, floa
|
|||
{
|
||||
|
||||
|
||||
popResource(level, x, y, z, std::make_shared<ItemInstance>(Tile::sapling_Id, 1, data & 3));
|
||||
popResource(level, x, y, z, std::make_shared<ItemInstance>(Tile::sapling_Id, 1, (data & 3) + 4));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue