Winter Seasons Mod

Winter Seasons Mod Used AI

5 devlogs
11h 33m
Created by CT5

A simple mod that does the following:
- Winter
- Snow
- Fog
- Frostbite
- Seasons Timer
- Fire Warming

Timeline

Anyway, I was able to quickly add frostbite and I was able to create the logo and everything.

Update attachment

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.

Update attachment
CT5
CT5
3h 26m 1 day ago

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!

Update attachment

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.

Update attachment
CT5
CT5
5h 14m 3 days ago

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.

Update attachment