Skip to content

Commit

Permalink
Remove mutant monsters. Add other mods by fuzs
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkDisorder committed Oct 19, 2024
1 parent 8876a6b commit 00f9260
Show file tree
Hide file tree
Showing 9 changed files with 106 additions and 19 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ Currently heavily WIP
- [ ] Write the quests up to IV for a start. A lot of the gregtech side of it can be based on the community pack.
- [ ] Figure out how to integrate Better Nether and Better End both of which come with their own progression
- [ ] Possibly migrate from packwiz to [pakku](https://github.com/juraj-hrivnak/Pakku)
- [ ] Figure out replacements for the following mods, as id like to minimize the dependance on sinytra
> Wizards (RPG Series)
> Rogues & Warriors (RPG Series)
> Paladins & Priests (RPG Series)
> Archers (RPG Series)
> Jewelry (RPG Series)
> Death Knights
> Spell Power Attribute
> Adaptive Tooltips
> BCLib
> Spell Engine
> Accessories Trinkets Compat Layer
> Gazebos
> Runes

### Installation Instructions

Expand Down
30 changes: 25 additions & 5 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65003,6 +65003,11 @@ file = "mods/curios.pw.toml"
hash = "d41c8557243ddcda7d0193ac905d4209ebc4753273b967e6c31ec6874dc0a58c"
metafile = true

[[files]]
file = "mods/cut-through.pw.toml"
hash = "e1eb9c8386bc3ec75f1dcc14ff420b1a2e64aa2553678cb5ccfa945966280c82"
metafile = true

[[files]]
file = "mods/death-knights.pw.toml"
hash = "a2c9307315f2bb7da1489621ae672166738b738febb6edc515c979c821ae9d1b"
Expand Down Expand Up @@ -65248,11 +65253,21 @@ file = "mods/guard-villagers.pw.toml"
hash = "1d77aca40b37d5a4a4b98318a700a8bbab4123e3fa51c0c07ad7693145ac80d4"
metafile = true

[[files]]
file = "mods/hang-glider.pw.toml"
hash = "39d13de3388a0546d3116bb4ae1f6c86f068d051688cb0c3505ba1c4eb0e05e4"
metafile = true

[[files]]
file = "mods/harvest-with-ease.pw.toml"
hash = "c0414ed1c3ecf552f43da6ce8e7bf36c694768c89bec91c10186e57d0fe6e857"
metafile = true

[[files]]
file = "mods/held-item-tooltips.pw.toml"
hash = "aa0da0a91a670024529a4c78f264a214576b0a994d1a50d89a219987d8025490"
metafile = true

[[files]]
file = "mods/hopo-better-mineshaft.pw.toml"
hash = "20b3824b5b16cdc496767410dc2b16abd794adb086411b9ba3e11e7fdef23f14"
Expand Down Expand Up @@ -65413,6 +65428,11 @@ file = "mods/miners-delight-plus.pw.toml"
hash = "8a459a2534f09d18581fa154a84f428b1eaf1721fc8493ebe1e80df490e7502c"
metafile = true

[[files]]
file = "mods/mob-plaques.pw.toml"
hash = "b649de8b5b82992aa2e6a1412bef7fcc2b016714f3ab815761f881dc9ad134a4"
metafile = true

[[files]]
file = "mods/modern-ae2-additions.pw.toml"
hash = "c6b6251dcd9f357f739ad8ccfed0e6e97b6e39f4f5b706863f239d912eeb0cb3"
Expand All @@ -65433,11 +65453,6 @@ file = "mods/mowzies-mobs.pw.toml"
hash = "1ff63ae9b415edabfe8467d67dcd412169b05582ae26c40d6bb6aae7b8809ccb"
metafile = true

[[files]]
file = "mods/mutant-monsters.pw.toml"
hash = "f2f6c7c9ea66bb64185588832ee707d3d08d62f66755f67f1a1c43bb780b2085"
metafile = true

[[files]]
file = "mods/necronomicon.pw.toml"
hash = "318a137293d0919ddeb5e25c3facd5bc83de60366ac6cd5707d28ee650330f62"
Expand Down Expand Up @@ -65498,6 +65513,11 @@ file = "mods/patchouli.pw.toml"
hash = "3a7eaa64434e7449e5fe6bd089bc784499432dae7d6ca07174b55b10a3b32ec8"
metafile = true

[[files]]
file = "mods/pick-up-notifier.pw.toml"
hash = "9189983623b36c936ee4e3c7ad70407899a2fe9fe31498a5b6e1b8a03913f23e"
metafile = true

[[files]]
file = "mods/playeranimator.pw.toml"
hash = "b52622122c19a3894e62fc5506d7c3332d202504fd406d6718be646f979feb40"
Expand Down
13 changes: 13 additions & 0 deletions mods/cut-through.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Cut Through"
filename = "CutThrough-v8.0.2-1.20.1-Forge.jar"
side = "both"

[download]
hash-format = "sha1"
hash = "47b151e9a38fa6052671cc74bb21ffd7a8494d41"
mode = "metadata:curseforge"

[update]
[update.curseforge]
file-id = 5137980
project-id = 969423
13 changes: 13 additions & 0 deletions mods/hang-glider.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Hang Glider [Forge & Fabric]"
filename = "HangGlider-v8.0.1-1.20.1-Forge.jar"
side = "both"

[download]
hash-format = "sha1"
hash = "e4a5deeb545db6853ae4d668d0751228e641fc61"
mode = "metadata:curseforge"

[update]
[update.curseforge]
file-id = 4710223
project-id = 852668
13 changes: 13 additions & 0 deletions mods/held-item-tooltips.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Held Item Tooltips [Forge & Fabric]"
filename = "HeldItemTooltips-v8.0.0-1.20.1-Forge.jar"
side = "both"

[download]
hash-format = "sha1"
hash = "a022976a33affa5a16e0d98b3f112a1276b407c9"
mode = "metadata:curseforge"

[update]
[update.curseforge]
file-id = 4613438
project-id = 852671
13 changes: 13 additions & 0 deletions mods/mob-plaques.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Mob Plaques"
filename = "MobPlaques-v8.0.1-1.20.1-Forge.jar"
side = "both"

[download]
hash-format = "sha1"
hash = "72a7476c49cf1a4d66f133d100faac2b40097170"
mode = "metadata:curseforge"

[update]
[update.curseforge]
file-id = 5108545
project-id = 686434
13 changes: 0 additions & 13 deletions mods/mutant-monsters.pw.toml

This file was deleted.

13 changes: 13 additions & 0 deletions mods/pick-up-notifier.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Pick Up Notifier [Forge & Fabric]"
filename = "PickUpNotifier-v8.0.0-1.20.1-Forge.jar"
side = "both"

[download]
hash-format = "sha1"
hash = "378cc9730d1f11cd4c50add96263baccacdb4942"
mode = "metadata:curseforge"

[update]
[update.curseforge]
file-id = 4613538
project-id = 351441
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "063c6fd58be6b04e8c3f3d6b399984e5c425364736770aaf2d355bfaa9d2a2fd"
hash = "ce5d273431b12859cec0a6813601c9e9d9bb9e8a436173f23c7249d35b1812ac"

[versions]
forge = "47.3.11"
Expand Down

0 comments on commit 00f9260

Please sign in to comment.