Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Climate effect which negatively impacts coral reefs #37

Open
nsporillo opened this issue Oct 2, 2019 · 0 comments
Open

Climate effect which negatively impacts coral reefs #37

nsporillo opened this issue Oct 2, 2019 · 0 comments
Labels
Accepted Good issue, working on a solution enhancement New feature or request help wanted Extra attention is needed

Comments

@nsporillo
Copy link
Owner

This project already supports a climate effect that impacts sea levels, so we can adapt some of the principles to include a new climate effect that negatively impacts coral reefs as temperatures get too high.

This effect could begin scanning loaded chunks once temperatures exceed the configurable threshold and only process chunks whose Biome is one where coral reefs can ever naturally spawn in. See warm oceans.

Ideally this sort of effect would routinely apply some small level of damage to coral reefs at first, but progressively do more damage as the temperature increases. If the temperature is just barely meeting the threshold then we should expect it to take a fairly long time to fully obliterate a coral reef.

Minecraft has block Material for both alive and dead coral, so one aspect of this effect would be to slowly convert living coral to dead coral. We could outright set the block type to the dead variant of coral, or perhaps consider setting the WaterLogged state to false which might induce a more gradual dying process.

Since we're modifying the game mechanics of warm, and deep warm ocean biomes. We can also consider increasing the growth rates of the types of sea grass and kelp which could be consistent with the CO2 fertilization effect.

A lot of fun can be had with implementing a new climate effect like this, lets keep it interesting realistic but most importantly still fun.

@nsporillo nsporillo added enhancement New feature or request Accepted Good issue, working on a solution labels Oct 2, 2019
@nsporillo nsporillo added the help wanted Extra attention is needed label Oct 2, 2019
nsporillo added a commit that referenced this issue Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Good issue, working on a solution enhancement New feature or request help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant