Hi! First of all thanks for this incredible mod!
I believe that when this mod is loaded, it overwrites plants that were previously registered using the farming.register_plant function.
The problem is that some mods, such as cucina_vegana, use this API. I believe that this mod specifically is loaded before the farming mod, and that, once the farming redo mod is loaded, it overwrites previously registered plants.
This causes behavior reported in: camelia/farmtools#6.
However, I have no easy fix for this, since the farming.registered_plants is not available through the Lua API here. I think this could be fixed if there was a way to load this mod before any other one, but I'm still new to Luanti modding and I don't know if such an option exists.
Hi! First of all thanks for this incredible mod!
I believe that when this mod is loaded, it overwrites plants that were previously registered using the `farming.register_plant` function.
The problem is that some mods, such as [`cucina_vegana`](https://github.com/acmgit/cucina_vegana), use this API. I believe that this mod specifically is loaded before the farming mod, and that, once the farming redo mod is loaded, it overwrites previously registered plants.
This causes behavior reported in: https://codeberg.org/camelia/farmtools/issues/6.
However, I have no easy fix for this, since the `farming.registered_plants` is not available through the Lua API here. I think this could be fixed if there was a way to load this mod before any other one, but I'm still new to Luanti modding and I don't know if such an option exists.