floodfill redstone

This commit is contained in:
NULL511
2024-05-04 00:07:10 -04:00
parent 6537c382bd
commit f88b84defa
5 changed files with 225 additions and 64 deletions

View File

@ -216,6 +216,8 @@ void main() {
}
else {
// TODO: set from entityId
if (entityId == ENTITY_SPECTRAL_ARROW)
voxelId = uint(BLOCK_TORCH);
}
if (voxelId > 0u)