Started by
Srevel2002
on
Topic category: Advanced modding
I have a quarry block which when you activate with redstone, mines the blocks beneath it in a 6x6x6 area.
I want it to mine to have a small delay between each block being broken.
I'm guessing I need to change the procedure to be on block update tick, if indirect redstone =/= 0, and create a timer variable which goes up every tick. My question is how do I make it break the block every x ticks?
NBT tags can help you achieve this. There are many tutorials on youtube for this sort of thing, so I suggest you do a bit of research before asking people to take time out of their day to help.
This is basically how you do a timer for a block:
https://drive.google.com/file/d/1QNjJpiAbehIFfyAuFMkcW9NB-1M3X6FB/view?usp=sharing
btw your image didn't work
if anyone needs this for an entity, set up an effect (like pillager or something useless) and make it so that when the remaining ticks = 0, you do whatever. thats what im doing for king crimson in my jojo mod