This mod gives the player a health buff after food diversity points are earned by eating foods that match food achievements.
The design doc has more information on the design and purpose of the mod.
The VINTAGE_STORY
environment variable must be set before loading the
project. It should be set to the install location of Vintage Story (the
directory that contains VintagestoryLib.dll).
A Visual Studio Code workspace is included. The mod can be built through it or from the command line.
This will produce a zip file in a subfolder of bin/Release
.
dotnet build -c Release
This will produce a zip file in a subfolder of bin/Debug
.
dotnet build -c Debug
dotnet test -c Debug --logger:"console;verbosity=detailed"