Skip to content

Commit

Permalink
New modpack from scratch, RPG Adventure Money Guys 3 (#16)
Browse files Browse the repository at this point in the history
* New modpack from scratch

* Missing dep

* A few exxtras

* Dungeons

* Aquamirae and sleep utils

* Clean up from removing LevelZ

* Bodies (graves), more metals, other utils

* Some server-side and QOL mods

* Remove incompt

* Final mods

* Bump version; Update nix hash

* Fix name; Generate readme

---------

Co-authored-by: Nikita Pedorich <[email protected]>
  • Loading branch information
piousp and pedorich-n authored Nov 21, 2023
1 parent e9ecb0c commit f80ab8d
Show file tree
Hide file tree
Showing 132 changed files with 1,425 additions and 816 deletions.
132 changes: 82 additions & 50 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
{
packwiz-server = packwiz2nixLib.fetchPackwizModpack {
manifest = "${self}/pack.toml";
hash = "sha256-oJ66+Mxgbtjqzf44QLd5JSuecbwqEeYR1Irx9Oh2RV8=";
hash = "sha256-ENDYw0gAaSLlf5MlbB7+MSf2JkIvY4x23vUsBDGvHdA=";
side = "server";
};

modrinth-pack = pkgs.callPackage ./nix/packwiz-modrinth.nix { } {
src = self;
hash = "sha256-NGZeQrrmDSoMmVFAUC5pduRxQaCLd7WwVV6S67tJTwY=";
hash = "sha256-Hh/ZhfNIn8OOtutvlcVWLM08Mk+ROxEButXF4Y0Uj5A=";
};

# Not used for anything right now
Expand Down
Loading

0 comments on commit f80ab8d

Please sign in to comment.