build fixes

This commit is contained in:
Tropical
2026-03-21 19:19:31 -05:00
parent 401a19ad67
commit d9aa793075
24 changed files with 1620 additions and 627 deletions

View File

@@ -16,11 +16,12 @@ StoneMonsterTile::StoneMonsterTile(int id) : Tile(id, Material::clay) {
}
Icon* StoneMonsterTile::getTexture(int face, int data) {
#ifndef _CONTENT_PACKAGE
if (app.DebugArtToolsOn()) {
return Tile::fire->getTexture(face, 0);
}
#endif
// 4jcraft: removed in TU19 merge for now
// #ifndef _CONTENT_PACKAGE
// if (app.DebugArtToolsOn()) {
// return Tile::fire->getTexture(face, 0);
// }
// #endif
if (data == HOST_COBBLE) {
return Tile::cobblestone->getTexture(face);
}