feat: new chunk load toggle

also fixes item frames / paintings in dlc worlds
This commit is contained in:
Fireblade
2026-07-24 15:14:27 -04:00
parent 261700ea8b
commit 306d1c9fb7
10 changed files with 50 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ IceTile::IceTile(int id) : HalfTransparentTile(id, L"ice", Material::ice, false)
int IceTile::getRenderLayer()
{
return 2;
return 1;
}
bool IceTile::shouldRenderFace(LevelSource *level, int x, int y, int z, int face)