TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Add config to clay rainfall threshold, adjust default to match dry grass threshold

Claycorp opened this issue ยท 1 comments

commented

Currently clay only has a grass top on it. This makes clay in dry regions stand out like crazy.

This also doesn't match classic so whats the deal with this?

commented

The reason is because our dry grass and clay threshold is different. It can probably be changed quite easily by a config value, then adjusting the default to match the dry grass level.

private static final float CLAY_RAINFALL_THREHOLD = 100f;