Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
SmartSeeds
Presentation of the mod
This mod is changing the growing speed of some plants depending on the temperature of the biome the plant is growing in. Each plant has an ideal temperature, a min and a max temperature. At the ideal temperature, the plant grows VIMF time faster than in vanilla. (VIMF stands for Vanilla Ideal Multiplication Factor)
Developpement
This mod is still in alpha version and is still buggy. Don't hesitate to report any bugs you find on the bug report page (google forms). 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 VIMF)MIN_TEMPERATURE, IDEAL_TEMPERATURE, MAX_TEMPERATURE
GROW_IN_SNOW
NEED_RAIN
still in devellopementSURVIVE_SNOW, SURVIVE_RAIN
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
Note : 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 VMF (Vanilla Multiplication 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