Making custom events

Started by Wolfiel458 on

Topic category: Mod showcase and discussion

Last seen on 17:45, 17. Apr 2024
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making custom events

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?

Last seen on 05:10, 3. Dec 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm not sure if this is the…
Mon, 10/02/2023 - 05:22

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.

Last seen on 17:45, 17. Apr 2024
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm making a mod for 1.12.2,…
Thu, 10/05/2023 - 18:14

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?

 

Last seen on 05:10, 3. Dec 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There are procedure blocks…
Thu, 10/05/2023 - 18:36

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

Last seen on 17:45, 17. Apr 2024
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1- I can make specific mobs…
Fri, 10/13/2023 - 01:53

1- I can make specific mobs apear during that events?

2- i can install this plugin in existing workspaces?