misc floodfill fixes

This commit is contained in:
NULL511
2024-05-08 12:26:37 -04:00
parent 8c8531701b
commit dc8a331f55
9 changed files with 24 additions and 5 deletions

View File

@ -70,8 +70,11 @@ void main() {
else {
switch (entityId) {
case ENTITY_BLAZE:
case ENTITY_END_CRYSTAL:
// case ENTITY_FIREBALL_SMALL:
case ENTITY_MAGMA_CUBE:
case ENTITY_SPECTRAL_ARROW:
case ENTITY_TNT:
voxelId = uint(entityId);
break;
}