item/entity light fixes

This commit is contained in:
NULL511
2024-05-07 10:53:28 -04:00
parent 0c88744e8d
commit 8c8531701b
10 changed files with 67 additions and 33 deletions

View File

@ -72,7 +72,7 @@ void main() {
case ENTITY_BLAZE:
case ENTITY_MAGMA_CUBE:
case ENTITY_SPECTRAL_ARROW:
voxelId = uint(BLOCK_TORCH);
voxelId = uint(entityId);
break;
}
}