[FEEDBACK] Growth acceleration if raining
nojomyth-dev opened this issue ยท 2 comments
Minecraft Version
1.20.4
Mod Loader
Fabric
Feedback
It would be cool to have a config option to let crops grow faster during rain and have a configurable percentage multiplier.
It would work like the soil modifiers, just globally for all crops.
(Or on a per crop basis, so you could slow down some illogical combis that require lava to grow; but that would mean more work)
Thanks for the suggestion. This idea has come up a few times but I haven't had much time to work on new features lately. I will keep this in mind and add it to my to-do list though.
I plan to implement this using an "environment modifier" system that would have conditions for weather, time of day, biome, and dimension. The config file would have a default modifier section and every crop file could choose to override it. The main challenge is implementing this in a way that makes these modifiers and the new growth times visible to players in game through tooltips and JEI. Im also not sure how negative modifiers would affect crops, that's currently not allowed.