Serene Seasons Compatibility Solution

Started by Jackose on

Topic category: Help with modding (Java Edition)

Last seen on 21:30, 9. Oct 2024
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Serene Seasons Compatibility Solution

This is basically a way I've found to make your mod compatible with Serene Seasons. The first thing is to use a procedure to check whether it's actually loaded or not. Use the "is the mod with id _____ loaded" procedure with Serene Season's mod id (sereneseasons) in the text box. Next, you can use an "execute command /_____ at x:_ y:_ z:_ and get result" procedure with Serene Season's get season command (season get) in the text box. This will return a ton of season information in the form of a string, including what the current season is. You can use a "does text:_____ contain:_____" procedure as a boolean (true/false) statement to tell whether the season information string contains a season of your choice (ie. "Early Spring", "Mid Summer", or even just "Spring"). Hope this helps.