bitmochibit / Defcon

A minecraft plugin that adds the power and the dangers of nuclear energy.
GNU Affero General Public License v3.0
8 stars 3 forks source link

Client-side only biomes #35

Closed bitmochibit closed 1 month ago

bitmochibit commented 7 months ago

A very good feature is client-side biomes, so we can send them to the player without touching the save data (so without risks of corruption) based on events.

An example of why this can be useful is that when the bomb explodes, and the sky becomes fiery, it can happen that for any reason the server shutdown and doesn't complete the last task of replacing all the biomes with an effective irradiated biome.

This can also be solved by "transactionize" the biome replacing feature, but for the first case, the effect will be better since the biome sending is instantaneous.