Barteks2x / 173generator

GNU Lesser General Public License v3.0
20 stars 16 forks source link

Snow Biomes don't snow, water doesn't freeze #14

Open kurisubrooks opened 8 years ago

kurisubrooks commented 8 years ago

I think this may have to do with the way biomes are created nowadays, where each biome has a set "temperature". Even though Taiga and Snow biomes spawn in b173gen, it still rains in those biomes, where it should snow. Water does not freeze over into Ice like it should. Etc

Barteks2x commented 8 years ago

That's weird. Are you sure the game actually shows "taiga" or "tundra" biome?

In mc beta biome generation worked and worldgen snow generation have been separate things.

Biome generation was based on raw temperature and rainfall values, but snow generation was based on height-corrected temperature. There is very little I can do to make it snow in places where you have snoow but don't have taiga/tundra biome.

kurisubrooks commented 8 years ago

I'm currently standing in a Taiga biome with toggled downfall, but it still rains.

On Sun., 16 Oct. 2016, 10:48 pm Bartosz Skrzypczak, < notifications@github.com> wrote:

That's weird. Are you sure the game actually shows "taiga" or "tundra" biome?

In mc beta biome generation worked and worldgen snow generation have been separate things.

Biome generation was based on raw temperature and rainfall values, but snow generation was based on height-corrected temperature. There is very little I can do to make it snow in places where you have snoow but don't have taiga/tundra biome.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Barteks2x/173generator/issues/14#issuecomment-254042269, or mute the thread https://github.com/notifications/unsubscribe-auth/AGAACwm7JKQjl7RibBoFlgXaITxyK-7Aks5q0g8CgaJpZM4KX4Na .

Barteks2x commented 8 years ago

That's strange... are you 100% sure that client actually shows taiga biome when you press F3?

kurisubrooks commented 8 years ago

100% sure. 2016-10-17_01 50 58

Barteks2x commented 8 years ago

Does it place snow layers when you destroy snow?

kurisubrooks commented 8 years ago

I first realised because I made an ice farm in the Taiga, but the ice wasn't regrowing. Now after testing, snow doesn't form again either.

Barteks2x commented 8 years ago

Vanilla is evil there and it doesn't enable snow in taiga biome, you have to use cold taiga instead...

kurisubrooks commented 8 years ago

Do you think you could change the default snow biome in the plugin to create cold taiga instead? And maybe create some kind of chunk-respawning?

Barteks2x commented 8 years ago

There is /regenbiomes command or something like that.

Barteks2x commented 8 years ago

Not sure if that command still works.

kurisubrooks commented 8 years ago

I'll give it a try when no one else is on. What do you think about changing the ice biome idea?

Barteks2x commented 8 years ago

I can do that