feat: add worldedit
This commit is contained in:
parent
c43bc4a259
commit
bdf73a4d46
1 changed files with 6 additions and 0 deletions
|
|
@ -43,6 +43,12 @@ in
|
||||||
url = "https://github.com/caunt/BungeeForge/releases/download/v${version}/bungeeforge-1.7.10.jar";
|
url = "https://github.com/caunt/BungeeForge/releases/download/v${version}/bungeeforge-1.7.10.jar";
|
||||||
hash = "sha256-Y10ExD0nn1pkjhrgsSq9eiww5+n0J5skoC2EetXCVGM=";
|
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=";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue