How to make a season in MCreator?

Started by Skiizy on

Topic category: Advanced modding

Active 4 years ago
Joined Mar 2021
Points:
777

User statistics:

  • Modifications: 0
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 51
How to make a season in MCreator?

Is it possiible to make a season in MCreator? if it needs code then how can I learn to or where to learn code like that? but if it needs procedure can you make a screenshot of a procedure

Active 9 months ago
Joined May 2020
Points:
731

User statistics:

  • Modifications: 3
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 128
I'm not sure it would work,…
Fri, 05/28/2021 - 10:04

I'm not sure it would work, but you may create a variable that would increase by 1 every night. When it reaches a certain point (at the end of the year), set it back to 0. And while the variable is between 0 and 15 (for example. It means that it's between the first and the fifteenth night), you can add your season effects.

Active 4 years ago
Joined Mar 2021
Points:
777

User statistics:

  • Modifications: 0
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 51
Im kinda newbie to MCreator,…
Fri, 05/28/2021 - 12:18

Im kinda newbie to MCreator, Does it work if I put wait server side for (example 1day tick) and then change some of the folliage ?