snow #1

Open
opened 2024-06-09 14:18:01 +02:00 by Minecon724 · 0 comments
Owner

Snowfall is very important but also tricky to implement because:

  1. Snow is present only in few biomes, so
  2. We need a way of changing the biome (ideally server-side)
  3. But then we'll need a way of restoring the biomes, which can be slow

We could:

  • on snowing, keep track of the current biome and change it to a snowy one
  • on end snowing or shutdown, restore that biome
  • on crash? save the original biomes on the disk

I'm also worried about this in old versions

Snowfall is very important but also tricky to implement because: 1. Snow is present only in few biomes, so 2. We need a way of changing the biome (ideally server-side) 3. But then we'll need a way of restoring the biomes, which can be slow We could: - on snowing, keep track of the current biome and change it to a snowy one - on end snowing or shutdown, restore that biome - on crash? save the original biomes on the disk I'm also worried about this in old versions
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Minecon724/realweather#1
No description provided.