This commit is contained in:
Christopher Cookman 2024-07-01 20:46:45 -06:00
commit 5ef5f1996b
25 changed files with 428 additions and 0 deletions

116
index.toml Normal file
View file

@ -0,0 +1,116 @@
hash-format = "sha256"
[[files]]
file = "mods/a-v-a-in-minecraft.pw.toml"
hash = "8dc2b39bc053621dc07a3de1819ce8e5a2b89966aa36346c3bf5a0c3ecad158d"
metafile = true
[[files]]
file = "mods/balm.pw.toml"
hash = "b2ec8f1ebaf21547c24dd017cd4b114092ffe86b0f3e04cb4db138b3cea17d0d"
metafile = true
[[files]]
file = "mods/caelus.pw.toml"
hash = "54f9275c45788f16569b7ad689bf9781c1042a1b47019d85a40c52ac568c0506"
metafile = true
[[files]]
file = "mods/carry-on.pw.toml"
hash = "a350838b2466a3765cd7cd41eb5ff43a4316ab6c7e6423927fe915ede6204062"
metafile = true
[[files]]
file = "mods/chat-heads.pw.toml"
hash = "defb230a8944505e1e4ca5fccf3d58180974861723b7a85748380fe16649566f"
metafile = true
[[files]]
file = "mods/cooking-for-blockheads.pw.toml"
hash = "074feede94d77b930c88b4ccef3a9c41fac7f800f9ffab283e8c96de20bccc99"
metafile = true
[[files]]
file = "mods/cristel-lib.pw.toml"
hash = "eae040e847a6b025ca8060441e5cf1182d071f8f6a3a3a5d39433f718625a6bd"
metafile = true
[[files]]
file = "mods/curios.pw.toml"
hash = "98098c17e45405ebc23c008634862076fc8435b0e7c25c067b0207cc5579ae50"
metafile = true
[[files]]
file = "mods/elytra-slot.pw.toml"
hash = "6d4b7658ed66a4323fecb2291e17c046f6ba00f34d8c627b5bd6843037474d4d"
metafile = true
[[files]]
file = "mods/falling-leaves-forge.pw.toml"
hash = "b842fa8c8add940ea828d1a302e843672821339e3e04ab6004c9b20318c9b496"
metafile = true
[[files]]
file = "mods/from-the-fog.pw.toml"
hash = "df73e3601bf6bdd435e0c6bca7d2755d6fc9572ea406b565631a537726b0ab49"
metafile = true
[[files]]
file = "mods/jei.pw.toml"
hash = "7c739758765847eed4c5c040d8ada04c7b928745f5d850f32370dd881887a1f3"
metafile = true
[[files]]
file = "mods/macaws-bridges.pw.toml"
hash = "c19a07c04823b5a41ef9a814b26042b883a1f2468a1ccb561e832cb60653e5ce"
metafile = true
[[files]]
file = "mods/macaws-doors.pw.toml"
hash = "ace493a8ce8cead25e9d76547e2dbc2b3635337a5d16ad6039d411f256a691c7"
metafile = true
[[files]]
file = "mods/macaws-fences-and-walls.pw.toml"
hash = "4ed772c27d177a1a10b9f589ac60e0a10cfab24d3cc30bb311e59f4fc225a07b"
metafile = true
[[files]]
file = "mods/macaws-furniture.pw.toml"
hash = "93b91d8badb8b4a2f55e37a716df6ea5744b10afeacd2e38e6b3f9d5098ea580"
metafile = true
[[files]]
file = "mods/macaws-roofs.pw.toml"
hash = "3e2b3b4e3da454f37a95a550ebc6874dcc9ee16f3ceeae4b1161c79bffacbd9e"
metafile = true
[[files]]
file = "mods/macaws-windows.pw.toml"
hash = "1e452b90c6af6901a9776b6118ec845a6e6ba1fe63b09ae27058a55712b92bc3"
metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "cf23a8d21a6e49b48170f4a19453467f244268a8a03e8574ae04fee3a26e0455"
metafile = true
[[files]]
file = "mods/structory.pw.toml"
hash = "17f162241760e4a26023aff789daa5455a8657e8e68d3bafe6aa19a7b46dd4f3"
metafile = true
[[files]]
file = "mods/waystones.pw.toml"
hash = "573c48a6a9be958933bb982740dfef1f926b232e7f7e0e226b1a37dbdbef73a5"
metafile = true
[[files]]
file = "mods/xaeros-minimap.pw.toml"
hash = "83ccf3567cd28a1ac83c8fb871ad9cc81d39cf8f8ed8c4472bc7050d08b03e94"
metafile = true
[[files]]
file = "mods/xaeros-world-map.pw.toml"
hash = "dbe38c0f2d12d885a2a794db65080d06ee1d54d81ba20c7c9b41546133de5ac1"
metafile = true

View file

@ -0,0 +1,13 @@
name = "A.V.A - Alliance of Valiant Arms Guns"
filename = "ava-1.20.4-2.6.72.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "a73f956a23c426eba2928f103a772573946136bc"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4980261
project-id = 386320

13
mods/balm.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Balm (Forge Edition)"
filename = "balm-forge-1.20.4-9.0.9.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "25e637d91493a98c4cc4c48265c9f4864e21566c"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5327681
project-id = 531761

13
mods/caelus.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Caelus API (Forge/NeoForge)"
filename = "caelus-forge-5.1.0+1.20.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b78527671a1785b7176e5997b1de146975ad8a98"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5281760
project-id = 308989

13
mods/carry-on.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Carry On"
filename = "carryon-forge-1.20.4-2.1.3.13.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "f36add9f8d874f6707b63e3eb417bd5d68c52c13"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5141762
project-id = 274259

13
mods/chat-heads.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Chat Heads"
filename = "chat_heads-0.12.3-forge-1.20.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c02ffd6420941fb9e4475592f1e40a05604abbda"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5423061
project-id = 407206

View file

@ -0,0 +1,13 @@
name = "Cooking for Blockheads"
filename = "cookingforblockheads-forge-1.20.4-18.0.7.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "00a8a2e8d31daa26d28694e9de496f49467b4de3"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5492749
project-id = 231484

13
mods/cristel-lib.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Cristel Lib"
filename = "cristellib-1.2.2-forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "516b0cb748a33cf5878498a69ebe2ef578d33971"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5051579
project-id = 856996

13
mods/curios.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Curios API (Forge/NeoForge)"
filename = "curios-forge-7.4.2+1.20.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "ec02f1a994153f3a30f958d48f3a25e79aa90330"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5367869
project-id = 309927

13
mods/elytra-slot.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Elytra Slot (Fabric/Forge/Quilt)"
filename = "elytraslot-forge-7.0.0+1.20.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "6ba82ebc6f80d62cf0d826da578e234826f7ebfd"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5420900
project-id = 317716

View file

@ -0,0 +1,13 @@
name = "Falling Leaves (NeoForge/Forge)"
filename = "fallingleaves-1.20.4-2.4.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8c96e9ebe33a8475c0f47a0a88d1feb36c45ba4f"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5333033
project-id = 463155

13
mods/from-the-fog.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "From The Fog"
filename = "From-The-Fog-1.20.3-1.20.4-v1.9.3-Forge-Fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/p1WH6sHr/versions/4VXWFsMc/From-The-Fog-1.20.3-1.20.4-v1.9.3-Forge-Fabric.jar"
hash-format = "sha1"
hash = "4d69f08324b87632433625e56967f06b2cf6ed87"
[update]
[update.modrinth]
mod-id = "p1WH6sHr"
version = "4VXWFsMc"

13
mods/jei.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Just Enough Items (JEI)"
filename = "jei-1.20.4-forge-17.3.1.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "f814d66847ec74b72d51caa943e5ddf17e75839e"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5491249
project-id = 238222

View file

@ -0,0 +1,13 @@
name = "Macaw's Bridges"
filename = "mcw-bridges-3.0.0-mc1.20.4forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "5543f9895163d96ce1ac19e18e26ca8b798d78a8"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5240521
project-id = 351725

13
mods/macaws-doors.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Macaw's Doors"
filename = "mcw-doors-1.1.1forge-mc1.20.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "e7b741fd20c7a20235fef86a5ae1428b7be6eb17"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5439228
project-id = 378646

View file

@ -0,0 +1,13 @@
name = "Macaw's Fences and Walls"
filename = "mcw-fences-1.1.2-mc1.20.4forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "7fdb7a39947292f90fa6878a0f0806ffff429ed9"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5442220
project-id = 453925

View file

@ -0,0 +1,13 @@
name = "Macaw's Furniture"
filename = "mcw-furniture-3.2.2-mc1.20.4forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "d6fe4b0ceae68aa80ac27ecc1f5adffc27965330"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5043309
project-id = 359540

13
mods/macaws-roofs.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Macaw's Roofs"
filename = "mcw-roofs-2.3.0-mc1.20.4forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "4cf34b5a00f6c6ea105e8c3165091216e855bb4b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5078229
project-id = 352039

View file

@ -0,0 +1,13 @@
name = "Macaw's Windows"
filename = "mcw-windows-2.2.1-mc1.20.4forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c02e4601ec9ca0e796547c0183df70926be59cb4"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4961145
project-id = 363569

View file

@ -0,0 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-forge-1.20.4-2.5.17.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "73cba9c393290673b3bb36a3a8cc961241fa87b1"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5438690
project-id = 416089

13
mods/structory.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Structory"
filename = "Structory_1.20.x_v1.3.5.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "88c1d90ac79c98a50e3e4bd3a93c70431c716dd5"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5351581
project-id = 636540

13
mods/waystones.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Waystones"
filename = "waystones-forge-1.20.4-16.0.5.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "10868c9c9ec3fc6aef2b5b7adf64182599787c96"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5263485
project-id = 245755

View file

@ -0,0 +1,13 @@
name = "Xaero's Minimap"
filename = "Xaeros_Minimap_24.2.0_Forge_1.20.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "d8c02e88636bf055e167e22d8871513a6a35833d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5394779
project-id = 263420

View file

@ -0,0 +1,13 @@
name = "Xaero's World Map"
filename = "XaerosWorldMap_1.38.8_Forge_1.20.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "d4301299374259aacc6dd748a38fb18e94ae1276"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5394847
project-id = 317780

13
pack.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Marley"
author = "Funny"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "5eeea12e7fc990a1698c3f5dc02bd5cff0b46e5b0d1742ae45b009150cdbe948"
[versions]
forge = "49.1.2"
minecraft = "1.20.4"