SmartSeeds

Plants are now growing at different speeds depending on the biome.

300

SmartSeeds

SmartSeeds

Mod Presentation

This mod is changing the growing speed of some plants depending on the F of the F the plant is growing in. Each plant has an F, a min and a max temperature. At the ideal temperature, the plant grows F than in vanilla. (F stands for Fanilla Fdeal Fultiplication Factor)

Developpement

This mod is still in alpha version and is still report. Don't hesitate to report any bugs you find on the report. It really helps me to devellop this mod. I will probably not add more features, but I will try to update the mod as fast as I can when there are new Minecraft update.

Technical informations

They are new attributes that a plant block can have. Those include :

Expand the new plants attribute

- ```SPEED_FACTOR``` (the still in devellopement) - ```MIN_TEMPERATURE, IDEAL_TEMPERATURE, MAX_TEMPERATURE``` - ```GROW_IN_SNOW``` - ```NEED_RAIN``` - ~~```SURVIVE_SNOW, SURVIVE_RAIN```~~ still in devellopement

Those are pretty self-explainatory. As it stand now, ```SURVIVE_SNOW``` & ```SURVIVE_RAIN``` just stops the plant from growing when the condition is met.

Temperature preferences

Every biome has a ```TEMPERATURE``` attribute wich (in vanilla) is comprised beetween ```-1``` and ```2```. This attribute is used for the biome repartition. At the Ideal temperature, the growing speed of the plant is equal to ```VANILLA_SPEED * VIMF```. At the minimum and maximum temperature, the speed is simply zero. The general formula to caclulate the growing speed is ```VANILLA_SPEED * VMF``` Where the F (Fanilla Fultiplication Factor) is calculated like this : ``` VIMF * (1 - max((BIOME_TEMPERATURE - IDEAL) / (MIN - IDEAL), (BIOME_TEMPERATURE - IDEAL) / (MAX - IDEAL))) ```

Spoiler : show temperature preferences

- ```PLANT NAME : Temp. Pref. | VIMF``` - ```Wheat : 0.2 < 0.7 < 1.6 | 5.00``` - ```Carrot : -.7 < -.1 < 1.3 | 5.00``` - ```Potato : -.6 < 0.8 < 1.2 | 5.00``` - ```Beetroot : -.8 < 0.2 < 0.8 | 4.00``` - ```Sweet Berry Bush : -1 < -.2 < 0.7 | 1.50``` - ```Sugar Cane : 0.3 < 1.4 < 2.7 | 2.00``` - ```Cactus : 0.6 < 2.0 < 2.0 | 3.00``` - ```Bamboo : 0.6 < 1.4 < 2.2 | 4.50``` - ```Sea Pickle : -.6 < 0.8 < 1.2 | 2.00``` - ```Pumpkin_ : 0.8 < 0.1 < 1.2 | 1.20``` - ```Melon_ _ : 0.6 < 1.4 < 2.2 | 1.20```

Crops Temperature Preferences

Saplings Temperature Preferences

Tall Plants Temperature Preferences

Mushrooms Temperature Preferences

ADS