Started by
Diamond07
on
Topic category: Help with Minecraft modding (Java Edition)
Hey guys, recently i want to create a mod that adds some new spawners that spawns items and mobs automatically in such ticks (i know i have to use Update Tick event because it uses tick) but, with this new procedure feature, i don't know how to do it. Can someone tell me how to?
Edited by Diamond07 on Wed, 11/21/2018 - 18:38
Well, you create a procedure, to set to Block Update Tick on the block. Then you make the procedure, and things get more difficult. There is no 'delay' block in the procedures. So what I do is I use random blocks set to a relatively low amount, which means they spawn mobs in at infrequent delays. It isn't perfect, but it gets the job done.