mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
floodfill redstone
This commit is contained in:
@ -216,6 +216,8 @@ void main() {
|
||||
}
|
||||
else {
|
||||
// TODO: set from entityId
|
||||
if (entityId == ENTITY_SPECTRAL_ARROW)
|
||||
voxelId = uint(BLOCK_TORCH);
|
||||
}
|
||||
|
||||
if (voxelId > 0u)
|
||||
|
Reference in New Issue
Block a user