Glitchfiend/SereneSeasons — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Minecraft mod called Serene Seasons. I want the world to feel like it has real seasons instead of staying the same all the time. Add a season cycle that changes the look of grass, leaves, and the overall environment as time passes, and make temperature shift with the season so summer feels warmer and winter feels colder. It should be something players notice naturally while exploring or farming, without needing a complicated menu.

Use Java and Gradle, and set it up so the shared game logic can be used for Fabric, Forge, and NeoForge versions if possible. Keep the code clean enough that more season effects can be added later. Include sensible defaults, basic configuration for season length and temperature behavior, and make sure it can build from the command line. If you need exact Minecraft modding setup details, look up the current docs online and follow the style this repo already uses.

Want more depth? Deep Reverse