floodfill legacy blockId fixes

This commit is contained in:
NULL511
2024-05-02 18:06:40 -04:00
parent 6ec7e0187e
commit d8b5c989e8
4 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ void main() {
gl_Position.z -= 1e-4;
}
if (mc_Entity.x == 10002) mat = 0.2;
if (mc_Entity.x >= 1200 && mc_Entity.x < 1300) mat = 0.2;
if (mc_Entity.x == 72) mat = 0.5;
#if defined ENTITIES || defined BLOCKENTITIES