Skip to content

Commit

Permalink
Remove xaero minimap waystones integration
Browse files Browse the repository at this point in the history
  • Loading branch information
pedorich-n committed Jun 13, 2024
1 parent 01774be commit 9e2470d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 22 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ Modpack Info
- [**Waystones**](https://modrinth.com/mod/waystones) (both, 14.1.3+forge-1.20) - Teleport back to activated waystones. For Survival, Adventure or Servers.
- [**Lukas' Weapon Leveling**](https://modrinth.com/mod/weapon-leveling) (both, 1.20.1-2.1.1-forge) - This mod makes it possible to level up your armor and weapons. It will also let items not disappear when broken.
- [**WF's Cave Overhaul**](https://modrinth.com/mod/wfs-cave-overhaul) (both, 1.2.2-Fixed) - Brand new noise caves for a new adventure
- [**Xaero's Minimap & World Map - Waystones Compatibility**](https://modrinth.com/mod/xaeros-minimap-world-map-waystones-compatibility-forge) (both, 1.0) - Creates a Waypoint in Xaero's Minimap & World Map when activate a Waystone
- [**Xaero's Minimap**](https://modrinth.com/mod/xaeros-minimap) (client, 24.2.0_Forge_1.20) - Displays a map of the nearby world terrain, players, mobs, entities in the corner of your screen. Lets you create waypoints which help you find the locations you've marked.
- [**Xaero's World Map**](https://modrinth.com/mod/xaeros-world-map) (client, 1.38.8_Forge_1.20) - Adds a full screen world map which shows you what you have explored in the world. Works great together with Xaero's Minimap.
- [**YUNG's API**](https://modrinth.com/mod/yungs-api) (both, 1.20-Forge-4.0.5) - Library mod for YUNG's mods.
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
{
packwiz-server = packwiz2nixLib.fetchPackwizModpack {
manifest = "${self}/pack.toml";
hash = "sha256-+MSoL0BgcXN2T6YfV6Y9XkAJNgMiE8bH4Dhnao9xBC8=";
hash = "sha256-oPNOL7hZvk+8341Due6AUI24DJKSt62L1u9CdAnBt2U=";
side = "server";
};

modrinth-pack = pkgs.callPackage ./nix/packwiz-modrinth.nix {
src = self;
hash = "sha256-u4bkcxqQYb2oKHlZP2oGjwZ4+MZHk6YMMdoTDYlA7mw=";
hash = "sha256-lO0HNTmcjXDfYCjxZW+jCeUe9dqau0/K7VBC08RXvoM=";
};

# Not used for anything right now
Expand Down
5 changes: 0 additions & 5 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -471,11 +471,6 @@ file = "mods/wfs-cave-overhaul.pw.toml"
hash = "8997d41c5416eeac47ea1b59b96799b94fa037ce53cb4649a4e1ade1681c0032"
metafile = true

[[files]]
file = "mods/xaeros-minimap-world-map-waystones-compatibility-forge.pw.toml"
hash = "070d8bf544e0b2f3407b6f0ebd3106037000fd3a4b61bc19b8c28785c3c0c4d6"
metafile = true

[[files]]
file = "mods/xaeros-minimap.pw.toml"
hash = "a4f51b0ae9d618e46d8d1c0b08a32d1639aa6338a8400ec14d61dbca1af272af"
Expand Down

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 = "b43c58b8fe59825f8458f21af235430c7e09b157ae3fd432252e7a067f48cfb3"
hash = "faa8c0375ae63b451ab32b97c4524a98315ebde10c69402a6f011d6be3673b89"

[versions]
forge = "47.3.1"
Expand Down

0 comments on commit 9e2470d

Please sign in to comment.