mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-26 02:54:35 +00:00
reimplement aether stuff from personal repo
This commit is contained in:
@@ -26,6 +26,16 @@ bool HalfTransparentTile::blocksLight()
|
||||
return false;
|
||||
}
|
||||
|
||||
bool HalfTransparentTile::isCubeShaped()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
int HalfTransparentTile::getRenderLayer()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
void HalfTransparentTile::registerIcons(IconRegister *iconRegister)
|
||||
{
|
||||
icon = iconRegister->registerIcon(texture);
|
||||
|
||||
Reference in New Issue
Block a user