Winter Seasons Mod

Winter Seasons Mod Used AI

6 devlogs
11h 43m
•  Ship certified
Created by CT5

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

Timeline

Ship 1

1 payout of shell 123.0 shells

CT5

3 months ago

CT5 Covers 6 devlogs and 11h 43m

It seems SOM hasn't added my time, so here is the rest of the time

Update attachment

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

Update attachment
CT5
CT5
1h 41m 3 months ago

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 3 months 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 months 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