mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-05 01:24:39 +00:00
TU24
This commit is contained in:
@@ -75,7 +75,7 @@ bool BirchFeature::place(Level *level, Random *random, int x, int y, int z)
|
||||
for (int hh = 0; hh < treeHeight; hh++)
|
||||
{
|
||||
int t = level->getTile(x, y + hh, z);
|
||||
if (t == 0 || t == Tile::leaves_Id) placeBlock(level, x, y + hh, z, Tile::treeTrunk_Id, LogTile::BIRCH_TRUNK);
|
||||
if (t == 0 || t == Tile::leaves_Id) placeBlock(level, x, y + hh, z, Tile::treeTrunk_Id, TreeTile::BIRCH_TRUNK);
|
||||
}
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user