A simple mod that does the following:
- Winter
- Snow
- Fog
- Frostbite
- Seasons Timer
- Fire Warming
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
It took me some time to figure out how I was going to make the Frost bite thing, but it wasn't too difficult, I just needed to read a ton of APIs and stuff. Anyway, here is a quick screenshot.
I realised that I could just use Mixins, which are classes that are injected into a minecraft class that allow you to access private functions, to create better fog. So I did. I didn't even know what mixins were, until now. I was also able to get snow particles using mixins. Anyway, here is a screenshot, enjoy!
I was able to get Autumn working by changing the leaves to slowly brown. Unfortunatly you must break a leaf to trigger a chunk update so that it shows.
I was able to add the winter part on the server side and client side. On the client side, it has fog, and on the server side it rains/snows and calculates fog and stuff.