Started by
Scora_
on
Topic category: Help with MCreator software
Hello I would like to do a reload time. I would like to do a procedure associated with a pistol, when I fire after 5 seconds its give me an item. If you have a screenshot of the procedure it's better. thank you!
Somehow, you can create a timer using ticks (I'm not sure how, but I've seen tutorials). Create another item that looks like the first one (perhaps a few changes), but doesn't shoot. Then have the first one have a procedure with something like "when fired" to set the inventory slot to the other item, which has a timer to go back to the first one.
you can change the tick rate of blocks but not mobs or items; they do have the 'when item/entity tick' condition on procedures, but i still dont know how to control the tick rate on both cases (mobs and items), only blocks.