Temperature and Rainfall Compatible with Vanilla
Woody-0w0 opened this issue ยท 2 comments
Describe the request
Make sure to include:
- Temperature and Rainfall Compatible with Vanilla Biome
- make Other dimensions Vanilla biome can grow crops and fruit trees
Meta Info
- TFC Version: latest
- Is this a compatibility feature for other mods? Or a enhancement for TFC alone?
compatibility feature for Vanilla - If necessary, what other mods (including versions) would this require?
Any mods provide new dimensions
eg:
if (rainfall == 0){
rainfall = biome raining possibility*400;
temperature = tfctemperature +biometemperature -20;}