Started by
Wolfiel458
on
Topic category: Mod showcase and discussion
I wanna know how to do custom events.
Becouse in my mod i will add a blood moon event and will be between 10 and 10 nights and will spawn an especific mob.
How can i made that?
I'm not sure if this is the event you are referring to - https://docs.minecraftforge.net/en/1.14.x/events/intro/
Im not sure of a simple way to create one of these events without coding.
For what you are looking to do, I would say create a logic global variable to turn on/off your blood moon "event" and then have other procedures that activate when the blood moon is enabled.
I'm making a mod for 1.12.2, and i need to know how to make an especific event in a certain space of time, and i need the texture of the moon.
Theres any procedure for world events about the sun/moon?
There are procedure blocks to get the specific time. The sun/moon would have to be rendered. There are a few MCreator plugins that allow you to render the sun/moon
1- I can make specific mobs apear during that events?
2- i can install this plugin in existing workspaces?