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
@@ -45,7 +45,7 @@ void ItemFrameRenderer::render(shared_ptr<Entity> _itemframe, double x, double
float back = 0.0f;
// set offset to 1 if the item frame is not placed by the player
if (itemFrame->level->isClientSide && !itemFrame->placedByPlayer)
if (itemFrame->level->isClientSide && itemFrame->placedByTutorial)
{
back = 1.0f;
}