Started by
RedWirePlatinum
on
Topic category: Feature requests and ideas for MCreator
I'm not the best at explaining, but I imagine the text for this loop block to look something like this:
repeat [number] times with tick wait time [tick number]
do [insert whatever is to be executed the given amount of times]
As of now, making custom NBT data works just fine as a work-around to this, but I think this would be a cool addition to mcreator :]
Edited by RedWirePlatinum on Wed, 09/13/2023 - 23:30
So basically you mean:
yeah, but for people that don't know anything about java LOL
(like me)
Just put a "wait [] ticks on server-side then do" inside a "repeat [] times" block
Everything still executes all at once instead of waiting [number] amount of ticks then doing said thing.