Started by
Valas
on
Topic category: Help with MCreator software
how to make an arrow explode after 3 seconds when it hits a block. That is, how to make a timer for an arrow?
Topic category: Help with MCreator software
how to make an arrow explode after 3 seconds when it hits a block. That is, how to make a timer for an arrow?
By using wait procedure block
Choose "when projectile hits block" trigger on your ranged item(assuming it's a custom ranged item)
And add "wait [number] ticks then on server side do"
Is this unit available on version? 2020.2
Wait procedure was added in 2020.6 I think.