How do I add a time delay to my quarry procedure. (I know about using variables to make time delays)

Started by Srevel2002 on

Topic category: Advanced modding

Last seen on 21:52, 24. Feb 2021
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I add a time delay to my quarry procedure. (I know about using variables to make time delays)

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?

 

Procedure so far

Last seen on 15:09, 2. Sep 2021
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
NBT tags can help you…
Thu, 10/22/2020 - 14:45

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.  

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if anyone needs this for an…
Thu, 11/19/2020 - 03:23

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