floodfill dropped item fix; reduce occlusion groups

This commit is contained in:
NULL511
2024-07-20 02:46:18 -04:00
parent ed159c9868
commit c3eae1a2dd
8 changed files with 235 additions and 233 deletions

View File

@ -59,6 +59,11 @@ uniform int entityId;
#else
attribute vec3 at_midBlock;
#endif
#ifdef LPV_ENTITY_LIGHTS
uniform usampler1D texBlockData;
#endif
uniform int currentRenderedItemId;
uniform int renderStage;