is there any way to 0-tick power a piston using commands?
0-ticking is when a non-sticky piston gets powered and unpowered in the same tick, while still pushing the block it's supposed to push. this is viable using normal redstone, but apparently using a command chain with
setblock ~ ~ ~ redstoneandsetblock ~ ~ ~ airdoesn't work to achieve that. is there any way to create a 0-tick pulse that powers the piston using commands? note that a prerequisite should be that the space occupied generating the pulse shouldn't be bigger than a block (for the setblock, the space occupied is the single redstone block).A possible solution to this issue that i think could work would be updating the piston in-between the setblock redstone and setblock air. In that case, how would i update it only using commands?