mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-09 01:02:59 +00:00
nether portal
This commit is contained in:
parent
fcbf81b5ae
commit
6b1a9911dc
|
|
@ -222,7 +222,7 @@ int PortalTile::getResourceCount(Random *random)
|
|||
|
||||
int PortalTile::getRenderLayer()
|
||||
{
|
||||
return 1;
|
||||
return 2;
|
||||
}
|
||||
|
||||
void PortalTile::entityInside(Level *level, int x, int y, int z, shared_ptr<Entity> entity)
|
||||
|
|
|
|||
Loading…
Reference in a new issue