feat: add worldedit

This commit is contained in:
Katharina 2026-06-14 13:57:03 +02:00
parent c43bc4a259
commit bdf73a4d46

View file

@ -43,6 +43,12 @@ in
url = "https://github.com/caunt/BungeeForge/releases/download/v${version}/bungeeforge-1.7.10.jar";
hash = "sha256-Y10ExD0nn1pkjhrgsSq9eiww5+n0J5skoC2EetXCVGM=";
};
"mods/worldedit-1.7.10.jar" = pkgs.fetchurl rec {
pname = "worldedit";
version = "0.0.9";
url = "https://github.com/GTNewHorizons/worldedit-gtnh/releases/download/v${version}/worldedit-v${version}.jar";
hash = "sha256-a1p2QYdRtfwf8WMZ2WPRKOYoVXZ0ma0N7Q7a0P7LGx4=";
};
};
};
}