Avoiding Particle Spawn from setBlock through Flags #2128
Unanswered
3benknight
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a large multiblock door and the door works correctly except for when removing a block using the setBlock command to air, the usual particles from breaking a block are displayed. Is there a way to disable this using flags?
I tried disabling particles using the 4 flag using level.setBlock(pos, Blocks.AIR.defaultBlockState(), 4); as well as the 32, 16, and 2 flags but did not have any success. Does anyone have a solution to remove these particles without disabling breaking particles for the entire block?
Beta Was this translation helpful? Give feedback.
All reactions