Started by
tfuel2
on
Topic category: Help with MCreator software
hello, I want to make a bow that once you fire it for 15 seconds it rains arrows it also has a 5-minute cooldown how can I make it?
Topic category: Help with MCreator software
hello, I want to make a bow that once you fire it for 15 seconds it rains arrows it also has a 5-minute cooldown how can I make it?
You could make a procedure when the arrow hits a block that spawns a bunch of arrows at y + 100 or something. For the cooldown, one way I have managed to do it is make just a regular item with the same texture and switch to that after you use the bow. on a tick update you can switch it back to the ranged item
thats just brutal... xD