A set of jar addons to be loaded.
See https://bluemap.bluecolored.de/3rdPartySupport.html for a list of officially recognized addons.
Declarations
Type
attribute set of path in the Nix store
Default
{ }
Example
{
blueBridge = ./blueBridge.jar;
blueBorder = pkgs.fetchurl {
url = "https://github.com/pop4959/BlueBorder/releases/download/1.1.1/BlueBorder-1.1.1.jar";
hash = "...";
};
}