We're a group of Vintage Story modders dedicated to bringing more plants and foliage to Vintage Story. Check out our current projects.
A collection of plant centric additions meant to bring more plants to the base game, and act as a launchpad to other spinoff mods.
To quickly clone the whole biodiversity mod, Follow the steps below.
Clone the main biodiversity
git clone --recurse-submodules https://github.com/Jonas-Botanical-Society/biodiversity.git
If you already have the repo cloned, but need to sync everything up with the remotes.
submodule update --init --recursive
To tell git to automatically handle the submodules, change the repo centric git config by running this command in the main project folder.
git config submodule.recurse true
Or enable recurive submodules across your whole computer.
git config --global submodule.recurse true
Issues are to be submitted in our Issue Tracker below. It's unlikely that we will be tracking issues not posted in this tracker. https://github.com/Jonas-Botanical-Society/biodiversityIssues/issues