mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
fix: podzol not dropping as dirt
This commit is contained in:
parent
1034c5258d
commit
7ceb0e4420
|
|
@ -31,6 +31,9 @@ unsigned int DirtTile::getDescriptionId(int iData)
|
||||||
|
|
||||||
int DirtTile::getSpawnResourcesAuxValue(int data)
|
int DirtTile::getSpawnResourcesAuxValue(int data)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
if (data == DirtTile::PODZOL) data = 0;
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue