mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-05-22 00:08:42 +00:00
revert last commit
This commit is contained in:
@@ -122,7 +122,7 @@ void GrassTile::tick(Level *level, int x, int y, int z, Random *random)
|
||||
}
|
||||
|
||||
Material* above = level->getMaterial(x, y + 1, z);
|
||||
if (above->isLiquid()) level->setTileAndUpdate(x, y, z, Tile::dirt_Id);
|
||||
if (above->isSolid() || above->isLiquid()) level->setTileAndUpdate(x, y, z, Tile::dirt_Id);
|
||||
}
|
||||
|
||||
int GrassTile::getResource(int data, Random *random, int playerBonusLevel)
|
||||
|
||||
Reference in New Issue
Block a user