mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-07 14:19:22 +00:00
TU19: merge Minecraft.World/Blocks
This commit is contained in:
@@ -25,9 +25,9 @@ WallTile::WallTile(int id, Tile* baseTile)
|
||||
|
||||
Icon* WallTile::getTexture(int face, int data) {
|
||||
if (data == TYPE_MOSSY) {
|
||||
return Tile::mossStone->getTexture(face);
|
||||
return Tile::mossyCobblestone->getTexture(face);
|
||||
}
|
||||
return Tile::stoneBrick->getTexture(face);
|
||||
return Tile::cobblestone->getTexture(face);
|
||||
}
|
||||
|
||||
int WallTile::getRenderShape() { return SHAPE_WALL; }
|
||||
|
||||
Reference in New Issue
Block a user