mfeat: added early access elytra in creative for bug testing/accuracy comparison
TODO: replace temporary atlas, Properly implement 3d skulls
This commit is contained in:
Tranqlmao
2026-04-24 20:00:35 -04:00
parent 7db8860ea4
commit 4b6e9f8eb2
31 changed files with 889 additions and 97 deletions
+3 -1
View File
@@ -189,7 +189,9 @@ EntityRenderDispatcher::EntityRenderDispatcher()
it.second->init(this);
}
isGuiRender = false; // 4J added
isGuiRender = false; // 4J added
isInventoryRender = false;
}
EntityRenderer *EntityRenderDispatcher::getRenderer(eINSTANCEOF e)