Add missing mods whoops

This commit is contained in:
Christopher Cookman 2025-05-11 10:40:58 -06:00
parent 3e74d13eed
commit 41b0ec83cc
43 changed files with 843 additions and 170 deletions

View file

@ -4,34 +4,59 @@ 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');
var errors = 0;
var good = 0;
// Split lines and remove the header
const lines = data.trim().split('\n').slice(1);
var delay = 0;
const doThing = (line) => {
const [name, url, filename] = line.split(',');
let command = '';
parts = url.split('/');
if (parts[2] === 'modrinth.com') {
command = `packwiz mr add --project-id ${parts[4]} --version-filename ${encodeURIComponent(filename)}`;
} else if (parts[2] === 'www.curseforge.com') {
command = `packwiz cf add --addon-id ${parts[4]}`;
} else {
console.log(`Skipping unknown URL source: ${url}`);
command = '';
}
exec(command, (error, stdout, stderr) => {
if (error) {
console.error(`Error running command: ${error.message}`);
errors++;
console.log(`Error #${errors} running command: ${error.message}`);
return;
}
if (stderr) {
errors++;
console.log(`Error #${errors} running command: ${stderr}`);
}
if (stdout) {
good++;
console.log(`Good #${good} running command: ${stdout}`);
}
});
if (watchdog) {
clearTimeout(watchdog);
var watchdog = setTimeout(() => {
console.log(`Done; ${good} good, ${errors} errors`);
clearTimeout(watchdog);
})
} else {
var watchdog = setTimeout(() => {
console.log(`Done; ${good} good, ${errors} errors`);
clearTimeout(watchdog);
}, 3000)
}
}
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}`);
}
});
setTimeout(doThing, delay, line);
delay += 1000; // 1 second delay between each line
}

View file

@ -1,119 +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
3d-Skin-Layers,https://modrinth.com/mod/zV5r3pPn,skinlayers3d-fabric-1.7.5-mc1.21.jar
AddonsLib,https://modrinth.com/mod/cl5ec0Qm,addonslib-fabric-1.21.1-1.7.jar
Aether Villages,https://modrinth.com/mod/3P2XnNW6,AetherVillages-1.21.1-1.0.8-fabric.jar
Alternate Current,https://modrinth.com/mod/r0v8vy1s,alternate-current-mc1.21-1.9.0.jar
Amendments,https://modrinth.com/mod/6iTJugQR,amendments-1.21-1.2.24-fabric.jar
AppleSkin,https://www.curseforge.com/projects/248787,appleskin-fabric-mc1.21-3.0.6.jar
Architectury,https://modrinth.com/mod/lhGA9TYQ,architectury-13.0.8-fabric.jar
Athena,https://www.curseforge.com/projects/841890,athena-fabric-1.21-4.0.1.jar
Auth Me,https://modrinth.com/mod/yjgIrBjZ,authme-fabric-9.0.1+1.21.1.jar.disabled
Balm,https://modrinth.com/mod/MBAkmtvl,balm-fabric-1.21.1-21.0.42.jar
CC: Tweaked,https://modrinth.com/mod/gu7yAYhd,cc-tweaked-1.21.1-fabric-1.115.1.jar
CICADA,https://modrinth.com/mod/IwCkru1D,cicada-lib-0.13.0+1.21-1.21.1.jar
Cardinal Components API,https://modrinth.com/mod/K01OU20C,cardinal-components-api-6.1.2.jar
Charm of Undying,https://modrinth.com/mod/b5GyyYkp,charmofundying-fabric-9.1.0+1.21.1.jar
ChatAnimation,https://modrinth.com/mod/DnNYdJsx,chatanimation-1.0.6.jar
Chunky,https://modrinth.com/mod/fALzjamp,Chunky-Fabric-1.4.23.jar
Cloth Config v15,https://modrinth.com/mod/9s6osm5g,cloth-config-15.0.140-fabric.jar
Comforts,https://modrinth.com/mod/SaCpeal4,comforts-fabric-9.0.3+1.21.1.jar
Continuity,https://modrinth.com/mod/1IjD5062,continuity-3.0.0+1.21.jar
Controlling,https://modrinth.com/mod/xv94TkTM,Controlling-fabric-1.21.1-19.0.5.jar
CorgiLib,https://modrinth.com/mod/ziOp6EO8,Corgilib-Fabric-1.21.1-5.0.0.3.jar
CoroUtil,https://modrinth.com/mod/rLLJ1OZM,coroutil-fabric-1.21.1-1.3.8.jar
CraterLib,https://modrinth.com/mod/Nn8Wasaq,CraterLib-Fabric-1.21-2.1.4.jar
Creeper Overhaul,https://modrinth.com/mod/MI1LWe93,CreeperOverhaul-fabric-1.21.1-4.0.6.jar
Dark Loading Screen,https://modrinth.com/mod/h3XWIuzM,dark-loading-screen-1.6.14.jar
Deeper Dark,https://modrinth.com/mod/nHr26oc2,deeper_dark-3.1.0.jar
Do a Barrel Roll,https://modrinth.com/mod/6FtRfnLg,do_a_barrel_roll-fabric-3.7.3+1.21.jar
Drip Sounds,https://modrinth.com/mod/T8MMXTpr,Drip Sounds-0.5.1+1.21.5-Fabric.jar
Dynamic Crosshair,https://modrinth.com/mod/ZcR9weSm,dynamiccrosshair-9.3+1.21.1-fabric.jar
Elytra Slot,https://modrinth.com/mod/mSQF1NpT,elytraslot-fabric-9.0.1+1.21.1.jar
Embedded Computer,https://modrinth.com/mod/X41LBcSD,embeddedcomputer-1.1.1.jar
EnderChests,https://modrinth.com/mod/gxSiDoVF,enderchests-fabric-1.21.1-0.1.jar
EnderTanks,https://modrinth.com/mod/zZwEA08D,endertanks-fabric-1.21.1-0.1.jar
Enhanced Extinguishing,https://modrinth.com/mod/FDrEl7QY,aether_enhanced_extinguishing-1.21.1-1.0.0-fabric.jar
Exposure,https://modrinth.com/mod/hB899VmG,exposure-fabric-1.21.1-1.9.2.jar
FTB Chunks,https://www.curseforge.com/projects/472657,ftb-chunks-fabric-2101.1.9.jar
FTB Library,https://www.curseforge.com/projects/438495,ftb-library-fabric-2101.1.13.jar
FTB Teams,https://www.curseforge.com/projects/438497,ftb-teams-fabric-2101.1.2.jar
Fabric API,https://modrinth.com/mod/P7dR8mSH,fabric-api-0.116.0+1.21.1.jar
Falling Leaves,https://modrinth.com/mod/WhbRG4iK,fallingleaves-1.16.4+1.21.1.jar
Fast IP Ping,https://modrinth.com/mod/9mtu0sUO,fast-ip-ping-v1.0.5-mc1.21.1-fabric.jar
Forge Config API Port,https://modrinth.com/mod/ohNO6lps,ForgeConfigAPIPort-v21.1.3-1.21.1-Fabric.jar
FrozenLib,https://modrinth.com/mod/9KawNmQc,FrozenLib-2.1.2-mc1.21.1.jar
GeckoLib 4,https://modrinth.com/mod/8BmcQJ2H,geckolib-fabric-1.21.1-4.7.5.1.jar
Held Item Info,https://modrinth.com/mod/tEcWzCZz,held-item-info-1.7.0.jar
Iceberg,https://modrinth.com/mod/5faXoLqX,Iceberg-1.21.1-fabric-1.3.2.jar
Immersive Portals,https://modrinth.com/mod/zJpHMkdD,immersive-portals-6.0.6-mc1.21.1-fabric.jar
In-Game Account Switcher,https://modrinth.com/mod/cudtvDnd,IAS-Fabric-1.21.1-9.0.2.jar
Infinite Dimensions,https://modrinth.com/mod/KgKqTqPj,infinite-dimensions-2.4.5+1.21.1.jar
Iris,https://modrinth.com/mod/YL57xq9U,iris-fabric-1.8.0+mc1.21.1.jar
Item Borders,https://modrinth.com/mod/b1fMg6sH,ItemBorders-1.21-fabric-1.2.5.jar
Jade,https://modrinth.com/mod/nvQzSEkH,Jade-1.21.1-Fabric-15.10.1.jar
Journeymap,https://modrinth.com/mod/lfHFW1mp,journeymap-fabric-1.21.1-6.0.0-beta.46.jar
LAN World Plug-n-Play,https://modrinth.com/mod/RTWpcTBp,mcwifipnp-1.8.5-1.21-fabric.jar
LambDynamicLights,https://modrinth.com/mod/yBW8D80W,lambdynamiclights-4.1.2+1.21.1.jar
Lithium,https://modrinth.com/mod/gvQqBUqZ,lithium-fabric-0.15.0+mc1.21.1.jar
Macaw's - Oh The Biomes We've Gone,https://modrinth.com/mod/s4B19O5h,mcwbyg-fabric-1.21.1-1.2.1.jar
Macaw's Bridges,https://modrinth.com/mod/GURcjz8O,mcw-bridges-3.0.0-mc1.21.1fabric.jar
Macaw's Doors,https://modrinth.com/mod/kNxa8z3e,mcw-doors-1.1.2-mc1.21.1fabric.jar
Macaw's Fences and Walls,https://modrinth.com/mod/GmwLse2I,mcw-fences-1.2.0-1.21.1fabric.jar
Macaw's Furniture,https://modrinth.com/mod/dtWC90iB,mcw-furniture-3.3.0-mc1.21.1fabric.jar
Macaw's Holidays,https://modrinth.com/mod/rH20L2Lp,mcw-holidays-1.1.0-mc1.21.1fabric.jar
Macaw's Lights and Lamps,https://modrinth.com/mod/w4an97C2,mcw-lights-1.1.2-mc1.21.1fabric.jar
Macaw's Paintings,https://modrinth.com/mod/okE6QVAY,mcw-paintings-1.0.5-1.21.1fabric.jar
Macaw's Paths and Pavings,https://modrinth.com/mod/VRLhWB91,mcw-paths-1.1.0fabric-mc1.21.1.jar
Macaw's Roofs,https://modrinth.com/mod/B8jaH3P1,mcw-roofs-2.3.2-mc1.21.1fabric.jar
Macaw's Stairs and Balconies,https://modrinth.com/mod/iP3wH1ha,mcw-stairs-1.0.1-1.21.1fabric.jar
Macaw's Trapdoors,https://modrinth.com/mod/n2fvCDlM,mcw-trapdoors-1.1.4-mc1.21.1fabric.jar
Macaw's Windows,https://modrinth.com/mod/C7I0BCni,mcw-windows-2.3.0-mc1.21.1fabric.jar
Mini Tardis,https://modrinth.com/mod/AnM1UyFW,mini_tardis-2.0.0-beta.1+1.21.1.jar
Mini Tardis ComputerCraft Bridge,https://modrinth.com/mod/DKrmTLnT,mini-tardis-computercraft-bridge-1.0.5.jar
Mini Tardis: BOTI,https://modrinth.com/mod/JpT3LAAC,mini_tardis_portals-2.0.0.jar
Mod Menu,https://modrinth.com/mod/mOgUt4GM,modmenu-11.0.3.jar
Moonlight Lib,https://modrinth.com/mod/twkfQtEc,moonlight-1.21-2.18.13-fabric.jar
Mouse Tweaks,https://modrinth.com/mod/aC3cM3Vq,MouseTweaks-fabric-mc1.21-2.26.jar
Neat,https://modrinth.com/mod/Ins7SzzR,Neat-1.21-40-FABRIC.jar
No Chat Reports,https://modrinth.com/mod/qQyHxfxd,NoChatReports-FABRIC-1.21.1-v2.9.1.jar
No Telemetry,https://modrinth.com/mod/hg77g4Pw,no-telemetry-1.9.0.jar
NotEnoughAnimations,https://modrinth.com/mod/MPCX6s5C,notenoughanimations-fabric-1.9.3-mc1.21.jar
Oh The Biomes We've Gone,https://modrinth.com/mod/NTi7d3Xc,Oh-The-Biomes-Weve-Gone-Fabric-2.3.13.jar
Oh The Trees You'll Grow,https://modrinth.com/mod/g8NOG5OR,Oh-The-Trees-Youll-Grow-fabric-1.21.1-5.0.11.jar
Oritech,https://www.curseforge.com/projects/1030830,oritech-fabric-0.15.4.jar
Placeholder API,https://modrinth.com/mod/eXts2L7r,placeholder-api-2.4.2+1.21.jar
Presence Footsteps,https://modrinth.com/mod/rcTfTZr3,PresenceFootsteps-1.11.0+1.21.jar
Reese's Sodium Options,https://modrinth.com/mod/Bh37bMuy,reeses-sodium-options-fabric-1.8.0+mc1.21.3.jar
Refined Storage,https://modrinth.com/mod/KDvYkUg3,refinedstorage-fabric-2.0.0-beta.2.jar
Refined Storage - Quartz Arsenal,https://modrinth.com/mod/gnwGOmBf,refinedstorage-quartz-arsenal-fabric-1.0.0.jar
Refined Storage - REI Integration,https://modrinth.com/mod/RGAJWsc3,refinedstorage-rei-integration-fabric-1.0.0.jar
Refined Storage - Trinkets Integration,https://modrinth.com/mod/EkNHO3Uw,refinedstorage-trinkets-integration-1.0.0.jar
Resourceful Lib,https://modrinth.com/mod/G1hIVOrD,resourcefullib-fabric-1.21-3.0.12.jar
Resourcefulconfig,https://modrinth.com/mod/M1953qlQ,resourcefulconfig-fabric-1.21-3.0.11.jar
Roughly Enough Items,https://modrinth.com/mod/nfn13YXA,RoughlyEnoughItems-16.0.799-fabric.jar
Searchables,https://modrinth.com/mod/fuuu3xnx,Searchables-fabric-1.21.1-1.0.2.jar
ShetiPhianCore,https://modrinth.com/mod/oX7uP2kS,shetiphiancore-fabric-1.21.1-0.3.jar
Short Circuit,https://modrinth.com/mod/5dUwdwpB,short_circuit-fabric-1.21.1-1.0.5.jar
Simple Copper Pipes,https://modrinth.com/mod/9r4ZkgSN,SimpleCopperPipes-mc1.21.1-2.0.6.jar
Simple RPC,https://modrinth.com/mod/ObXSoyrn,SimpleRPC-Universal-4.0.2.jar
Simple Voice Chat,https://modrinth.com/mod/9eGKb6K1,voicechat-fabric-1.21.1-2.5.30.jar
Sodium,https://modrinth.com/mod/AANobbMI,sodium-fabric-0.6.0+mc1.21.1.jar
Sound Physics Remastered,https://modrinth.com/mod/qyVF9oeo,sound-physics-remastered-fabric-1.21.1-1.4.12.jar
Status Effect Bars,https://modrinth.com/mod/x02cBj9Y,status-effect-bars-1.0.6.jar
Storage Drawers,https://modrinth.com/mod/guitPqEi,Storage Drawers-fabric-1.21-13.8.5.jar
Supplementaries,https://www.curseforge.com/projects/412082,supplementaries-1.21-3.1.8-fabric.jar
Supplementaries Squared,https://modrinth.com/mod/dCCkNFwE,suppsquared-1.21-1.2.8-fabric.jar
Talk Bubbles,https://modrinth.com/mod/BUpChT1v,talkbubbles-1.0.8.jar
TerraBlender,https://modrinth.com/mod/kkmrDlKT,TerraBlender-fabric-1.21.1-4.1.0.8.jar
The Aether,https://modrinth.com/mod/YhmgMVyu,aether-1.21.1-1.5.8-fabric.jar
Tom's Peripherals,https://modrinth.com/mod/ljgxd2P8,toms_peripherals_fabric-1.21-1.2.2.jar
Traveler's Backpack,https://modrinth.com/mod/rlloIFEV,travelersbackpack-fabric-1.21.1-10.1.19.jar
Trinkets,https://modrinth.com/mod/5aaWibi9,trinkets-3.10.0.jar
WaveyCapes,https://modrinth.com/mod/kYuIpRLv,waveycapes-fabric-1.5.2-mc1.21.jar
Waystones,https://modrinth.com/mod/LOpKHB2A,waystones-fabric-1.21.1-21.1.17.jar
What Are They Up To,https://modrinth.com/mod/AtB5mHky,watut-fabric-1.21.0-1.2.7.jar
WorldEdit,https://modrinth.com/mod/1u6JkXh5,worldedit-mod-7.3.8.jar
You're in Grave Danger,https://modrinth.com/mod/HnD1GX6e,youre-in-grave-danger-fabric-2.4.16.jar
e4mc,https://modrinth.com/mod/qANg5Jrr,e4mc_minecraft-fabric-5.3.1.jar
oωo,https://modrinth.com/mod/ccKDOlHs,owo-lib-0.12.15.4+1.21.jar
root project 'Prism',https://modrinth.com/mod/1OE8wbN0,Prism-1.21.1-fabric-1.0.11.jar
spark,https://modrinth.com/mod/l6YH9Als,spark-1.10.109-fabric.jar
1 3d-Skin-Layers https://modrinth.com/mod/zV5r3pPn skinlayers3d-fabric-1.7.5-mc1.21.jar
2 AddonsLib https://modrinth.com/mod/cl5ec0Qm addonslib-fabric-1.21.1-1.7.jar
3 Aether Villages https://modrinth.com/mod/3P2XnNW6 AetherVillages-1.21.1-1.0.8-fabric.jar
4 Alternate Current https://modrinth.com/mod/r0v8vy1s alternate-current-mc1.21-1.9.0.jar
5 Amendments https://modrinth.com/mod/6iTJugQR amendments-1.21-1.2.24-fabric.jar
6 AppleSkin https://www.curseforge.com/projects/248787 appleskin-fabric-mc1.21-3.0.6.jar
7 Architectury https://modrinth.com/mod/lhGA9TYQ architectury-13.0.8-fabric.jar
8 Athena https://www.curseforge.com/projects/841890 athena-fabric-1.21-4.0.1.jar
9 Auth Me https://modrinth.com/mod/yjgIrBjZ authme-fabric-9.0.1+1.21.1.jar.disabled
10 Balm https://modrinth.com/mod/MBAkmtvl balm-fabric-1.21.1-21.0.42.jar
11 CC: Tweaked https://modrinth.com/mod/gu7yAYhd cc-tweaked-1.21.1-fabric-1.115.1.jar
12 CICADA https://modrinth.com/mod/IwCkru1D cicada-lib-0.13.0+1.21-1.21.1.jar
13 Cardinal Components API https://modrinth.com/mod/K01OU20C cardinal-components-api-6.1.2.jar
14 Charm of Undying https://modrinth.com/mod/b5GyyYkp charmofundying-fabric-9.1.0+1.21.1.jar
15 ChatAnimation https://modrinth.com/mod/DnNYdJsx chatanimation-1.0.6.jar
16 Chunky https://modrinth.com/mod/fALzjamp Chunky-Fabric-1.4.23.jar
17 Cloth Config v15 https://modrinth.com/mod/9s6osm5g cloth-config-15.0.140-fabric.jar
18 Comforts https://modrinth.com/mod/SaCpeal4 comforts-fabric-9.0.3+1.21.1.jar
19 Continuity https://modrinth.com/mod/1IjD5062 continuity-3.0.0+1.21.jar
20 Controlling https://modrinth.com/mod/xv94TkTM Controlling-fabric-1.21.1-19.0.5.jar
21 CorgiLib https://modrinth.com/mod/ziOp6EO8 Corgilib-Fabric-1.21.1-5.0.0.3.jar
22 CoroUtil https://modrinth.com/mod/rLLJ1OZM coroutil-fabric-1.21.1-1.3.8.jar
23 CraterLib https://modrinth.com/mod/Nn8Wasaq CraterLib-Fabric-1.21-2.1.4.jar
24 Creeper Overhaul https://modrinth.com/mod/MI1LWe93 CreeperOverhaul-fabric-1.21.1-4.0.6.jar
25 Dark Loading Screen https://modrinth.com/mod/h3XWIuzM dark-loading-screen-1.6.14.jar
26 Deeper Dark https://modrinth.com/mod/nHr26oc2 deeper_dark-3.1.0.jar
27 Do a Barrel Roll https://modrinth.com/mod/6FtRfnLg do_a_barrel_roll-fabric-3.7.3+1.21.jar
28 Drip Sounds https://modrinth.com/mod/T8MMXTpr Drip Sounds-0.5.1+1.21.5-Fabric.jar
29 Dynamic Crosshair https://modrinth.com/mod/ZcR9weSm dynamiccrosshair-9.3+1.21.1-fabric.jar
30 Elytra Slot https://modrinth.com/mod/mSQF1NpT elytraslot-fabric-9.0.1+1.21.1.jar
31 Embedded Computer https://modrinth.com/mod/X41LBcSD embeddedcomputer-1.1.1.jar
32 EnderChests https://modrinth.com/mod/gxSiDoVF enderchests-fabric-1.21.1-0.1.jar
33 EnderTanks https://modrinth.com/mod/zZwEA08D endertanks-fabric-1.21.1-0.1.jar
34 Enhanced Extinguishing https://modrinth.com/mod/FDrEl7QY aether_enhanced_extinguishing-1.21.1-1.0.0-fabric.jar
35 Exposure https://modrinth.com/mod/hB899VmG exposure-fabric-1.21.1-1.9.2.jar
36 FTB Chunks https://www.curseforge.com/projects/472657 ftb-chunks-fabric-2101.1.9.jar
37 FTB Library https://www.curseforge.com/projects/438495 ftb-library-fabric-2101.1.13.jar
38 FTB Teams https://www.curseforge.com/projects/438497 ftb-teams-fabric-2101.1.2.jar
39 Fabric API https://modrinth.com/mod/P7dR8mSH fabric-api-0.116.0+1.21.1.jar
40 Falling Leaves https://modrinth.com/mod/WhbRG4iK fallingleaves-1.16.4+1.21.1.jar
41 Fast IP Ping https://modrinth.com/mod/9mtu0sUO fast-ip-ping-v1.0.5-mc1.21.1-fabric.jar
42 Forge Config API Port https://modrinth.com/mod/ohNO6lps ForgeConfigAPIPort-v21.1.3-1.21.1-Fabric.jar
43 FrozenLib https://modrinth.com/mod/9KawNmQc FrozenLib-2.1.2-mc1.21.1.jar
44 GeckoLib 4 https://modrinth.com/mod/8BmcQJ2H geckolib-fabric-1.21.1-4.7.5.1.jar
45 Held Item Info https://modrinth.com/mod/tEcWzCZz held-item-info-1.7.0.jar
46 Iceberg https://modrinth.com/mod/5faXoLqX Iceberg-1.21.1-fabric-1.3.2.jar
47 Immersive Portals https://modrinth.com/mod/zJpHMkdD immersive-portals-6.0.6-mc1.21.1-fabric.jar
48 In-Game Account Switcher https://modrinth.com/mod/cudtvDnd IAS-Fabric-1.21.1-9.0.2.jar
49 Infinite Dimensions https://modrinth.com/mod/KgKqTqPj infinite-dimensions-2.4.5+1.21.1.jar
50 Iris https://modrinth.com/mod/YL57xq9U iris-fabric-1.8.0+mc1.21.1.jar
51 Item Borders https://modrinth.com/mod/b1fMg6sH ItemBorders-1.21-fabric-1.2.5.jar
52 Jade https://modrinth.com/mod/nvQzSEkH Jade-1.21.1-Fabric-15.10.1.jar
53 Journeymap https://modrinth.com/mod/lfHFW1mp journeymap-fabric-1.21.1-6.0.0-beta.46.jar
54 LAN World Plug-n-Play https://modrinth.com/mod/RTWpcTBp mcwifipnp-1.8.5-1.21-fabric.jar
55 LambDynamicLights https://modrinth.com/mod/yBW8D80W lambdynamiclights-4.1.2+1.21.1.jar
56 Lithium https://modrinth.com/mod/gvQqBUqZ lithium-fabric-0.15.0+mc1.21.1.jar
57 Macaw's - Oh The Biomes We've Gone https://modrinth.com/mod/s4B19O5h mcwbyg-fabric-1.21.1-1.2.1.jar
58 Macaw's Bridges https://modrinth.com/mod/GURcjz8O mcw-bridges-3.0.0-mc1.21.1fabric.jar
59 Macaw's Doors https://modrinth.com/mod/kNxa8z3e mcw-doors-1.1.2-mc1.21.1fabric.jar
60 Macaw's Fences and Walls https://modrinth.com/mod/GmwLse2I mcw-fences-1.2.0-1.21.1fabric.jar
61 Macaw's Furniture https://modrinth.com/mod/dtWC90iB mcw-furniture-3.3.0-mc1.21.1fabric.jar
62 Macaw's Holidays https://modrinth.com/mod/rH20L2Lp mcw-holidays-1.1.0-mc1.21.1fabric.jar
63 Macaw's Lights and Lamps https://modrinth.com/mod/w4an97C2 mcw-lights-1.1.2-mc1.21.1fabric.jar
64 Macaw's Paintings https://modrinth.com/mod/okE6QVAY mcw-paintings-1.0.5-1.21.1fabric.jar
65 Macaw's Paths and Pavings https://modrinth.com/mod/VRLhWB91 mcw-paths-1.1.0fabric-mc1.21.1.jar
66 Macaw's Roofs https://modrinth.com/mod/B8jaH3P1 mcw-roofs-2.3.2-mc1.21.1fabric.jar
67 Macaw's Stairs and Balconies https://modrinth.com/mod/iP3wH1ha mcw-stairs-1.0.1-1.21.1fabric.jar
68 Macaw's Trapdoors https://modrinth.com/mod/n2fvCDlM mcw-trapdoors-1.1.4-mc1.21.1fabric.jar
69 Macaw's Windows https://modrinth.com/mod/C7I0BCni mcw-windows-2.3.0-mc1.21.1fabric.jar
70 Mini Tardis https://modrinth.com/mod/AnM1UyFW mini_tardis-2.0.0-beta.1+1.21.1.jar
71 Mini Tardis ComputerCraft Bridge https://modrinth.com/mod/DKrmTLnT mini-tardis-computercraft-bridge-1.0.5.jar
72 Mini Tardis: BOTI https://modrinth.com/mod/JpT3LAAC mini_tardis_portals-2.0.0.jar
73 Mod Menu https://modrinth.com/mod/mOgUt4GM modmenu-11.0.3.jar
74 Moonlight Lib https://modrinth.com/mod/twkfQtEc moonlight-1.21-2.18.13-fabric.jar
75 Mouse Tweaks https://modrinth.com/mod/aC3cM3Vq MouseTweaks-fabric-mc1.21-2.26.jar
76 Neat https://modrinth.com/mod/Ins7SzzR Neat-1.21-40-FABRIC.jar
77 No Chat Reports https://modrinth.com/mod/qQyHxfxd NoChatReports-FABRIC-1.21.1-v2.9.1.jar
78 No Telemetry https://modrinth.com/mod/hg77g4Pw no-telemetry-1.9.0.jar
79 NotEnoughAnimations https://modrinth.com/mod/MPCX6s5C notenoughanimations-fabric-1.9.3-mc1.21.jar
80 Oh The Biomes We've Gone https://modrinth.com/mod/NTi7d3Xc Oh-The-Biomes-Weve-Gone-Fabric-2.3.13.jar
81 Oh The Trees You'll Grow https://modrinth.com/mod/g8NOG5OR Oh-The-Trees-Youll-Grow-fabric-1.21.1-5.0.11.jar
82 Oritech https://www.curseforge.com/projects/1030830 oritech-fabric-0.15.4.jar
83 Placeholder API https://modrinth.com/mod/eXts2L7r placeholder-api-2.4.2+1.21.jar
84 Presence Footsteps https://modrinth.com/mod/rcTfTZr3 PresenceFootsteps-1.11.0+1.21.jar
85 Reese's Sodium Options https://modrinth.com/mod/Bh37bMuy reeses-sodium-options-fabric-1.8.0+mc1.21.3.jar
86 Refined Storage https://modrinth.com/mod/KDvYkUg3 refinedstorage-fabric-2.0.0-beta.2.jar
87 Refined Storage - Quartz Arsenal https://modrinth.com/mod/gnwGOmBf refinedstorage-quartz-arsenal-fabric-1.0.0.jar
88 Refined Storage - REI Integration https://modrinth.com/mod/RGAJWsc3 refinedstorage-rei-integration-fabric-1.0.0.jar
89 Refined Storage - Trinkets Integration https://modrinth.com/mod/EkNHO3Uw refinedstorage-trinkets-integration-1.0.0.jar
90 Resourceful Lib https://modrinth.com/mod/G1hIVOrD resourcefullib-fabric-1.21-3.0.12.jar
91 Resourcefulconfig https://modrinth.com/mod/M1953qlQ resourcefulconfig-fabric-1.21-3.0.11.jar
92 Roughly Enough Items https://modrinth.com/mod/nfn13YXA RoughlyEnoughItems-16.0.799-fabric.jar
93 Searchables https://modrinth.com/mod/fuuu3xnx Searchables-fabric-1.21.1-1.0.2.jar
94 ShetiPhianCore https://modrinth.com/mod/oX7uP2kS shetiphiancore-fabric-1.21.1-0.3.jar
95 Short Circuit https://modrinth.com/mod/5dUwdwpB short_circuit-fabric-1.21.1-1.0.5.jar
96 Simple Copper Pipes https://modrinth.com/mod/9r4ZkgSN SimpleCopperPipes-mc1.21.1-2.0.6.jar
97 Simple RPC https://modrinth.com/mod/ObXSoyrn SimpleRPC-Universal-4.0.2.jar
98 Simple Voice Chat https://modrinth.com/mod/9eGKb6K1 voicechat-fabric-1.21.1-2.5.30.jar
99 Sodium https://modrinth.com/mod/AANobbMI sodium-fabric-0.6.0+mc1.21.1.jar
100 Sound Physics Remastered https://modrinth.com/mod/qyVF9oeo sound-physics-remastered-fabric-1.21.1-1.4.12.jar
101 Status Effect Bars https://modrinth.com/mod/x02cBj9Y status-effect-bars-1.0.6.jar
102 Storage Drawers https://modrinth.com/mod/guitPqEi Storage Drawers-fabric-1.21-13.8.5.jar
103 Supplementaries https://www.curseforge.com/projects/412082 supplementaries-1.21-3.1.8-fabric.jar
104 Supplementaries Squared https://modrinth.com/mod/dCCkNFwE suppsquared-1.21-1.2.8-fabric.jar
105 Talk Bubbles https://modrinth.com/mod/BUpChT1v talkbubbles-1.0.8.jar
106 TerraBlender https://modrinth.com/mod/kkmrDlKT TerraBlender-fabric-1.21.1-4.1.0.8.jar
107 The Aether https://modrinth.com/mod/YhmgMVyu aether-1.21.1-1.5.8-fabric.jar
108 Tom's Peripherals https://modrinth.com/mod/ljgxd2P8 toms_peripherals_fabric-1.21-1.2.2.jar
109 Traveler's Backpack https://modrinth.com/mod/rlloIFEV travelersbackpack-fabric-1.21.1-10.1.19.jar
110 Trinkets https://modrinth.com/mod/5aaWibi9 trinkets-3.10.0.jar
111 WaveyCapes https://modrinth.com/mod/kYuIpRLv waveycapes-fabric-1.5.2-mc1.21.jar
112 Waystones https://modrinth.com/mod/LOpKHB2A waystones-fabric-1.21.1-21.1.17.jar
113 What Are They Up To https://modrinth.com/mod/AtB5mHky watut-fabric-1.21.0-1.2.7.jar
114 WorldEdit https://modrinth.com/mod/1u6JkXh5 worldedit-mod-7.3.8.jar
115 You're in Grave Danger https://modrinth.com/mod/HnD1GX6e youre-in-grave-danger-fabric-2.4.16.jar
116 e4mc https://modrinth.com/mod/qANg5Jrr e4mc_minecraft-fabric-5.3.1.jar
117 oωo https://modrinth.com/mod/ccKDOlHs owo-lib-0.12.15.4+1.21.jar
118 root project 'Prism' https://modrinth.com/mod/1OE8wbN0 Prism-1.21.1-fabric-1.0.11.jar
119 spark https://modrinth.com/mod/l6YH9Als spark-1.10.109-fabric.jar

View file

@ -6,18 +6,23 @@ hash = "0c2d25bca76b693a240e026ea367413cb3fc7845906463c044c8159410f0138c"
[[files]]
file = "import.csv"
hash = "34584e47fadf1f340c1c0f7b239073511837a86e7b970628484d19e1c0439200"
[[files]]
file = "mods/3dskinlayers.pw.toml"
hash = "7a753ad3aa3b7d586383884fb59cf8cf8c7a5ebbcf17f29478cd48c580cae542"
metafile = true
hash = "fa0d4afef8d24ee98446cb048eaf6f8b9b199d82ffcdad3cfefa3d9c19285d28"
[[files]]
file = "mods/addonslib.pw.toml"
hash = "ea495e6a5c4e233cd50774f04dcab57fea7a161ed8d9e37eec60448161bd588d"
metafile = true
[[files]]
file = "mods/aether-villages.pw.toml"
hash = "51c626b13e552b19ec6e7963a4622b56f9bf5d5a527cb7952ee29049439549b1"
metafile = true
[[files]]
file = "mods/aether.pw.toml"
hash = "e873a3b80b8aa79111299987fcd82eedd880427ac0e8c7f7cc4e0429f8b99550"
metafile = true
[[files]]
file = "mods/alternate-current.pw.toml"
hash = "015053563a1d8ef3334560cd27f8e832935a26a96f151f059f814092b8db50a2"
@ -53,6 +58,11 @@ file = "mods/cc-tweaked.pw.toml"
hash = "46dbb4e9b06d0dff4bdcb4cbc562b7b2dfc642530fc31c2d377c3f78a77a5d96"
metafile = true
[[files]]
file = "mods/charm-of-undying.pw.toml"
hash = "65976f27dd6de19c602d836a0327833d3ba201ae763e248bd642370b0c8b5dad"
metafile = true
[[files]]
file = "mods/chatanimation.pw.toml"
hash = "a59ce679862d915b6a8bdfe207af78012214fb5a6952e0663eb07c98d7c88793"
@ -83,6 +93,11 @@ file = "mods/continuity.pw.toml"
hash = "4f97764f3cb4c74f84afbe32cf8a1d2cefecda129c0f1441906562dcb8f2b8cb"
metafile = true
[[files]]
file = "mods/controlling.pw.toml"
hash = "eecdc8127f69c74ff55fd183d1f1d7d5ef3e714d73845a239fe9e086147a67b1"
metafile = true
[[files]]
file = "mods/corgilib.pw.toml"
hash = "a520ac2a2b0a90c1c5f41f4aaffe96320ce4e4fb56a9f821e8a010a2088b2762"
@ -98,6 +113,11 @@ file = "mods/craterlib.pw.toml"
hash = "9ffd6d39130c34ebb42bc82553df9755d0d3f393e30b562db3a47061cd5a8d44"
metafile = true
[[files]]
file = "mods/creeper-overhaul.pw.toml"
hash = "992fd54a7f8c0b61a0dc59458cb09b965eb5f3d7cf06a256a81970424a70332a"
metafile = true
[[files]]
file = "mods/dark-loading-screen.pw.toml"
hash = "5f7537e9f19357e3a5bcc077725f15a1694fb9f67c4cdfd96f3b993a85e397f1"
@ -108,6 +128,16 @@ file = "mods/deeper_dark.pw.toml"
hash = "6742248fcba408382fce0202a51bd177a15918cf2766e23137b25f97db88a392"
metafile = true
[[files]]
file = "mods/do-a-barrel-roll.pw.toml"
hash = "24d6c27315866a6dd672daef2f844b1b202aa173953824cb3586bed8667f3d5c"
metafile = true
[[files]]
file = "mods/dripsounds.pw.toml"
hash = "4e230e35117c08a4f63428b6b1d62b1e6d14542ccf91396dc4fbc98527c51db4"
metafile = true
[[files]]
file = "mods/dynamiccrosshair.pw.toml"
hash = "a52ba05fa9ffc50b308707fb270b804a91f93377f075065d0f9eeb08a448e844"
@ -118,16 +148,51 @@ file = "mods/e4mc.pw.toml"
hash = "d1f561a89e7a4c5d98b6cbb25088ea2ad56ca1cff60118f2076912f49f8cfed3"
metafile = true
[[files]]
file = "mods/elytra-slot.pw.toml"
hash = "ecc30c21290ac87a732085e16add94a392d4e5dfc0bae5f353975eea51a38a84"
metafile = true
[[files]]
file = "mods/embeddedcomputer.pw.toml"
hash = "4dbf3154d16c40fdcffce24d15893d8de5348bdcc1a8a5ac00a35405a13440a3"
metafile = true
[[files]]
file = "mods/enderchests.pw.toml"
hash = "a85bce078145b12ba78cb81cc8c69ce7eed9b94c35967956d82590f949e58f75"
metafile = true
[[files]]
file = "mods/endertanks.pw.toml"
hash = "c9ec20a9bc63070f66faa31cfc5fb5a675c87849736c5c26bfe7525fc115c989"
metafile = true
[[files]]
file = "mods/exposure.pw.toml"
hash = "f8813d9ca24d1bbcdb5221d501d512628066140bcfd18e7341c8cb4ee0135d4f"
metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "71c1a36f3a6dc674f1b89e3d254a8e67d2a831b70f66c64e37cc998c419ad977"
metafile = true
[[files]]
file = "mods/fallingleaves.pw.toml"
hash = "8945ea290647fec8b91c24bd81821ee1d73d84a968d23260dbee24ceb951db4d"
metafile = true
[[files]]
file = "mods/fast-ip-ping.pw.toml"
hash = "41504449b69a32068d2db598dfbc8d3690690e16a3a6d5cc1af256fbead1f653"
metafile = true
[[files]]
file = "mods/forge-config-api-port.pw.toml"
hash = "f9d89c62265e675839395d925f4162e3e93fda837ed50fbe3832f4ae9c58bebb"
metafile = true
[[files]]
file = "mods/frozenlib.pw.toml"
hash = "52d48975fa53bb67fe1d8282fe9b78a2f5d2749f479a4e302ccf2da0026dd388"
@ -163,6 +228,16 @@ file = "mods/infinite-dimensions.pw.toml"
hash = "92b0f1e1371155f78b8ac15d6b96e3310257d7f21f737532ca27b02919b6cb8e"
metafile = true
[[files]]
file = "mods/iris.pw.toml"
hash = "5284f6d141a990f4ea021c12b851e07102f5cb22743cf7b33be6ad2eb4c8d3f5"
metafile = true
[[files]]
file = "mods/item-borders.pw.toml"
hash = "8a8675e1edc03220d8cfd86100b6f2bc83a9a760c8f6164fcdceb223d838ea60"
metafile = true
[[files]]
file = "mods/jade.pw.toml"
hash = "e7f5e2783c982ce541742165d90ea4567e75d4ed9efdca19b92eac7140b84342"
@ -248,6 +323,26 @@ file = "mods/mcwifipnp.pw.toml"
hash = "848f1eed33d9b8a7e2dcfa87e11067ef3672301265c3e4deed01c0fc88268880"
metafile = true
[[files]]
file = "mods/mini-tardis-computercraft-bridge.pw.toml"
hash = "6560d21c4ed6c5dab0c3fc6030b773dac382c22580d07d398c2036e9057a01d4"
metafile = true
[[files]]
file = "mods/mini-tardis-portals.pw.toml"
hash = "e72c31a73ebf6d2eb92a5f80faff937300e2c92ec2eee9d62b4b3f02935d81df"
metafile = true
[[files]]
file = "mods/mini-tardis.pw.toml"
hash = "44bee75a57618d1e815e915ce91a1c8312e08204f86232b2be547f752e7e1e57"
metafile = true
[[files]]
file = "mods/modmenu.pw.toml"
hash = "d917697e84a95f857a447d26f94d93169a5a62176c93193cdf80c8d8bc1e280a"
metafile = true
[[files]]
file = "mods/moonlight.pw.toml"
hash = "5f5ba0fde87eb80a3ba78d0f3c92efda0753d9108ea4f47df99b5c628bb88f38"
@ -278,6 +373,11 @@ file = "mods/not-enough-animations.pw.toml"
hash = "a6e3ca19c98f18fcf6e8a89587c0fb15df4a2147db9ae1f18d3d2b178fce10ac"
metafile = true
[[files]]
file = "mods/oh-the-biomes-weve-gone.pw.toml"
hash = "2b0a1607c65ed3bece7b980fd80ed74b2bab18af87a0615ffaabef5a5a20d7b2"
metafile = true
[[files]]
file = "mods/oh-the-trees-youll-grow.pw.toml"
hash = "d8ed509c1738a633c9cd2aea2a271b97c6b843ca2053db15539335474965eec0"
@ -303,11 +403,36 @@ file = "mods/prism-lib.pw.toml"
hash = "478cf24d75c02422619241c8b79cf938bcf94b220474eef57bcfae17f4816dd9"
metafile = true
[[files]]
file = "mods/reeses-sodium-options.pw.toml"
hash = "55a727cabdd9d6e84fb0232b49d0dfa207751002e7f1f63b959baa35e2f29868"
metafile = true
[[files]]
file = "mods/refined-storage-quartz-arsenal.pw.toml"
hash = "29e1ccb40b3f92cce847da92fdd881f3a70584711bc00fdd379d2d15a793ecb9"
metafile = true
[[files]]
file = "mods/refined-storage-rei-integration.pw.toml"
hash = "9c1ce3dd9d722135a25694de27a555ee592b487eeed5b2906a51b5ef91d88242"
metafile = true
[[files]]
file = "mods/refined-storage-trinkets-integration.pw.toml"
hash = "07b691b3cfd87a286d6dd6a917df9482f964d350c51c9e9dc4533f6e14f618dd"
metafile = true
[[files]]
file = "mods/refined-storage.pw.toml"
hash = "561c73e663a408a07be5939182db6a72ff30cffd6b7d6704eb58b68e692b19ba"
metafile = true
[[files]]
file = "mods/rei.pw.toml"
hash = "0a5ac09659d6565197829af0d2b6e8caa0f0aa5dac123e75c5846bf10914b9ed"
metafile = true
[[files]]
file = "mods/resourceful-config.pw.toml"
hash = "2272f386d6106a691953f80822614643f0a4ef9df1cbff71fcc02caebd8ad45b"
@ -323,11 +448,26 @@ file = "mods/searchables.pw.toml"
hash = "8302da862578554b012b2cfe58a3c1e75b514d09f94d842e7303be41a2157aeb"
metafile = true
[[files]]
file = "mods/shetiphiancore.pw.toml"
hash = "43c482bb55e67314f2dbec272fec11a202213d983a687b611f2323adc14706f0"
metafile = true
[[files]]
file = "mods/short-circuit.pw.toml"
hash = "151822501b4b470389e009581f299c84e914e47d92a470f797d95e7713954b3a"
metafile = true
[[files]]
file = "mods/simple-copper-pipes.pw.toml"
hash = "c8c4ff771efb2674ddc834787a0c093d4bf917b9a33e7d4fc429f3b9f01535a1"
metafile = true
[[files]]
file = "mods/simple-discord-rpc.pw.toml"
hash = "cf06c923fd862cda2209155bf0948dff5b4ad8dda98a415e8eb0b65aa97b4510"
metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "3f74bba2fa702257f073f185246d70109e7aa6a464084382f75ec91a4c9b2ac1"
@ -335,7 +475,7 @@ metafile = true
[[files]]
file = "mods/sodium.pw.toml"
hash = "11e2d2257d15509f1acffb9945c0a85f35ddffbf6877b8ab8ff21414f0f3caff"
hash = "be0c8881821da897824770b2a71f0f3765a233eda69b295fa5b92ffe8a25014c"
metafile = true
[[files]]
@ -348,16 +488,41 @@ file = "mods/spark.pw.toml"
hash = "9bdd041fb29ab003ef5bb1f0ba53516847e32e3010a3fce247f743fc98e08a6b"
metafile = true
[[files]]
file = "mods/status-effect-bars.pw.toml"
hash = "1fa203fbf7578d4f6fc251b3529cf79935d7e4a573a281241de74e488be639b7"
metafile = true
[[files]]
file = "mods/storagedrawers.pw.toml"
hash = "94116f43566e250987da71385cb5dd93b5b576dbc7603e71cdb1b31a5e5eeb3d"
metafile = true
[[files]]
file = "mods/supplementaries-squared.pw.toml"
hash = "59ac62841c268c74eb13c90ff2f77c2b2fc4b952c12dc2425d8f14953f4ba8b3"
metafile = true
[[files]]
file = "mods/talkbubbles.pw.toml"
hash = "46c7d8159ca4cbe1f87a1c30677cec9d4a9bcbdb3aae24dc957b081fb80eb3ae"
metafile = true
[[files]]
file = "mods/terrablender.pw.toml"
hash = "e35593590fe988653baebae4638f6c93b5d822351274955cc1288b34fe5429fe"
metafile = true
[[files]]
file = "mods/toms-peripherals.pw.toml"
hash = "0fafa1fc77eb8f825bc8b5ebabdb71c4030bf9dd3e8496f6e169016198393ea1"
metafile = true
[[files]]
file = "mods/travelersbackpack.pw.toml"
hash = "fe1b08c25d551c4ce9dc31d0373cfda89e3678149a79196afddb6edf267a125e"
metafile = true
[[files]]
file = "mods/trinkets.pw.toml"
hash = "860812150cb54f0d9ee1bce7b72798b6cc5f752bb05709f0c60231d054ec281d"
@ -368,7 +533,22 @@ file = "mods/wavey-capes.pw.toml"
hash = "e8f55a1cdfc03e5f313a27db80e7427f28be997cb78224e666c8ea20a6693525"
metafile = true
[[files]]
file = "mods/waystones.pw.toml"
hash = "57e050bb77256da3acb193ed2440d91083b7d1b3584bd7885c004df9a326ac3b"
metafile = true
[[files]]
file = "mods/what-are-they-up-to.pw.toml"
hash = "ec15f6beff0499d5784e5ca8863f9e2772e8a5f3501d07f471b7b8bdf6655277"
metafile = true
[[files]]
file = "mods/worldedit.pw.toml"
hash = "08d4775f8546564ad812b09062633ffc48f44b76328efe3832c021651af86b14"
metafile = true
[[files]]
file = "mods/yigd.pw.toml"
hash = "bb800d4afb5e4ba81bfa0432d4e787f957815eff4757cc7eee608ba63514e409"
metafile = true

View file

@ -1,13 +0,0 @@
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"

View file

@ -0,0 +1,13 @@
name = "Aether Villages"
filename = "AetherVillages-1.21.1-1.0.8-fabric.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/3P2XnNW6/versions/AOZ2B4Ql/AetherVillages-1.21.1-1.0.8-fabric.jar"
hash-format = "sha512"
hash = "e0b28e5e3e9993a008f0ee4f99f478f9e59372a38f004eaec61d69ffcb553c22b2ef0c7ff843ed9bcddeb3922d3de7e6f55ac2b5b32d3789ab755453d6c9940a"
[update]
[update.modrinth]
mod-id = "3P2XnNW6"
version = "AOZ2B4Ql"

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

@ -0,0 +1,13 @@
name = "The Aether"
filename = "aether-1.21.1-1.5.8-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/YhmgMVyu/versions/Rnyb9mDy/aether-1.21.1-1.5.8-fabric.jar"
hash-format = "sha512"
hash = "44ef2aafe51b128df685c5497c5fd47ce185aafdfc15fc181a5668ac9a01f1b788b82a9b48854481adac51fe64559154cb8a0c837c5fe31ca5e72ece22f709f2"
[update]
[update.modrinth]
mod-id = "YhmgMVyu"
version = "Rnyb9mDy"

View file

@ -0,0 +1,13 @@
name = "Charm of Undying"
filename = "charmofundying-fabric-9.1.0+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/b5GyyYkp/versions/RX60LMvX/charmofundying-fabric-9.1.0%2B1.21.1.jar"
hash-format = "sha512"
hash = "d42120867eb3cd14266950d8f5332d25e3943ad0fc89f92a7e9c2e68e29419c3279951a11f3b1c8108e714b7519461ba526ee3db1170efca35ae38f00582d13c"
[update]
[update.modrinth]
mod-id = "b5GyyYkp"
version = "RX60LMvX"

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

@ -0,0 +1,13 @@
name = "Controlling"
filename = "Controlling-fabric-1.21.1-19.0.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/xv94TkTM/versions/hGJDoW2W/Controlling-fabric-1.21.1-19.0.5.jar"
hash-format = "sha512"
hash = "2b172371037bdac4d37332f1fcfbd09c6e083524ba02ea62d980aab937c79cef4eeeea4e05353cbb0428dcb1d31f04ce0f6f148619d15db74587b983c6d04bc8"
[update]
[update.modrinth]
mod-id = "xv94TkTM"
version = "hGJDoW2W"

View file

@ -0,0 +1,13 @@
name = "Creeper Overhaul"
filename = "CreeperOverhaul-fabric-1.21.1-4.0.6.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/MI1LWe93/versions/O6yuPiE8/CreeperOverhaul-fabric-1.21.1-4.0.6.jar"
hash-format = "sha512"
hash = "696ed6a972c49186f081c636d929f1058bbbe20e90faf1cb03937c4915a0583f258168b03ccf9d5b97a003c17cae4428cbfd94cfa250b059acb4f9b802af7e08"
[update]
[update.modrinth]
mod-id = "MI1LWe93"
version = "O6yuPiE8"

View file

@ -0,0 +1,13 @@
name = "Do a Barrel Roll"
filename = "do_a_barrel_roll-fabric-3.7.3+1.21.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/6FtRfnLg/versions/vBXl66wc/do_a_barrel_roll-fabric-3.7.3%2B1.21.jar"
hash-format = "sha512"
hash = "664cb4d13b9963f6574381ec6c4f1dcfe9245f2afdfafcd89a2f1c7708d46592fbe8f6aeca18f231eaacae27e4a5eca569619fd2a7690a536a176c1de82ddf9c"
[update]
[update.modrinth]
mod-id = "6FtRfnLg"
version = "vBXl66wc"

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

@ -0,0 +1,13 @@
name = "Drip Sounds"
filename = "Drip Sounds-0.5.1+1.21.5-Fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/T8MMXTpr/versions/rpAyR7Ts/Drip%20Sounds-0.5.1%2B1.21.5-Fabric.jar"
hash-format = "sha512"
hash = "39c4beb298fdc9c2dde552fe27d9bae5dd661fc48eef508b916043054420334cf9c327979a64f9450fa4404745b2166f3eaeaded6202ea95f9fbc58223481e35"
[update]
[update.modrinth]
mod-id = "T8MMXTpr"
version = "rpAyR7Ts"

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

@ -0,0 +1,13 @@
name = "Elytra Slot"
filename = "elytraslot-fabric-9.0.1+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/mSQF1NpT/versions/jxx2pc4h/elytraslot-fabric-9.0.1%2B1.21.1.jar"
hash-format = "sha512"
hash = "fab675a85858199c268ec1f09bac59ef53d0eee8703c3325619ba1dc9559cbff21d274a7fcbd1046edf17aa30121c99d22a2514f714a7623e23331b985132659"
[update]
[update.modrinth]
mod-id = "mSQF1NpT"
version = "jxx2pc4h"

View file

@ -0,0 +1,13 @@
name = "Embedded Computer"
filename = "embeddedcomputer-1.1.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/X41LBcSD/versions/ycMiVsAk/embeddedcomputer-1.1.1.jar"
hash-format = "sha512"
hash = "6bc501924320e3ea21fbb9bcc45f21e496f5e921f6a02a2b01f8d08aef00a6377a5561eb1efd46db743741063f296ea0e5131fdd0d9596b166f4be9939261023"
[update]
[update.modrinth]
mod-id = "X41LBcSD"
version = "ycMiVsAk"

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

@ -0,0 +1,13 @@
name = "EnderChests"
filename = "enderchests-fabric-1.21.1-0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gxSiDoVF/versions/O4ygh1Ia/enderchests-fabric-1.21.1-0.1.jar"
hash-format = "sha512"
hash = "50798f7b11dd602e3a6410cc7fc6a196aa51c6ddad19ff5eed6cf8a2f987a1ccf439a23073ccd2b5dd484412d1a20ecfba3a10bfbca52f887bd4aaa46ec6369a"
[update]
[update.modrinth]
mod-id = "gxSiDoVF"
version = "O4ygh1Ia"

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

@ -0,0 +1,13 @@
name = "EnderTanks"
filename = "endertanks-fabric-1.21.1-0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/zZwEA08D/versions/kBu8KCpK/endertanks-fabric-1.21.1-0.1.jar"
hash-format = "sha512"
hash = "11d658fd2e3249f66d4ea2fe4342da4e431b2fb2dc9934fa3fedd63aec3ffa0e630b685e4269535d64b99efb33010e15b78864797c4c7069ace39a8c9db1a319"
[update]
[update.modrinth]
mod-id = "zZwEA08D"
version = "kBu8KCpK"

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

@ -0,0 +1,13 @@
name = "Exposure"
filename = "exposure-fabric-1.21.1-1.9.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hB899VmG/versions/tu6CXNag/exposure-fabric-1.21.1-1.9.2.jar"
hash-format = "sha512"
hash = "9f963d172fdc72b7e34ea2cff58767bdc4b97e3a3744379b8e21943614fedb75419a31f508cc1bc73db6e6d8fa861df48ab19176206358bb8ba2902cc354ef45"
[update]
[update.modrinth]
mod-id = "hB899VmG"
version = "tu6CXNag"

View file

@ -0,0 +1,13 @@
name = "Falling Leaves"
filename = "fallingleaves-1.16.4+1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/NpyrzO8Q/fallingleaves-1.16.4%2B1.21.1.jar"
hash-format = "sha512"
hash = "da409a5432cc05cb03dad7eb677596b54f8d5dff4a03e692508744081cc88579dc5baed5923c6c83bc70c6f04d33cf976a6fc721c5285a8a0ad76c8fe5576b7b"
[update]
[update.modrinth]
mod-id = "WhbRG4iK"
version = "NpyrzO8Q"

View file

@ -0,0 +1,13 @@
name = "Forge Config API Port"
filename = "ForgeConfigAPIPort-v21.1.3-1.21.1-Fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ohNO6lps/versions/NqVx7ywO/ForgeConfigAPIPort-v21.1.3-1.21.1-Fabric.jar"
hash-format = "sha512"
hash = "da65efa5c11d8268fb3e1f765e81b95766610a37fb9bb3ede74865f0c8882beb8897b393581de1d7306cf16ed82cc98db84649173a4acce3bd48bc1d36d34648"
[update]
[update.modrinth]
mod-id = "ohNO6lps"
version = "NqVx7ywO"

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

@ -0,0 +1,13 @@
name = "Iris Shaders"
filename = "iris-fabric-1.8.8+mc1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/zsoi0dso/iris-fabric-1.8.8%2Bmc1.21.1.jar"
hash-format = "sha512"
hash = "2e6ba2ffa1e1a6799288245a7e0ac68ee8df1d41b98362189df58f535cae34fa9277801e4136633467341b7dae5be0e5c698011b480b3d91b66d3dd4f7567aa6"
[update]
[update.modrinth]
mod-id = "YL57xq9U"
version = "zsoi0dso"

13
mods/item-borders.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Item Borders"
filename = "ItemBorders-1.21-fabric-1.2.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/b1fMg6sH/versions/yZWXg0WM/ItemBorders-1.21-fabric-1.2.5.jar"
hash-format = "sha512"
hash = "e34801c50c8bfb15987d2283524882f661cb30178e17d63ed941f363b240ba4dcf5bdccd1cc0e32b470803aadf670ef74bd4e3b1bf412bbdb32adbdc012213e9"
[update]
[update.modrinth]
mod-id = "b1fMg6sH"
version = "yZWXg0WM"

View file

@ -0,0 +1,13 @@
name = "Mini Tardis ComputerCraft Bridge"
filename = "mini-tardis-computercraft-bridge-1.0.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/DKrmTLnT/versions/fdvcLpvV/mini-tardis-computercraft-bridge-1.0.5.jar"
hash-format = "sha512"
hash = "8e9430c34d0a3d0cd10c53207da5470711c4107a60f637b6810fc3a2775637873283fc16c1dee2936df2b9b4b965f149def39502f74413fd96f8118bf1fcd9f9"
[update]
[update.modrinth]
mod-id = "DKrmTLnT"
version = "fdvcLpvV"

View file

@ -0,0 +1,13 @@
name = "Mini Tardis: BOTI"
filename = "mini_tardis_portals-2.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/JpT3LAAC/versions/PZcuuR2w/mini_tardis_portals-2.0.0.jar"
hash-format = "sha512"
hash = "03475961d534c5e8e7e84c52318e3fe7473ef3db13115a111c606212c096796d088fc4ba7b5007fa7e8aea5bcbcfe37e8b741ac0a4bcfe535f639757dd103ec8"
[update]
[update.modrinth]
mod-id = "JpT3LAAC"
version = "PZcuuR2w"

13
mods/mini-tardis.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Mini Tardis"
filename = "mini_tardis-2.0.0-beta.1+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/AnM1UyFW/versions/WR72teKw/mini_tardis-2.0.0-beta.1%2B1.21.1.jar"
hash-format = "sha512"
hash = "99f74cf91a6a3d8f0414b5861f8e7cdee704bf66fb4f2f373a3bdc9f5ae3781973f4414eb585b8f75a8d50508e7b119e7eda66943da4a7a2a350b6e124289891"
[update]
[update.modrinth]
mod-id = "AnM1UyFW"
version = "WR72teKw"

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

@ -0,0 +1,13 @@
name = "Mod Menu"
filename = "modmenu-11.0.3.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/YIfqIJ8q/modmenu-11.0.3.jar"
hash-format = "sha512"
hash = "4c6387a059c7ac9028acc3d78124af02a4495bef2c16783bbffe5bf449067daf2620708fd57f8725e46f0c34d0f571adf60f0869742bfe7f6101ddf13a2a87da"
[update]
[update.modrinth]
mod-id = "mOgUt4GM"
version = "YIfqIJ8q"

View file

@ -0,0 +1,13 @@
name = "Oh The Biomes We've Gone"
filename = "Oh-The-Biomes-Weve-Gone-Fabric-2.3.13.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/4fO3ULee/Oh-The-Biomes-Weve-Gone-Fabric-2.3.13.jar"
hash-format = "sha512"
hash = "580d42fcb812d8d63bb86fb66ed96817400cd0d506156df7d1950b03bd3cd39a0c01c674dd236dba44ff9d19a08f0aae3ac875c1f3df21e725ab00b5abf49bbb"
[update]
[update.modrinth]
mod-id = "NTi7d3Xc"
version = "4fO3ULee"

View file

@ -0,0 +1,13 @@
name = "Reese's Sodium Options"
filename = "reeses-sodium-options-fabric-1.8.3+mc1.21.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/KoUrx3jJ/reeses-sodium-options-fabric-1.8.3%2Bmc1.21.4.jar"
hash-format = "sha512"
hash = "42fd766fb3f4064938389599a53c3baad29e40e6ab9cdae9a4302eaa8b2daa96af9128978348549ef47122ecf2663b2e81e5155d01a4be4eba4d03c7e6974dba"
[update]
[update.modrinth]
mod-id = "Bh37bMuy"
version = "KoUrx3jJ"

View file

@ -0,0 +1,13 @@
name = "Refined Storage - Quartz Arsenal"
filename = "refinedstorage-quartz-arsenal-fabric-1.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gnwGOmBf/versions/l3Ip1j4y/refinedstorage-quartz-arsenal-fabric-1.0.0.jar"
hash-format = "sha512"
hash = "b5cfb055f68320d9b54fd9c410c135dcde1acabf36582d91418f93aad791934baf728a104270d942b3a6340764237cd2a99ec70ab35a8fc79b0cf4f9d08df203"
[update]
[update.modrinth]
mod-id = "gnwGOmBf"
version = "l3Ip1j4y"

View file

@ -0,0 +1,13 @@
name = "Refined Storage - REI Integration"
filename = "refinedstorage-rei-integration-fabric-1.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/RGAJWsc3/versions/LSiWqkiI/refinedstorage-rei-integration-fabric-1.0.0.jar"
hash-format = "sha512"
hash = "78ed630ee2238fc50441d0deaa0fef4a760a8e302fe0f90c29c8b07926c0ce3aba1a5fd0d6a18a194c74b069ca489a171fbb718eccc4908f67fba402178e1440"
[update]
[update.modrinth]
mod-id = "RGAJWsc3"
version = "LSiWqkiI"

View file

@ -0,0 +1,13 @@
name = "Refined Storage - Trinkets Integration"
filename = "refinedstorage-trinkets-integration-1.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/EkNHO3Uw/versions/G9QXGkZR/refinedstorage-trinkets-integration-1.0.0.jar"
hash-format = "sha512"
hash = "12d968c9415ac6d23be55ee145853a2ab1ac53086be0b1ac80f2bdfe52f066e8d4ee96b9296c726e4a1b8e157cd649ed1746a98fe70df063e1b754fe7c6de94a"
[update]
[update.modrinth]
mod-id = "EkNHO3Uw"
version = "G9QXGkZR"

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

@ -0,0 +1,13 @@
name = "Roughly Enough Items (REI)"
filename = "RoughlyEnoughItems-16.0.799-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/aWzTESNC/RoughlyEnoughItems-16.0.799-fabric.jar"
hash-format = "sha512"
hash = "e4b16c69dc3cc4f7a13c1e285ff0914fd065ca1973450244ac0551f59bcd1247febedbef73c3f89ee4e684f037e3225a7b0d49138292df9303742c12f30010b6"
[update]
[update.modrinth]
mod-id = "nfn13YXA"
version = "aWzTESNC"

View file

@ -0,0 +1,13 @@
name = "ShetiPhianCore"
filename = "shetiphiancore-fabric-1.21.1-0.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/oX7uP2kS/versions/BOiPKci9/shetiphiancore-fabric-1.21.1-0.3.jar"
hash-format = "sha512"
hash = "b064f9ca6b8c3f1240a7b814af27fea656b9a1399f2a3fe2dd647bd0ad284ee3db00cea3f18c4942800c186a05696ad3cc5e16894ecc8fe11c12b0af2f2f5e7b"
[update]
[update.modrinth]
mod-id = "oX7uP2kS"
version = "BOiPKci9"

View file

@ -0,0 +1,13 @@
name = "Simple Copper Pipes"
filename = "SimpleCopperPipes-mc1.21.1-2.0.6.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9r4ZkgSN/versions/OiCkwg79/SimpleCopperPipes-mc1.21.1-2.0.6.jar"
hash-format = "sha512"
hash = "513fcc3cf70b394fa37563e5c9651f703238e887463e00b7de48fa095353b89edbb92df50ec93a2a9acce28d490c7f8fe747b1c0129418fc503433573569403e"
[update]
[update.modrinth]
mod-id = "9r4ZkgSN"
version = "OiCkwg79"

View file

@ -0,0 +1,13 @@
name = "Simple Discord RPC"
filename = "SimpleRPC-Universal-4.0.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/ObXSoyrn/versions/r7UZSbfj/SimpleRPC-Universal-4.0.2.jar"
hash-format = "sha512"
hash = "405df99e403ae1c6976b7944e05d70e77da8371e2df8b450ab7490ac849891ec98458c72f301bc22f2b6983447fc545da9fcad2b91425d98f24b30a9d7532e04"
[update]
[update.modrinth]
mod-id = "ObXSoyrn"
version = "r7UZSbfj"

View file

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

View file

@ -0,0 +1,13 @@
name = "Status Effect Bars"
filename = "status-effect-bars-1.0.6.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/x02cBj9Y/versions/ramqgou6/status-effect-bars-1.0.6.jar"
hash-format = "sha512"
hash = "3e33772836b72d05a169c853a87971f56ca202604486d50fc408b604eef697acc66274491d0ad85544ca2446af7d9172955a9b28b626c543118125fa812f9652"
[update]
[update.modrinth]
mod-id = "x02cBj9Y"
version = "ramqgou6"

View file

@ -0,0 +1,13 @@
name = "Supplementaries Squared"
filename = "suppsquared-1.21-1.2.8-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/dCCkNFwE/versions/PaHXd3UT/suppsquared-1.21-1.2.8-fabric.jar"
hash-format = "sha512"
hash = "6a0d33e0b09c670fe39ae9c9200417158af0f3ff5ac037a8d4d899b0eef888f685cd998a346d6b8317824b90a0e0bd46d01914b31742bb04608eb9c8c9ad7a3f"
[update]
[update.modrinth]
mod-id = "dCCkNFwE"
version = "PaHXd3UT"

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

@ -0,0 +1,13 @@
name = "TalkBubbles"
filename = "talkbubbles-1.0.8.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/BUpChT1v/versions/MEHKQGEi/talkbubbles-1.0.8.jar"
hash-format = "sha512"
hash = "56a4c378888c78c30f1253d0a63608752c3cdee763d9361c3316bee1230d74433102c9b7e99683e76358154db7b19b62552bada8d3d4007fde28857a35677186"
[update]
[update.modrinth]
mod-id = "BUpChT1v"
version = "MEHKQGEi"

View file

@ -0,0 +1,13 @@
name = "Tom's Peripherals"
filename = "toms_peripherals_fabric-1.21-1.2.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ljgxd2P8/versions/y79J9XLn/toms_peripherals_fabric-1.21-1.2.2.jar"
hash-format = "sha512"
hash = "fca9e70573295b6098c784b8a505188b37df47405c78a3d64b8f31468e3241d601b3807232b7326fe3f80dcd619e9be9281f032ce0684a8e00c21bb8df266546"
[update]
[update.modrinth]
mod-id = "ljgxd2P8"
version = "y79J9XLn"

View file

@ -0,0 +1,13 @@
name = "Traveler's Backpack"
filename = "travelersbackpack-fabric-1.21.1-10.1.19.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/rlloIFEV/versions/Mse7s79Y/travelersbackpack-fabric-1.21.1-10.1.19.jar"
hash-format = "sha512"
hash = "ccfad1d66c629d6d4ff89ed0618f9499e62931e1517830b32772836c25dd1db39533fc85e013e1ef44536b6bc5c51a4c95ce073b12cac4cfeab7d752d1600d23"
[update]
[update.modrinth]
mod-id = "rlloIFEV"
version = "Mse7s79Y"

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

@ -0,0 +1,13 @@
name = "Waystones"
filename = "waystones-fabric-1.21.1-21.1.18.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/nIcT6ztO/waystones-fabric-1.21.1-21.1.18.jar"
hash-format = "sha512"
hash = "19d17e9a33ef86340c0038f5f9955bcb1c09c66e622b109e167c92ba109d1dba956c01714795c56d09c64a49797f4b7cf2f636646abbac2b56037e108eab33f9"
[update]
[update.modrinth]
mod-id = "LOpKHB2A"
version = "nIcT6ztO"

View file

@ -0,0 +1,13 @@
name = "What Are They Up To (Watut)"
filename = "watut-fabric-1.21.0-1.2.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/AtB5mHky/versions/iHAQTK0N/watut-fabric-1.21.0-1.2.7.jar"
hash-format = "sha512"
hash = "5a3433f4ecd7826ec80320b898bb57b4b89a95e17fea97e3ff78f9e00afd0fd0213eaad3ee00952902a47258c5e5453ab3b2763358ee7473ca1fe36b42d13000"
[update]
[update.modrinth]
mod-id = "AtB5mHky"
version = "iHAQTK0N"

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

@ -0,0 +1,13 @@
name = "You're in Grave Danger"
filename = "youre-in-grave-danger-fabric-2.4.16.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/HnD1GX6e/versions/onYxiALI/youre-in-grave-danger-fabric-2.4.16.jar"
hash-format = "sha512"
hash = "7296e8f470b59a85b40430155d43e40e0e92b46c9ad3e29b4fa19ebf3d0eb77255e337c4b7bdb8dc431fe6365032b1c8da8587a188c3cc21ec38d710d810a847"
[update]
[update.modrinth]
mod-id = "HnD1GX6e"
version = "onYxiALI"

View file

@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "7194cd095bb6bd65254aa355e62d7470e73f239e78366e539e8bf6134ef05135"
hash = "c47d1c26150c97b85d1a8d873f82cf721929a5d4d19a87779bc9e3009dd1d282"
[versions]
fabric = "0.16.14"