Doing stuff

This commit is contained in:
Christopher Cookman 2025-05-11 10:01:48 -06:00
commit f5b7069620
77 changed files with 1163 additions and 0 deletions

37
csv-import.js Normal file
View file

@ -0,0 +1,37 @@
const fs = require('fs');
const { exec } = require('child_process');
// Read the CSV file as text
const filePath = 'import.csv'; // Replace with your file
const data = fs.readFileSync(filePath, 'utf8');
// Split lines and remove the header
const lines = data.trim().split('\n').slice(1);
for (const line of lines) {
const [name, url] = line.split(',');
let command = '';
if (url.startsWith('https://modrinth.com')) {
command = `packwiz mr add ${url}`;
} else if (url.startsWith('https://www.curseforge.com')) {
command = `packwiz cf add ${url}`;
} else {
console.log(`Skipping unknown URL source: ${url}`);
continue;
}
console.log(`Running: ${command}`);
exec(command, (error, stdout, stderr) => {
if (error) {
console.error(`Error running command: ${error.message}`);
return;
}
if (stderr) {
console.error(`stderr: ${stderr}`);
}
if (stdout) {
console.log(`stdout: ${stdout}`);
}
});
}

119
import.csv Normal file
View file

@ -0,0 +1,119 @@
3d-Skin-Layers,https://modrinth.com/mod/zV5r3pPn
AddonsLib,https://modrinth.com/mod/cl5ec0Qm
Aether Villages,https://modrinth.com/mod/3P2XnNW6
Alternate Current,https://modrinth.com/mod/r0v8vy1s
Amendments,https://modrinth.com/mod/6iTJugQR
AppleSkin,https://www.curseforge.com/projects/248787
Architectury,https://modrinth.com/mod/lhGA9TYQ
Athena,https://www.curseforge.com/projects/841890
Auth Me,https://modrinth.com/mod/yjgIrBjZ
Balm,https://modrinth.com/mod/MBAkmtvl
CC: Tweaked,https://modrinth.com/mod/gu7yAYhd
CICADA,https://modrinth.com/mod/IwCkru1D
Cardinal Components API,https://modrinth.com/mod/K01OU20C
Charm of Undying,https://modrinth.com/mod/b5GyyYkp
ChatAnimation,https://modrinth.com/mod/DnNYdJsx
Chunky,https://modrinth.com/mod/fALzjamp
Cloth Config v15,https://modrinth.com/mod/9s6osm5g
Comforts,https://modrinth.com/mod/SaCpeal4
Continuity,https://modrinth.com/mod/1IjD5062
Controlling,https://modrinth.com/mod/xv94TkTM
CorgiLib,https://modrinth.com/mod/ziOp6EO8
CoroUtil,https://modrinth.com/mod/rLLJ1OZM
CraterLib,https://modrinth.com/mod/Nn8Wasaq
Creeper Overhaul,https://modrinth.com/mod/MI1LWe93
Dark Loading Screen,https://modrinth.com/mod/h3XWIuzM
Deeper Dark,https://modrinth.com/mod/nHr26oc2
Do a Barrel Roll,https://modrinth.com/mod/6FtRfnLg
Drip Sounds,https://modrinth.com/mod/T8MMXTpr
Dynamic Crosshair,https://modrinth.com/mod/ZcR9weSm
Elytra Slot,https://modrinth.com/mod/mSQF1NpT
Embedded Computer,https://modrinth.com/mod/X41LBcSD
EnderChests,https://modrinth.com/mod/gxSiDoVF
EnderTanks,https://modrinth.com/mod/zZwEA08D
Enhanced Extinguishing,https://modrinth.com/mod/FDrEl7QY
Exposure,https://modrinth.com/mod/hB899VmG
FTB Chunks,https://www.curseforge.com/projects/472657
FTB Library,https://www.curseforge.com/projects/438495
FTB Teams,https://www.curseforge.com/projects/438497
Fabric API,https://modrinth.com/mod/P7dR8mSH
Falling Leaves,https://modrinth.com/mod/WhbRG4iK
Fast IP Ping,https://modrinth.com/mod/9mtu0sUO
Forge Config API Port,https://modrinth.com/mod/ohNO6lps
FrozenLib,https://modrinth.com/mod/9KawNmQc
GeckoLib 4,https://modrinth.com/mod/8BmcQJ2H
Held Item Info,https://modrinth.com/mod/tEcWzCZz
Iceberg,https://modrinth.com/mod/5faXoLqX
Immersive Portals,https://modrinth.com/mod/zJpHMkdD
In-Game Account Switcher,https://modrinth.com/mod/cudtvDnd
Infinite Dimensions,https://modrinth.com/mod/KgKqTqPj
Iris,https://modrinth.com/mod/YL57xq9U
Item Borders,https://modrinth.com/mod/b1fMg6sH
Jade,https://modrinth.com/mod/nvQzSEkH
Journeymap,https://modrinth.com/mod/lfHFW1mp
LAN World Plug-n-Play,https://modrinth.com/mod/RTWpcTBp
LambDynamicLights,https://modrinth.com/mod/yBW8D80W
Lithium,https://modrinth.com/mod/gvQqBUqZ
Macaw's - Oh The Biomes We've Gone,https://modrinth.com/mod/s4B19O5h
Macaw's Bridges,https://modrinth.com/mod/GURcjz8O
Macaw's Doors,https://modrinth.com/mod/kNxa8z3e
Macaw's Fences and Walls,https://modrinth.com/mod/GmwLse2I
Macaw's Furniture,https://modrinth.com/mod/dtWC90iB
Macaw's Holidays,https://modrinth.com/mod/rH20L2Lp
Macaw's Lights and Lamps,https://modrinth.com/mod/w4an97C2
Macaw's Paintings,https://modrinth.com/mod/okE6QVAY
Macaw's Paths and Pavings,https://modrinth.com/mod/VRLhWB91
Macaw's Roofs,https://modrinth.com/mod/B8jaH3P1
Macaw's Stairs and Balconies,https://modrinth.com/mod/iP3wH1ha
Macaw's Trapdoors,https://modrinth.com/mod/n2fvCDlM
Macaw's Windows,https://modrinth.com/mod/C7I0BCni
Mini Tardis,https://modrinth.com/mod/AnM1UyFW
Mini Tardis ComputerCraft Bridge,https://modrinth.com/mod/DKrmTLnT
Mini Tardis: BOTI,https://modrinth.com/mod/JpT3LAAC
Mod Menu,https://modrinth.com/mod/mOgUt4GM
Moonlight Lib,https://modrinth.com/mod/twkfQtEc
Mouse Tweaks,https://modrinth.com/mod/aC3cM3Vq
Neat,https://modrinth.com/mod/Ins7SzzR
No Chat Reports,https://modrinth.com/mod/qQyHxfxd
No Telemetry,https://modrinth.com/mod/hg77g4Pw
NotEnoughAnimations,https://modrinth.com/mod/MPCX6s5C
Oh The Biomes We've Gone,https://modrinth.com/mod/NTi7d3Xc
Oh The Trees You'll Grow,https://modrinth.com/mod/g8NOG5OR
Oritech,https://www.curseforge.com/projects/1030830
Placeholder API,https://modrinth.com/mod/eXts2L7r
Presence Footsteps,https://modrinth.com/mod/rcTfTZr3
Reese's Sodium Options,https://modrinth.com/mod/Bh37bMuy
Refined Storage,https://modrinth.com/mod/KDvYkUg3
Refined Storage - Quartz Arsenal,https://modrinth.com/mod/gnwGOmBf
Refined Storage - REI Integration,https://modrinth.com/mod/RGAJWsc3
Refined Storage - Trinkets Integration,https://modrinth.com/mod/EkNHO3Uw
Resourceful Lib,https://modrinth.com/mod/G1hIVOrD
Resourcefulconfig,https://modrinth.com/mod/M1953qlQ
Roughly Enough Items,https://modrinth.com/mod/nfn13YXA
Searchables,https://modrinth.com/mod/fuuu3xnx
ShetiPhianCore,https://modrinth.com/mod/oX7uP2kS
Short Circuit,https://modrinth.com/mod/5dUwdwpB
Simple Copper Pipes,https://modrinth.com/mod/9r4ZkgSN
Simple RPC,https://modrinth.com/mod/ObXSoyrn
Simple Voice Chat,https://modrinth.com/mod/9eGKb6K1
Sodium,https://modrinth.com/mod/AANobbMI
Sound Physics Remastered,https://modrinth.com/mod/qyVF9oeo
Status Effect Bars,https://modrinth.com/mod/x02cBj9Y
Storage Drawers,https://modrinth.com/mod/guitPqEi
Supplementaries,https://www.curseforge.com/projects/412082
Supplementaries Squared,https://modrinth.com/mod/dCCkNFwE
Talk Bubbles,https://modrinth.com/mod/BUpChT1v
TerraBlender,https://modrinth.com/mod/kkmrDlKT
The Aether,https://modrinth.com/mod/YhmgMVyu
Tom's Peripherals,https://modrinth.com/mod/ljgxd2P8
Traveler's Backpack,https://modrinth.com/mod/rlloIFEV
Trinkets,https://modrinth.com/mod/5aaWibi9
WaveyCapes,https://modrinth.com/mod/kYuIpRLv
Waystones,https://modrinth.com/mod/LOpKHB2A
What Are They Up To,https://modrinth.com/mod/AtB5mHky
WorldEdit,https://modrinth.com/mod/1u6JkXh5
You're in Grave Danger,https://modrinth.com/mod/HnD1GX6e
e4mc,https://modrinth.com/mod/qANg5Jrr
oωo,https://modrinth.com/mod/ccKDOlHs
root project 'Prism',https://modrinth.com/mod/1OE8wbN0
spark,https://modrinth.com/mod/l6YH9Als
1 3d-Skin-Layers https://modrinth.com/mod/zV5r3pPn
2 AddonsLib https://modrinth.com/mod/cl5ec0Qm
3 Aether Villages https://modrinth.com/mod/3P2XnNW6
4 Alternate Current https://modrinth.com/mod/r0v8vy1s
5 Amendments https://modrinth.com/mod/6iTJugQR
6 AppleSkin https://www.curseforge.com/projects/248787
7 Architectury https://modrinth.com/mod/lhGA9TYQ
8 Athena https://www.curseforge.com/projects/841890
9 Auth Me https://modrinth.com/mod/yjgIrBjZ
10 Balm https://modrinth.com/mod/MBAkmtvl
11 CC: Tweaked https://modrinth.com/mod/gu7yAYhd
12 CICADA https://modrinth.com/mod/IwCkru1D
13 Cardinal Components API https://modrinth.com/mod/K01OU20C
14 Charm of Undying https://modrinth.com/mod/b5GyyYkp
15 ChatAnimation https://modrinth.com/mod/DnNYdJsx
16 Chunky https://modrinth.com/mod/fALzjamp
17 Cloth Config v15 https://modrinth.com/mod/9s6osm5g
18 Comforts https://modrinth.com/mod/SaCpeal4
19 Continuity https://modrinth.com/mod/1IjD5062
20 Controlling https://modrinth.com/mod/xv94TkTM
21 CorgiLib https://modrinth.com/mod/ziOp6EO8
22 CoroUtil https://modrinth.com/mod/rLLJ1OZM
23 CraterLib https://modrinth.com/mod/Nn8Wasaq
24 Creeper Overhaul https://modrinth.com/mod/MI1LWe93
25 Dark Loading Screen https://modrinth.com/mod/h3XWIuzM
26 Deeper Dark https://modrinth.com/mod/nHr26oc2
27 Do a Barrel Roll https://modrinth.com/mod/6FtRfnLg
28 Drip Sounds https://modrinth.com/mod/T8MMXTpr
29 Dynamic Crosshair https://modrinth.com/mod/ZcR9weSm
30 Elytra Slot https://modrinth.com/mod/mSQF1NpT
31 Embedded Computer https://modrinth.com/mod/X41LBcSD
32 EnderChests https://modrinth.com/mod/gxSiDoVF
33 EnderTanks https://modrinth.com/mod/zZwEA08D
34 Enhanced Extinguishing https://modrinth.com/mod/FDrEl7QY
35 Exposure https://modrinth.com/mod/hB899VmG
36 FTB Chunks https://www.curseforge.com/projects/472657
37 FTB Library https://www.curseforge.com/projects/438495
38 FTB Teams https://www.curseforge.com/projects/438497
39 Fabric API https://modrinth.com/mod/P7dR8mSH
40 Falling Leaves https://modrinth.com/mod/WhbRG4iK
41 Fast IP Ping https://modrinth.com/mod/9mtu0sUO
42 Forge Config API Port https://modrinth.com/mod/ohNO6lps
43 FrozenLib https://modrinth.com/mod/9KawNmQc
44 GeckoLib 4 https://modrinth.com/mod/8BmcQJ2H
45 Held Item Info https://modrinth.com/mod/tEcWzCZz
46 Iceberg https://modrinth.com/mod/5faXoLqX
47 Immersive Portals https://modrinth.com/mod/zJpHMkdD
48 In-Game Account Switcher https://modrinth.com/mod/cudtvDnd
49 Infinite Dimensions https://modrinth.com/mod/KgKqTqPj
50 Iris https://modrinth.com/mod/YL57xq9U
51 Item Borders https://modrinth.com/mod/b1fMg6sH
52 Jade https://modrinth.com/mod/nvQzSEkH
53 Journeymap https://modrinth.com/mod/lfHFW1mp
54 LAN World Plug-n-Play https://modrinth.com/mod/RTWpcTBp
55 LambDynamicLights https://modrinth.com/mod/yBW8D80W
56 Lithium https://modrinth.com/mod/gvQqBUqZ
57 Macaw's - Oh The Biomes We've Gone https://modrinth.com/mod/s4B19O5h
58 Macaw's Bridges https://modrinth.com/mod/GURcjz8O
59 Macaw's Doors https://modrinth.com/mod/kNxa8z3e
60 Macaw's Fences and Walls https://modrinth.com/mod/GmwLse2I
61 Macaw's Furniture https://modrinth.com/mod/dtWC90iB
62 Macaw's Holidays https://modrinth.com/mod/rH20L2Lp
63 Macaw's Lights and Lamps https://modrinth.com/mod/w4an97C2
64 Macaw's Paintings https://modrinth.com/mod/okE6QVAY
65 Macaw's Paths and Pavings https://modrinth.com/mod/VRLhWB91
66 Macaw's Roofs https://modrinth.com/mod/B8jaH3P1
67 Macaw's Stairs and Balconies https://modrinth.com/mod/iP3wH1ha
68 Macaw's Trapdoors https://modrinth.com/mod/n2fvCDlM
69 Macaw's Windows https://modrinth.com/mod/C7I0BCni
70 Mini Tardis https://modrinth.com/mod/AnM1UyFW
71 Mini Tardis ComputerCraft Bridge https://modrinth.com/mod/DKrmTLnT
72 Mini Tardis: BOTI https://modrinth.com/mod/JpT3LAAC
73 Mod Menu https://modrinth.com/mod/mOgUt4GM
74 Moonlight Lib https://modrinth.com/mod/twkfQtEc
75 Mouse Tweaks https://modrinth.com/mod/aC3cM3Vq
76 Neat https://modrinth.com/mod/Ins7SzzR
77 No Chat Reports https://modrinth.com/mod/qQyHxfxd
78 No Telemetry https://modrinth.com/mod/hg77g4Pw
79 NotEnoughAnimations https://modrinth.com/mod/MPCX6s5C
80 Oh The Biomes We've Gone https://modrinth.com/mod/NTi7d3Xc
81 Oh The Trees You'll Grow https://modrinth.com/mod/g8NOG5OR
82 Oritech https://www.curseforge.com/projects/1030830
83 Placeholder API https://modrinth.com/mod/eXts2L7r
84 Presence Footsteps https://modrinth.com/mod/rcTfTZr3
85 Reese's Sodium Options https://modrinth.com/mod/Bh37bMuy
86 Refined Storage https://modrinth.com/mod/KDvYkUg3
87 Refined Storage - Quartz Arsenal https://modrinth.com/mod/gnwGOmBf
88 Refined Storage - REI Integration https://modrinth.com/mod/RGAJWsc3
89 Refined Storage - Trinkets Integration https://modrinth.com/mod/EkNHO3Uw
90 Resourceful Lib https://modrinth.com/mod/G1hIVOrD
91 Resourcefulconfig https://modrinth.com/mod/M1953qlQ
92 Roughly Enough Items https://modrinth.com/mod/nfn13YXA
93 Searchables https://modrinth.com/mod/fuuu3xnx
94 ShetiPhianCore https://modrinth.com/mod/oX7uP2kS
95 Short Circuit https://modrinth.com/mod/5dUwdwpB
96 Simple Copper Pipes https://modrinth.com/mod/9r4ZkgSN
97 Simple RPC https://modrinth.com/mod/ObXSoyrn
98 Simple Voice Chat https://modrinth.com/mod/9eGKb6K1
99 Sodium https://modrinth.com/mod/AANobbMI
100 Sound Physics Remastered https://modrinth.com/mod/qyVF9oeo
101 Status Effect Bars https://modrinth.com/mod/x02cBj9Y
102 Storage Drawers https://modrinth.com/mod/guitPqEi
103 Supplementaries https://www.curseforge.com/projects/412082
104 Supplementaries Squared https://modrinth.com/mod/dCCkNFwE
105 Talk Bubbles https://modrinth.com/mod/BUpChT1v
106 TerraBlender https://modrinth.com/mod/kkmrDlKT
107 The Aether https://modrinth.com/mod/YhmgMVyu
108 Tom's Peripherals https://modrinth.com/mod/ljgxd2P8
109 Traveler's Backpack https://modrinth.com/mod/rlloIFEV
110 Trinkets https://modrinth.com/mod/5aaWibi9
111 WaveyCapes https://modrinth.com/mod/kYuIpRLv
112 Waystones https://modrinth.com/mod/LOpKHB2A
113 What Are They Up To https://modrinth.com/mod/AtB5mHky
114 WorldEdit https://modrinth.com/mod/1u6JkXh5
115 You're in Grave Danger https://modrinth.com/mod/HnD1GX6e
116 e4mc https://modrinth.com/mod/qANg5Jrr
117 oωo https://modrinth.com/mod/ccKDOlHs
118 root project 'Prism' https://modrinth.com/mod/1OE8wbN0
119 spark https://modrinth.com/mod/l6YH9Als

46
index.toml Normal file
View file

@ -0,0 +1,46 @@
hash-format = "sha256"
[[files]]
file = "mods/3dskinlayers.pw.toml"
hash = "7a753ad3aa3b7d586383884fb59cf8cf8c7a5ebbcf17f29478cd48c580cae542"
metafile = true
[[files]]
file = "mods/addonslib.pw.toml"
hash = "ea495e6a5c4e233cd50774f04dcab57fea7a161ed8d9e37eec60448161bd588d"
metafile = true
[[files]]
file = "mods/dark-loading-screen.pw.toml"
hash = "5f7537e9f19357e3a5bcc077725f15a1694fb9f67c4cdfd96f3b993a85e397f1"
metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "71c1a36f3a6dc674f1b89e3d254a8e67d2a831b70f66c64e37cc998c419ad977"
metafile = true
[[files]]
file = "mods/in-game-account-switcher.pw.toml"
hash = "172a59bc41c378cad01a404f986ab18c90a982b760dbe2bce129e623c136e680"
metafile = true
[[files]]
file = "mods/macaws-roofs.pw.toml"
hash = "8d4ecc66f120419b4bc09fdd14151d2a207ddec30b46ae2184300fec0031b092"
metafile = true
[[files]]
file = "mods/owo-lib.pw.toml"
hash = "60a3d23eb73106ecb6ba5a391d4539e3557cbd9b1f3611a2de08052155d78b3a"
metafile = true
[[files]]
file = "mods/presence-footsteps.pw.toml"
hash = "dee709ea8dbbb9e75de4d53b1b9e1fd0e535abc0809c1f5aaadf783178cccf21"
metafile = true
[[files]]
file = "mods/sound-physics-remastered.pw.toml"
hash = "08b9cd878c5201b709e991201c4fa1e5e4bd2de42a911cd8b61a38cad319c0a3"
metafile = true

13
mods/3dskinlayers.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "3D Skin Layers"
filename = "skinlayers3d-fabric-1.7.5-mc1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/lkUZHpIx/skinlayers3d-fabric-1.7.5-mc1.21.jar"
hash-format = "sha512"
hash = "ce23418b712c39284c1f1e2db5f0776366e8365a43ca935e2f2b1758b43383abdcf47ae9999b1edeb884d111999fb1455181912649b4806fef109f9e12154d32"
[update]
[update.modrinth]
mod-id = "zV5r3pPn"
version = "lkUZHpIx"

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

@ -0,0 +1,13 @@
name = "AddonsLib"
filename = "addonslib-fabric-1.21.1-1.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/cl5ec0Qm/versions/iZgQKHV6/addonslib-fabric-1.21.1-1.7.jar"
hash-format = "sha512"
hash = "65efd823cf893f32333f6de2a3a34f66cf848a452e3aa1e04cda3b82318b5ff3971cb0cabe3eb096f20a1d50c72b7eb16762439286de2e299aa111a6503897d6"
[update]
[update.modrinth]
mod-id = "cl5ec0Qm"
version = "iZgQKHV6"

View file

@ -0,0 +1,13 @@
name = "Alternate Current"
filename = "alternate-current-mc1.21-1.9.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/r0v8vy1s/versions/78P98rac/alternate-current-mc1.21-1.9.0.jar"
hash-format = "sha512"
hash = "8b2899de60af229e911bf45d10f71e624910e8df555aad94cb4e590f052ca5dae102f366a883a0c17a3821fbb086c587b5b9286b70502c09d51f4d60dd02ab77"
[update]
[update.modrinth]
mod-id = "r0v8vy1s"
version = "78P98rac"

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

@ -0,0 +1,13 @@
name = "Amendments"
filename = "amendments-1.21-1.2.24-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/6iTJugQR/versions/uSU0iJNb/amendments-1.21-1.2.24-fabric.jar"
hash-format = "sha512"
hash = "5c0643ab2aa2debc3c4dc212f6d032033ecd69cb149bbeee579bf153d23502de9db2842c25d61fec39e0a827c01fa608e79a3308d14d936d4fba4462b5d7a11a"
[update]
[update.modrinth]
mod-id = "6iTJugQR"
version = "uSU0iJNb"

View file

@ -0,0 +1,13 @@
name = "Architectury API"
filename = "architectury-13.0.8-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/Wto0RchG/architectury-13.0.8-fabric.jar"
hash-format = "sha512"
hash = "7a24a0481732c5504b07347d64a2843c10c29e748018af8e5f5844e5ea2f4517433886231025d823f90eb0b0271d1fa9849c27e7b0c81476c73753f79f19302a"
[update]
[update.modrinth]
mod-id = "lhGA9TYQ"
version = "Wto0RchG"

13
mods/auth-me.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Auth Me"
filename = "authme-fabric-9.0.1+1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yjgIrBjZ/versions/D0QqKqZn/authme-fabric-9.0.1%2B1.21.1.jar"
hash-format = "sha512"
hash = "c207cf1abe1058e2c00cd37c787834e2d7742c762d97e2b20edfba285f68f6e160cca1f80b205fab87e4c78379ba1a68d1a6b65606a71af2b68ed70ccbd69ffc"
[update]
[update.modrinth]
mod-id = "yjgIrBjZ"
version = "D0QqKqZn"

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

@ -0,0 +1,13 @@
name = "Balm"
filename = "balm-fabric-1.21.1-21.0.42.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/TyrSLdpr/balm-fabric-1.21.1-21.0.42.jar"
hash-format = "sha512"
hash = "bae19a9994b5389351db8fa1dcf946d5ea2e1b8d6dd84ec63f3c47c70b8f24abf4f11776b4d219788a4807a423d9fdd7bcc7053251c63f146f1c2f5a595f1531"
[update]
[update.modrinth]
mod-id = "MBAkmtvl"
version = "TyrSLdpr"

View file

@ -0,0 +1,13 @@
name = "Cardinal Components API"
filename = "cardinal-components-api-6.1.2.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/K01OU20C/versions/xzMJDzyx/cardinal-components-api-6.1.2.jar"
hash-format = "sha512"
hash = "03b21994421da537d6ded9a327da42fc8e74ef2326f9c1b5552c031b396a99e9ddec7a65b9e4b2e5dffce38add1d77ab009f4268cd31d5d4af5aa97dc4f37843"
[update]
[update.modrinth]
mod-id = "K01OU20C"
version = "xzMJDzyx"

13
mods/cc-tweaked.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "CC: Tweaked"
filename = "cc-tweaked-1.21.1-fabric-1.115.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/MjqQtzUp/cc-tweaked-1.21.1-fabric-1.115.1.jar"
hash-format = "sha512"
hash = "6edfa537711d1a5886eb90ae0f9ce3ef2a2ae0a9636d5a6adebf052aa2947d489a9d7489cf7749604734ba9a1510e9d20bb868bf5ec056c344338185c0cb5543"
[update]
[update.modrinth]
mod-id = "gu7yAYhd"
version = "MjqQtzUp"

View file

@ -0,0 +1,13 @@
name = "Chat Animation [Smooth Chat]"
filename = "chatanimation-1.0.6.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/DnNYdJsx/versions/O4wSETwq/chatanimation-1.0.6.jar"
hash-format = "sha512"
hash = "b4725b7a8da86f5e550225564de712af80a8a1f3c30f070942ad791ef477907a04d109742a44f185e892dd5aaffff4bbd4da1fa729fc98e2ccb9f97ec2cc02d9"
[update]
[update.modrinth]
mod-id = "DnNYdJsx"
version = "O4wSETwq"

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

@ -0,0 +1,13 @@
name = "Chunky"
filename = "Chunky-Fabric-1.4.23.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fALzjamp/versions/RVFHfo1D/Chunky-Fabric-1.4.23.jar"
hash-format = "sha512"
hash = "02ca6af1ed31e9ebc51af20948a2afb670fe653c80aaeb990947caf6b655d6ab8eda3f1b64ef478633b67ef5d2fd0d1fe67e2107a4a522ef45fd1f183c9a6c9c"
[update]
[update.modrinth]
mod-id = "fALzjamp"
version = "RVFHfo1D"

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

@ -0,0 +1,13 @@
name = "CICADA"
filename = "cicada-lib-0.13.0+1.21-1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/IwCkru1D/versions/Rc7ndpKI/cicada-lib-0.13.0%2B1.21-1.21.1.jar"
hash-format = "sha512"
hash = "3d8a2ef0f927679dd9766d3b3094c2e8116b4a40066612c509788ca997fc946f49626e621c2a53b66403a959762df8c44c69291e2e230ce911d1a01520934543"
[update]
[update.modrinth]
mod-id = "IwCkru1D"
version = "Rc7ndpKI"

13
mods/cloth-config.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Cloth Config API"
filename = "cloth-config-15.0.140-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/HpMb5wGb/cloth-config-15.0.140-fabric.jar"
hash-format = "sha512"
hash = "1b3f5db4fc1d481704053db9837d530919374bf7518d7cede607360f0348c04fc6347a3a72ccfef355559e1f4aef0b650cd58e5ee79c73b12ff0fc2746797a00"
[update]
[update.modrinth]
mod-id = "9s6osm5g"
version = "HpMb5wGb"

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

@ -0,0 +1,13 @@
name = "Comforts"
filename = "comforts-fabric-9.0.3+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/SaCpeal4/versions/Vcrs5rk5/comforts-fabric-9.0.3%2B1.21.1.jar"
hash-format = "sha512"
hash = "d511dae0ce98dd9ce718f1217702b13611e14beb9eacbc487a81fe2b97598cd05398f66f3dc14412fd1e64beb678e810558fe11679036ac49a6026b151992241"
[update]
[update.modrinth]
mod-id = "SaCpeal4"
version = "Vcrs5rk5"

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

@ -0,0 +1,13 @@
name = "Continuity"
filename = "continuity-3.0.0+1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/1IjD5062/versions/kSPJ4hQv/continuity-3.0.0%2B1.21.jar"
hash-format = "sha512"
hash = "3601ddb50f19142c087d32525bc0afcfb5f49a2e7477b6645a98ec191218739fdf3c6ac95cd298e826eb34fc533af43bb0e78c64e51292866ecabade4d14b13a"
[update]
[update.modrinth]
mod-id = "1IjD5062"
version = "kSPJ4hQv"

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

@ -0,0 +1,13 @@
name = "CorgiLib"
filename = "Corgilib-Fabric-1.21.1-5.0.0.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/F8Qpytbx/Corgilib-Fabric-1.21.1-5.0.0.3.jar"
hash-format = "sha512"
hash = "d9abf1230f8e5835824eaf73093be3a601ec2968a36a9aeeac75667094ddd924a33b014d08c2ef1b975268930c6e896cecfeab7ed4ffdcfd87c6e7113faeeb77"
[update]
[update.modrinth]
mod-id = "ziOp6EO8"
version = "F8Qpytbx"

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

@ -0,0 +1,13 @@
name = "CoroUtil"
filename = "coroutil-fabric-1.21.1-1.3.8.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/rLLJ1OZM/versions/U0NUocji/coroutil-fabric-1.21.1-1.3.8.jar"
hash-format = "sha512"
hash = "8fe6c7bc6ddf5e5b29fb0975bb8ba56f9c24330ddf1ce7d82b43400181a5a7ad24cde40e69b9b509d36c11839d37b360cfe531996e751cdd4f1e740cd67991b1"
[update]
[update.modrinth]
mod-id = "rLLJ1OZM"
version = "U0NUocji"

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

@ -0,0 +1,13 @@
name = "CraterLib"
filename = "CraterLib-Fabric-1.21-2.1.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Nn8Wasaq/versions/dr0qNCp0/CraterLib-Fabric-1.21-2.1.4.jar"
hash-format = "sha512"
hash = "0561864d16d82f2343dc49fe421d5f8099fe6811d4546ea55f365bf4ef199dbc402315536bde1baa232990777ce87ea191384e1ba8c7ef851c98936437fae9f5"
[update]
[update.modrinth]
mod-id = "Nn8Wasaq"
version = "dr0qNCp0"

View file

@ -0,0 +1,13 @@
name = "Dark Loading Screen"
filename = "dark-loading-screen-1.6.14.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/h3XWIuzM/versions/HLjyJHzA/dark-loading-screen-1.6.14.jar"
hash-format = "sha512"
hash = "80c860cb47bbea7f564607fb27cafea541d774e29342c464277150f3b32ada5598979c4f429d38b7f3ec6d404e9421d096bd76daa9529fb816bd488e8a743d35"
[update]
[update.modrinth]
mod-id = "h3XWIuzM"
version = "HLjyJHzA"

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

@ -0,0 +1,13 @@
name = "Deeper Dark"
filename = "deeper_dark-3.1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nHr26oc2/versions/KZBCFDFY/deeper_dark-3.1.0.jar"
hash-format = "sha512"
hash = "1c85e9fbc65915f7c51a8997819bb60cc4197eeeb2937e7221009fa2e9b113a036d5e84110493a3188084cf0f464687028a13e5d5d0e20bac429a426cdf4e742"
[update]
[update.modrinth]
mod-id = "nHr26oc2"
version = "KZBCFDFY"

View file

@ -0,0 +1,13 @@
name = "Dynamic Crosshair"
filename = "dynamiccrosshair-9.3+1.21.1-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/ZcR9weSm/versions/90veqqHz/dynamiccrosshair-9.3%2B1.21.1-fabric.jar"
hash-format = "sha512"
hash = "b6aa6e49bf725e508bbf14a6d0e0498c88ed1f2af61ed0ee6c786802144b0084a45d45b74a604a9f9bdb9ef885cc23c510674da1491b0475878c3e35f2e9dd33"
[update]
[update.modrinth]
mod-id = "ZcR9weSm"
version = "90veqqHz"

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

@ -0,0 +1,13 @@
name = "e4mc"
filename = "e4mc_minecraft-fabric-5.3.1.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/qANg5Jrr/versions/71uPp5Hx/e4mc_minecraft-fabric-5.3.1.jar"
hash-format = "sha512"
hash = "d0e76923d8627f55c8980c1b1518162140e2706403eaa2f5e44136cca9fa6c1105e49fd537ac28020422612f60b8a3ad119643089c2f714f94f93bcb14983ebb"
[update]
[update.modrinth]
mod-id = "qANg5Jrr"
version = "71uPp5Hx"

13
mods/fabric-api.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.116.0+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/73Q31My7/fabric-api-0.116.0%2B1.21.1.jar"
hash-format = "sha512"
hash = "4023117916ba06e1f81f6321f8bb21d34f14b3001da5a9785496ff1544b1f5bc04d59d93cb4f88a0015286e6e8cb382875a9b208d46222718c107599bf4b4bdc"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "73Q31My7"

13
mods/fast-ip-ping.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Fast IP Ping"
filename = "fast-ip-ping-v1.0.5-mc1.21.1-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/24ohs0tI/fast-ip-ping-v1.0.5-mc1.21.1-fabric.jar"
hash-format = "sha512"
hash = "0ebc57b3b0b1752599971a07b934e76b801740f13cc68806c88474e60da5f4f69c8ff83ebfb4ccc757ef087f27ad9f6dc6e32130ed05fbda04268909f268551f"
[update]
[update.modrinth]
mod-id = "9mtu0sUO"
version = "24ohs0tI"

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

@ -0,0 +1,13 @@
name = "FrozenLib"
filename = "FrozenLib-2.1.2-mc1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9KawNmQc/versions/t9e4Xm7O/FrozenLib-2.1.2-mc1.21.1.jar"
hash-format = "sha512"
hash = "1120c0b64d29c03209b2083f39c2bc8d54df498eef889914e97cf3ab05b3818d35f4c237fcf3e349b2cc8ca45a11b37f0bcc182d6790f1fa70ce1c6f08149071"
[update]
[update.modrinth]
mod-id = "9KawNmQc"
version = "t9e4Xm7O"

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

@ -0,0 +1,13 @@
name = "Geckolib"
filename = "geckolib-fabric-1.21.1-4.7.5.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/PEvrTvgj/geckolib-fabric-1.21.1-4.7.5.1.jar"
hash-format = "sha512"
hash = "8f2f95c8801c609c96834d06f14046cde2877dc18aa351e35b957d3d123688f61b673f8c9f1cf8fbffe345d2ada61c61d5dea0864595422d82351dcfca49090c"
[update]
[update.modrinth]
mod-id = "8BmcQJ2H"
version = "PEvrTvgj"

View file

@ -0,0 +1,13 @@
name = "Held Item Info"
filename = "held-item-info-1.7.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/tEcWzCZz/versions/EvcC3qTM/held-item-info-1.7.0.jar"
hash-format = "sha512"
hash = "a1dc1925e68f608a5d9c7e5790339b0cee6a5ed4f096c599b41f11839a7ee7626d4b9dbf1edc2d75b66b5ce95a2d5787beb582c3987bb76544d95100a557ee26"
[update]
[update.modrinth]
mod-id = "tEcWzCZz"
version = "EvcC3qTM"

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

@ -0,0 +1,13 @@
name = "Iceberg"
filename = "Iceberg-1.21.1-fabric-1.3.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/5faXoLqX/versions/7ITFAyW8/Iceberg-1.21.1-fabric-1.3.2.jar"
hash-format = "sha512"
hash = "d781cf25ac6a630477b7b8a016d9762655aff877f39a601ff6d7f44062534a47831ff0d58adcb94d776cbb1b9077993ff29b7a804714892e4e13da0278213684"
[update]
[update.modrinth]
mod-id = "5faXoLqX"
version = "7ITFAyW8"

View file

@ -0,0 +1,13 @@
name = "Immersive Portals"
filename = "immersive-portals-6.0.6-mc1.21.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/zJpHMkdD/versions/vOmUATGw/immersive-portals-6.0.6-mc1.21.1-fabric.jar"
hash-format = "sha512"
hash = "4e4c62789746e34aa8b66eca2ee0b7ff34533f64ef82988d1845877fe366efef6ac956884fc9543c20b028f1a805a79df406d27eb1968f50c5f20d02a19f9ba3"
[update]
[update.modrinth]
mod-id = "zJpHMkdD"
version = "vOmUATGw"

View file

@ -0,0 +1,13 @@
name = "In-Game Account Switcher"
filename = "IAS-Fabric-1.21.1-9.0.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/cudtvDnd/versions/ZEdwBR5l/IAS-Fabric-1.21.1-9.0.2.jar"
hash-format = "sha512"
hash = "68a256352f6c5a4885b06aa4590e08626b606b04be78fe2ae41a934d29cdd812283126be9820a45f557aed262208aafa1e105cfb9c1d874c06f193c74ea13af4"
[update]
[update.modrinth]
mod-id = "cudtvDnd"
version = "ZEdwBR5l"

View file

@ -0,0 +1,13 @@
name = "Infinite Dimensions"
filename = "infinite-dimensions-2.4.5+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/KgKqTqPj/versions/U7OZPuGW/infinite-dimensions-2.4.5%2B1.21.1.jar"
hash-format = "sha512"
hash = "1426c116ef44301b9cb0fc58127018bad724bb60915bc2a113483817e97d6c21293886d027cb304195f6a4cc88d54a28edfd9603bfefd10d7e716c403ff8f3f5"
[update]
[update.modrinth]
mod-id = "KgKqTqPj"
version = "U7OZPuGW"

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

@ -0,0 +1,13 @@
name = "Jade 🔍"
filename = "Jade-1.21.1-Fabric-15.10.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/aYVY3zTC/Jade-1.21.1-Fabric-15.10.1.jar"
hash-format = "sha512"
hash = "41e896c1866609de9c2261f5da7592803c5c4eb14fbcc58e2d2df50bd441c4ff4c9632ba8708d8b6d21ead4e6b4a0b7854f973531b961c0459041b8830aa73a5"
[update]
[update.modrinth]
mod-id = "nvQzSEkH"
version = "aYVY3zTC"

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

@ -0,0 +1,13 @@
name = "JourneyMap"
filename = "journeymap-fabric-1.21.1-6.0.0-beta.46.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/2gC29MbT/journeymap-fabric-1.21.1-6.0.0-beta.46.jar"
hash-format = "sha512"
hash = "b1af4dcff14723db1e29ad018656c02fa1ac1cd368f95ba514a338edad6e2985eb50747ce06ee0eb9423a95497bbd475ba645a556ae5ba2e226704c6c7f2f539"
[update]
[update.modrinth]
mod-id = "lfHFW1mp"
version = "2gC29MbT"

View file

@ -0,0 +1,13 @@
name = "LambDynamicLights"
filename = "lambdynamiclights-4.1.2+1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yBW8D80W/versions/kuX6nw8R/lambdynamiclights-4.1.2%2B1.21.1.jar"
hash-format = "sha512"
hash = "36ed600e596c098d237d1d996c2b505c546414a3a8bc84e5ffbea92b858c00d0fdbb12d89cf85b6320f0c523afb447392dafe93d6a6e87bb0a12a6073a316e39"
[update]
[update.modrinth]
mod-id = "yBW8D80W"
version = "kuX6nw8R"

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

@ -0,0 +1,13 @@
name = "Lithium"
filename = "lithium-fabric-0.15.0+mc1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/MM5BBBOK/lithium-fabric-0.15.0%2Bmc1.21.1.jar"
hash-format = "sha512"
hash = "fd3215501ebe8f6590cdf1ccc58182873cad8d74ebc4b0b3a2f5724748b9cb04c2b967503c072311dfbca9ba856195dc4662f3395a071b294fa0acfdd2a86bf6"
[update]
[update.modrinth]
mod-id = "gvQqBUqZ"
version = "MM5BBBOK"

View file

@ -0,0 +1,13 @@
name = "Macaw's Bridges"
filename = "mcw-bridges-3.0.0-mc1.21.1fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/GURcjz8O/versions/IyFgopwQ/mcw-bridges-3.0.0-mc1.21.1fabric.jar"
hash-format = "sha512"
hash = "8fb59c720c74b671818a8117544489012fbdc0e349cf12fcfbc033285e7e4db8d1d7a0d6da18c049597f908be061574cdf69405ac1b277ff0425dfc05a5fabff"
[update]
[update.modrinth]
mod-id = "GURcjz8O"
version = "IyFgopwQ"

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

@ -0,0 +1,13 @@
name = "Macaw's Doors"
filename = "mcw-doors-1.1.2-mc1.21.1fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/kNxa8z3e/versions/C9nD929i/mcw-doors-1.1.2-mc1.21.1fabric.jar"
hash-format = "sha512"
hash = "192d83ffe13117d63103a16b6d7aa2d64aade697a3f1ddd0a85375347a196cfaab4a88aec6345b4df89083ad49cfcc7762bc284ed2988d218f5f402ca55dc856"
[update]
[update.modrinth]
mod-id = "kNxa8z3e"
version = "C9nD929i"

View file

@ -0,0 +1,13 @@
name = "Macaw's Fences and Walls"
filename = "mcw-fences-1.2.0-1.21.1fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/GmwLse2I/versions/Zl3oP3BV/mcw-fences-1.2.0-1.21.1fabric.jar"
hash-format = "sha512"
hash = "86e8b6467d42f77ac4bdbac4efaf7cb9922873b2a3a432725ec7ba642cc352e2cebc6eaab969692ee03281929bb9435eb3e89e27f131a9c077dbc9c949146f48"
[update]
[update.modrinth]
mod-id = "GmwLse2I"
version = "Zl3oP3BV"

View file

@ -0,0 +1,13 @@
name = "Macaw's Furniture"
filename = "mcw-furniture-3.3.0-mc1.21.1fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/dtWC90iB/versions/9l6iYqCb/mcw-furniture-3.3.0-mc1.21.1fabric.jar"
hash-format = "sha512"
hash = "3d85fe11ae98794c26a0ecd2ad7ab79df8f2fa741f674b4f44d8535f19f2cdeac664b0f38af5e875d0a47b4f196d0003e1f23bff69821e6e68d15544b22c4760"
[update]
[update.modrinth]
mod-id = "dtWC90iB"
version = "9l6iYqCb"

View file

@ -0,0 +1,13 @@
name = "Macaw's Holidays"
filename = "mcw-holidays-1.1.0-mc1.21.1fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/rH20L2Lp/versions/VycPNGaJ/mcw-holidays-1.1.0-mc1.21.1fabric.jar"
hash-format = "sha512"
hash = "ce1c9a5da9f9f0718aa5ed4d88f47a2f76beb99ab4c72aa3edf4de8df5f542d99d9fdfe17546724021bf755f806d69323d905521a03e233eaa005373b27a1198"
[update]
[update.modrinth]
mod-id = "rH20L2Lp"
version = "VycPNGaJ"

View file

@ -0,0 +1,13 @@
name = "Macaw's Lights and Lamps"
filename = "mcw-lights-1.1.2-mc1.21.1fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/w4an97C2/versions/pMR0VOs2/mcw-lights-1.1.2-mc1.21.1fabric.jar"
hash-format = "sha512"
hash = "d62ade7bcaad2ba2004db1292e46518ddc2b34c876336ccaf9a5a47c7f2344052865759263102c5786f87b0a30c5b008af23b6bf32cdc828eff3ad1e03e15b7d"
[update]
[update.modrinth]
mod-id = "w4an97C2"
version = "pMR0VOs2"

View file

@ -0,0 +1,13 @@
name = "Macaw's Paintings"
filename = "mcw-paintings-1.0.5-1.21.1fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/okE6QVAY/versions/hkv1lS2B/mcw-paintings-1.0.5-1.21.1fabric.jar"
hash-format = "sha512"
hash = "f270ad6b07e25b88b252d5b2ca74869bc76344d08fa97936ce6d0cd29c98200520b4a1d2ea6122be289a1e46f096ad080a32aaff0cfa16a41128ae88ab091edf"
[update]
[update.modrinth]
mod-id = "okE6QVAY"
version = "hkv1lS2B"

View file

@ -0,0 +1,13 @@
name = "Macaw's Paths and Pavings"
filename = "mcw-paths-1.1.0fabric-mc1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/VRLhWB91/versions/HPekmvcc/mcw-paths-1.1.0fabric-mc1.21.1.jar"
hash-format = "sha512"
hash = "3e54e07793ff0fd2ebae4fca78260ae88e108448e13ae7699c817af67d52b98555f4a5b325cba3cff3362e397dea99329f848192e9abdaa7745245ba7689b576"
[update]
[update.modrinth]
mod-id = "VRLhWB91"
version = "HPekmvcc"

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

@ -0,0 +1,13 @@
name = "Macaw's Roofs"
filename = "mcw-roofs-2.3.2-mc1.21.1fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/B8jaH3P1/versions/BgPUaaiV/mcw-roofs-2.3.2-mc1.21.1fabric.jar"
hash-format = "sha512"
hash = "dd44de51a347a330e5a43db7934680d2b8ff1f2c59bded4ca2ad292f9a1381ef40f3ccc50f3249dd38fcbf0277ab49ec9b456689bde023ce1a08c5a86a32c2e0"
[update]
[update.modrinth]
mod-id = "B8jaH3P1"
version = "BgPUaaiV"

View file

@ -0,0 +1,13 @@
name = "Macaws Stairs"
filename = "mcw-stairs-1.0.1-1.21.1fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/iP3wH1ha/versions/nwaNWWz9/mcw-stairs-1.0.1-1.21.1fabric.jar"
hash-format = "sha512"
hash = "a74712f41c5184b82fc4f802369f643686c30579a739132c9741f1db193027f091caf20b866be7a12f73a0c0ef0878bc98a423e2fd0eef95f440d4f4249f600b"
[update]
[update.modrinth]
mod-id = "iP3wH1ha"
version = "nwaNWWz9"

View file

@ -0,0 +1,13 @@
name = "Macaw's Trapdoors"
filename = "mcw-trapdoors-1.1.4-mc1.21.1fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/n2fvCDlM/versions/KjEcUoJ6/mcw-trapdoors-1.1.4-mc1.21.1fabric.jar"
hash-format = "sha512"
hash = "b1abfc7e4d3c57e3b03a1c7d2b0aaa8a56c12103d16ba739e85a312ee3b037986d3c799836089254bfb457451b9f032b728372999a03b96882aa5487e05bd904"
[update]
[update.modrinth]
mod-id = "n2fvCDlM"
version = "KjEcUoJ6"

View file

@ -0,0 +1,13 @@
name = "Macaw's Windows"
filename = "mcw-windows-2.3.0-mc1.21.1fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/C7I0BCni/versions/7IXnPFd0/mcw-windows-2.3.0-mc1.21.1fabric.jar"
hash-format = "sha512"
hash = "c7671906b99b3fb8f5dd6156e2310b92ada4474530a709c406439da909920632bc580b9fc505b771b5ce06b0e306144baad6177cbf98368d9b7fa95c08596869"
[update]
[update.modrinth]
mod-id = "C7I0BCni"
version = "7IXnPFd0"

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

@ -0,0 +1,13 @@
name = "LAN World Plug-n-Play (mcwifipnp)"
filename = "mcwifipnp-1.8.5-1.21-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/RTWpcTBp/versions/DjxMUhbU/mcwifipnp-1.8.5-1.21-fabric.jar"
hash-format = "sha512"
hash = "cf6c9d1cef67e3d5f0f2e984c35a14d7bdaf88c8f16b987b25102afdcf80efe4016eb07bfc850fe063c0ec0621de9d4f78de028f4a1eb5f4ab69aa7817a6d42d"
[update]
[update.modrinth]
mod-id = "RTWpcTBp"
version = "DjxMUhbU"

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

@ -0,0 +1,13 @@
name = "Moonlight Lib"
filename = "moonlight-1.21-2.18.13-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/AK7kgIp8/moonlight-1.21-2.18.13-fabric.jar"
hash-format = "sha512"
hash = "8ef1bf3ff577a2479c67636178d1d929b913afefdc6d57d633fb3f15b094ce0d0a2f896f828f8b6ad3b933543fcd5cfdedee1b41ee52a474632f7f94136de994"
[update]
[update.modrinth]
mod-id = "twkfQtEc"
version = "AK7kgIp8"

13
mods/mouse-tweaks.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Mouse Tweaks"
filename = "MouseTweaks-fabric-mc1.21-2.26.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/ylmBQ38A/MouseTweaks-fabric-mc1.21-2.26.jar"
hash-format = "sha512"
hash = "1744a48a47aedcbf19a0a93f78473cf0221fc4782852dca7fc02685719174664b4f9d95d353fcfc16902ac3815594511ba6d9ab14391f9b7e25ec9b2e777927a"
[update]
[update.modrinth]
mod-id = "aC3cM3Vq"
version = "ylmBQ38A"

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

@ -0,0 +1,13 @@
name = "Neat"
filename = "Neat-1.21-40-FABRIC.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Ins7SzzR/versions/aCuUOT50/Neat-1.21-40-FABRIC.jar"
hash-format = "sha512"
hash = "f376cff962b6bff3576e514d03dae810fbe98361664ca270c861828f42c415f2389c6f72108d2b4b7cbcc5b5ce16a254f1d21efbb2c0eaab2d29a3838fcb5011"
[update]
[update.modrinth]
mod-id = "Ins7SzzR"
version = "aCuUOT50"

View file

@ -0,0 +1,13 @@
name = "No Chat Reports"
filename = "NoChatReports-FABRIC-1.21.1-v2.9.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/D8K0KJXM/NoChatReports-FABRIC-1.21.1-v2.9.1.jar"
hash-format = "sha512"
hash = "23bb4a8a6a3f7071281cf97560e12f37e1f5f638a156e3fcb92a50ff0091f1fcfa3e090e7745e4b1175e7c2c784e38d73536a1044db1bf225a182fab758a5a29"
[update]
[update.modrinth]
mod-id = "qQyHxfxd"
version = "D8K0KJXM"

13
mods/no-telemetry.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "No Telemetry"
filename = "no-telemetry-1.9.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/hg77g4Pw/versions/OwTaGd6A/no-telemetry-1.9.0.jar"
hash-format = "sha512"
hash = "4527236781611cc40a77e222e4dd2a1d6a5c0c9a9394eed4063c20c91ba62568c2d4323bc84a9372d69d10703e26b7569ef75ea55c52ad36ec55107f19bcaae8"
[update]
[update.modrinth]
mod-id = "hg77g4Pw"
version = "OwTaGd6A"

View file

@ -0,0 +1,13 @@
name = "Not Enough Animations"
filename = "notenoughanimations-fabric-1.9.3-mc1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/2wVuOkEO/notenoughanimations-fabric-1.9.3-mc1.21.jar"
hash-format = "sha512"
hash = "656720e48b3615d4f2eba5e7357b64945aa48f93c3aadef6bd493646f5fb80de25d668cab6847cdda5b8c2427ae76ce99d65471efcf142dc1a156a6be0ca9c58"
[update]
[update.modrinth]
mod-id = "MPCX6s5C"
version = "2wVuOkEO"

View file

@ -0,0 +1,13 @@
name = "Oh The Trees You'll Grow"
filename = "Oh-The-Trees-Youll-Grow-fabric-1.21.1-5.0.11.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/g8NOG5OR/versions/juYotd9T/Oh-The-Trees-Youll-Grow-fabric-1.21.1-5.0.11.jar"
hash-format = "sha512"
hash = "b47f3a02dbc78bd4584d66ed0b78d703f30944d41fc80a6131979df546959126a281e6e9765fb4be7658dcae01ca825fc98a071aeeb4b52581c37ba03f1b02d5"
[update]
[update.modrinth]
mod-id = "g8NOG5OR"
version = "juYotd9T"

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

@ -0,0 +1,13 @@
name = "oωo (owo-lib)"
filename = "owo-lib-0.12.15.4+1.21.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/JB1fLQnc/owo-lib-0.12.15.4%2B1.21.jar"
hash-format = "sha512"
hash = "b9c79035c912ef043722f2a1f0bc0166e0ca047ea5237a86f23198dea487289e0a0f92a96e46bd683ffc39e4190b95450d13456b14f6280587635b51c9393a1b"
[update]
[update.modrinth]
mod-id = "ccKDOlHs"
version = "JB1fLQnc"

View file

@ -0,0 +1,13 @@
name = "Text Placeholder API"
filename = "placeholder-api-2.4.2+1.21.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/eXts2L7r/versions/U5bhVym2/placeholder-api-2.4.2%2B1.21.jar"
hash-format = "sha512"
hash = "fc13d3a5c048dbaab86318edaf8b6c6b46ef9f1d367e8f063d19f5a9b0da66c5ae419d92c8c4608edc89a01eb44d91ffcf017fea73f39b222cbd85e82f70a233"
[update]
[update.modrinth]
mod-id = "eXts2L7r"
version = "U5bhVym2"

View file

@ -0,0 +1,13 @@
name = "Presence Footsteps"
filename = "PresenceFootsteps-1.11.0+1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/VgtNc4Rg/PresenceFootsteps-1.11.0%2B1.21.jar"
hash-format = "sha512"
hash = "f435512aa58aeb294c1ee91ca884a5dc8f8a04dec117c73ab272bbfb6c5287bf9c67524403d8e6658e4d6be77d11740d21ff2c063d654084eccc02d9864f21d9"
[update]
[update.modrinth]
mod-id = "rcTfTZr3"
version = "VgtNc4Rg"

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

@ -0,0 +1,13 @@
name = "Prism"
filename = "Prism-1.21.1-fabric-1.0.11.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/1OE8wbN0/versions/obM5d9Uv/Prism-1.21.1-fabric-1.0.11.jar"
hash-format = "sha512"
hash = "e6a3e6b272ea30e0a8f3b383c51651049e5df8a36a7c144fd9a3f2be089813ac7c21805495664f1faa7b456ac99b417cc65690fcf6c08860cd23cd7aba2f04c1"
[update]
[update.modrinth]
mod-id = "1OE8wbN0"
version = "obM5d9Uv"

View file

@ -0,0 +1,13 @@
name = "Refined Storage"
filename = "refinedstorage-fabric-2.0.0-beta.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/KDvYkUg3/versions/vY5SNl0H/refinedstorage-fabric-2.0.0-beta.2.jar"
hash-format = "sha512"
hash = "629674f72060ddfa8e62f24f3850279991813ad3f7b5c6fec513d920f812326c453e27600a5a26cf539fecf7802c010e972176d9fbc8a33de927c2121d2eb0a7"
[update]
[update.modrinth]
mod-id = "KDvYkUg3"
version = "vY5SNl0H"

View file

@ -0,0 +1,13 @@
name = "Resourceful Config"
filename = "resourcefulconfig-fabric-1.21-3.0.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/M1953qlQ/versions/dQh99ERC/resourcefulconfig-fabric-1.21-3.0.11.jar"
hash-format = "sha512"
hash = "11189c68626404bef5021bae51bcec1840dba0c3356ca275e9b3439e20ba474fb9ba6f6bf4b4f08b3e9a43c58ac553e2e0d182429bd606948d8211bd49c1d0e7"
[update]
[update.modrinth]
mod-id = "M1953qlQ"
version = "dQh99ERC"

View file

@ -0,0 +1,13 @@
name = "Resourceful Lib"
filename = "resourcefullib-fabric-1.21-3.0.12.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/Hf91FuVF/resourcefullib-fabric-1.21-3.0.12.jar"
hash-format = "sha512"
hash = "df8a9586eaa0e2f8e1e6a5651ba79ff6c95327b0ab89cdab4708cc6ed51c3da6829d00e8f176e7e7b7b37d4af8c5bd9e3df047f3a8a04fd1af925d80c774185b"
[update]
[update.modrinth]
mod-id = "G1hIVOrD"
version = "Hf91FuVF"

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

@ -0,0 +1,13 @@
name = "Searchables"
filename = "Searchables-fabric-1.21.1-1.0.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/tRdr8Bg3/Searchables-fabric-1.21.1-1.0.2.jar"
hash-format = "sha512"
hash = "1d57bd196a1122953a4f80d18af660be7ad791b9264e46666b273172c448df4de9acf2630fae7d196a4da8168c829fad18756c86b2cd3dd1068a0b453d8ec222"
[update]
[update.modrinth]
mod-id = "fuuu3xnx"
version = "tRdr8Bg3"

View file

@ -0,0 +1,13 @@
name = "Short Circuit"
filename = "short_circuit-fabric-1.21.1-1.0.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/5dUwdwpB/versions/Zv4ks2Zi/short_circuit-fabric-1.21.1-1.0.5.jar"
hash-format = "sha512"
hash = "66379dc1b480a9db019e662b68e319c9b8b2bee2a12bcd27fc1e93e378325213d04c08d97ec222ba81151747ad3e594bef8eec97f276936c50d4a33fcb2e6b30"
[update]
[update.modrinth]
mod-id = "5dUwdwpB"
version = "Zv4ks2Zi"

View file

@ -0,0 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-fabric-1.21.1-2.5.30.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/d0ufppyc/voicechat-fabric-1.21.1-2.5.30.jar"
hash-format = "sha512"
hash = "2ef1eae9e3017b4b121fc193f3982b9109576ac65279a50223265a3c12c715a5068c7045e0779c7ab4137faf3c5b0993d631d86741374d351af854f0cd617502"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "d0ufppyc"

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

@ -0,0 +1,13 @@
name = "Sodium"
filename = "sodium-fabric-0.6.13+mc1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/AANobbMI/versions/u1OEbNKx/sodium-fabric-0.6.13%2Bmc1.21.1.jar"
hash-format = "sha512"
hash = "13032e064c554fc8671573dadb07bc70e6ea2f68706c65c086c4feb1d2f664346a3414cbf9d1367b42b8d063a35e40f2f967ef9af31642e1f0093b852161fe91"
[update]
[update.modrinth]
mod-id = "AANobbMI"
version = "u1OEbNKx"

View file

@ -0,0 +1,13 @@
name = "Sound Physics Remastered"
filename = "sound-physics-remastered-fabric-1.21.1-1.4.12.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/GGCEmgoW/sound-physics-remastered-fabric-1.21.1-1.4.12.jar"
hash-format = "sha512"
hash = "c0dcfcaa4e970dd73380c95a97695d442fdc561c7b18bdc7ccaeeb59f4065fde920833d3b529bf70c2948e9eab509b67161d0c79d49568d5f43078fdecfc5e35"
[update]
[update.modrinth]
mod-id = "qyVF9oeo"
version = "GGCEmgoW"

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

@ -0,0 +1,13 @@
name = "spark"
filename = "spark-1.10.109-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/cALUj9l1/spark-1.10.109-fabric.jar"
hash-format = "sha512"
hash = "367f574f6d28432067f09737577d799ced9c309c1725da1d09ffdfe10eacf461a66967205cc938131afbcc8b8255c8c25f8aa516e15f061c6481b6e7b8c94250"
[update]
[update.modrinth]
mod-id = "l6YH9Als"
version = "cALUj9l1"

View file

@ -0,0 +1,13 @@
name = "Storage Drawers"
filename = "Storage Drawers-fabric-1.21-13.8.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/guitPqEi/versions/SOHXiskn/Storage%20Drawers-fabric-1.21-13.8.5.jar"
hash-format = "sha512"
hash = "69abd588a21d5523a5b4a5f1537e20be26cf50d162607b607e57decc68b5a48830489fa54a0d4dfd984b859c44bfea4f30ab63be8fb62cbb7739af8822ee9ebf"
[update]
[update.modrinth]
mod-id = "guitPqEi"
version = "SOHXiskn"

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

@ -0,0 +1,13 @@
name = "TerraBlender"
filename = "TerraBlender-fabric-1.21.1-4.1.0.8.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/kkmrDlKT/versions/XNtIBXyQ/TerraBlender-fabric-1.21.1-4.1.0.8.jar"
hash-format = "sha512"
hash = "f933f0c70babe3cf1efe3b8121486f26db9d48799b6d50557ec4f7bc47e553fe00c837f4940d70aa2eab7f13f91065a9e56c0cc53f8aa2393edaf423f80997b8"
[update]
[update.modrinth]
mod-id = "kkmrDlKT"
version = "XNtIBXyQ"

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

@ -0,0 +1,13 @@
name = "Trinkets"
filename = "trinkets-3.10.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/5aaWibi9/versions/JagCscwi/trinkets-3.10.0.jar"
hash-format = "sha512"
hash = "3ea846c945a0559696501ff65b373c8ee8fd9b394604e9910b4ed710c3e07cadc674a615a2c3b385951a42253a418201975df951b3100053ed39afadc70221c9"
[update]
[update.modrinth]
mod-id = "5aaWibi9"
version = "JagCscwi"

13
mods/wavey-capes.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Wavey Capes"
filename = "waveycapes-fabric-1.5.2-mc1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/kYuIpRLv/versions/oyiyHkeB/waveycapes-fabric-1.5.2-mc1.21.jar"
hash-format = "sha512"
hash = "7428894bc6038de106fe565539e936e8d99d15c1fa3b432f0cd126242d0a8629c8b867376f24f0a620aa1e108f7fed1e134e27748894bbff270f2e23ef04fec3"
[update]
[update.modrinth]
mod-id = "kYuIpRLv"
version = "oyiyHkeB"

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

@ -0,0 +1,13 @@
name = "WorldEdit"
filename = "worldedit-mod-7.3.8.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/1u6JkXh5/versions/WTAFvuRx/worldedit-mod-7.3.8.jar"
hash-format = "sha512"
hash = "e039492df0b486e7ce76d0eaf8cb11eadad2e78220600b8498ab8eef4642a29e310a6bcb4378257553b3639c6d0bc1ebf0f73df3a7a677c6af6baf86716b0bc7"
[update]
[update.modrinth]
mod-id = "1u6JkXh5"
version = "WTAFvuRx"

12
pack.toml Normal file
View file

@ -0,0 +1,12 @@
name = "Dingus"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "7772d09f97ad95c61ffb636e6e4525e5773e66c0159f3f4f5397254b8c57d2e0"
[versions]
fabric = "0.16.14"
minecraft = "1.21.1"