Skip to content

Commit

Permalink
Remove respawning-animals
Browse files Browse the repository at this point in the history
  • Loading branch information
pedorich-n committed Mar 6, 2024
1 parent e0bd7d0 commit df17420
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 23 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ Modpack Info
- [**Radiant Gear**](https://modrinth.com/mod/radiant-gear) (both, 2.1.0+1.20.1) - A compatibility bridge between Curios API or Trinkets API and dynamic light mods such as Lucent or LambDynamicLights. Formerly known as Curious Lights.
- [**Reese's Sodium Options**](https://modrinth.com/mod/reeses-sodium-options) (client, mc1.20.1-1.6.5) - Alternative Options Menu for Sodium
- [**Roughly Enough Items (REI)**](https://modrinth.com/mod/rei) (both, 12.0.684+fabric) - Clean and Customizable. Alternative to Just Enough Items/JEI.
- [**Respawning Animals**](https://modrinth.com/mod/respawning-animals) (server, v8.2.0-1.20.1-Fabric) - Animals no longer stay in the world forever, instead they spawn and disappear like monsters.
- [**Revelationary**](https://modrinth.com/mod/revelationary) (both, 1.3.6+1.20.1) - Data Driven Block and Item Revelation system. Discover as you go!
- [**RpgZ**](https://modrinth.com/mod/rpgz) (both, 0.6.0+1.20.1) - rpg style mob looting
- [**Runes**](https://modrinth.com/mod/runes) (both, 0.9.10+1.20.1-fabric) - 🪨 Craft runes to serve as ammo for spells
Expand Down
8 changes: 5 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
outputs = inputs@{ flake-parts, systems, packwiz2nix, self, ... }: flake-parts.lib.mkFlake { inherit inputs; } ({ moduleWithSystem, ... }: {
systems = import systems;

perSystem = { system, pkgs, ... }: {
perSystem = { system, pkgs, config, ... }: {
packages =
let
packwiz2nixLib = inputs.packwiz2nix.lib.${system};
in
{
packwiz-server = packwiz2nixLib.fetchPackwizModpack {
manifest = "${self}/pack.toml";
hash = "sha256-cE6QRKxv2HlCDsSFxMcSaJUO9CVVVgwN0qV8FsElLx0=";
hash = "sha256-jskR0m+Upeu6risviC+QCodX/os1Ib2jWcddGLmf5Z0=";
side = "server";
};

modrinth-pack = pkgs.callPackage ./nix/packwiz-modrinth.nix { } {
src = self;
hash = "sha256-APa+1WwhtZTm4tVKWJ6OtxNoy2m18yudwY4nLgz3JFA=";
hash = "sha256-j4YJSz/EROZDRxwK62UhnSozq8znzFmFLi3lDVU2obg=";
};

# Not used for anything right now
Expand All @@ -39,6 +39,8 @@
# side = "client";
# };
};

checks = config.packages;
};
});
}
5 changes: 0 additions & 5 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -575,11 +575,6 @@ file = "mods/rei.pw.toml"
hash = "23d596d1d2e39ae3b05415790663819401fc62d745d6a817e88d9c36d07bce53"
metafile = true

[[files]]
file = "mods/respawning-animals.pw.toml"
hash = "a1ab5216888d751adb562c416604d95216dfe7cc68dd3e6f4e90ea21492cf8f4"
metafile = true

[[files]]
file = "mods/revelationary.pw.toml"
hash = "baac04be6dfec29d210c53eadddb7f6f0be051ddcf36300c0ce718fc9680a399"
Expand Down
13 changes: 0 additions & 13 deletions mods/respawning-animals.pw.toml

This file was deleted.

2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "96bcf308282e2d8b8aba0a4ba95a6a80afb10c525d7edcd9eb3372a27ebda0c0"
hash = "7e1042c0d25db00dc8ebf683a451542d15e3bbbab63420d9d2bd385083bb6bd6"

[versions]
fabric = "0.15.0"
Expand Down

0 comments on commit df17420

Please sign in to comment.