Started by
scaryclown
on
Topic category: Help with Minecraft modding (Java Edition)
any tips on how to make random events, i.e, between every 2 to 6 minecraft days, a horde of zombies spawn near the player etc.
Topic category: Help with Minecraft modding (Java Edition)
any tips on how to make random events, i.e, between every 2 to 6 minecraft days, a horde of zombies spawn near the player etc.
On player tick update create a timer, whole days in minecraft are around 1200sec, IF logic nbt = false DO day = 2400+round rand*1200+...+round rand*1200 until there is chance from 2 to 6 days, set logic nbt to true. IF time>day DO spawn zombies and set logic nbt to false and time to 0 to restart the procedure for another wave
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
hello everyone, i didn't understand a little how to do it:
DO day = 2400+round rand*1200+...+round rand*1200
can you give a picture please?(
plz?
plzzzzzzzzzzzzzzzzz