From f375850d7a9d25165a506342f7515b4a985e29a1 Mon Sep 17 00:00:00 2001 From: NullBite Date: Fri, 29 Nov 2024 20:10:04 -0500 Subject: [PATCH] (works) --- index.toml | 40 +++++++++++++++++++ mods/create-connected-fabric.pw.toml | 13 ++++++ ...create-enchantment-industry-fabric.pw.toml | 13 ++++++ mods/create-fabric.pw.toml | 13 ++++++ mods/create-garnished.pw.toml | 13 ++++++ mods/create-power-loader-fabric.pw.toml | 13 ++++++ mods/create-steam-n-rails.pw.toml | 13 ++++++ mods/create-track-map.pw.toml | 8 ++++ mods/createaddition.pw.toml | 13 ++++++ pack.toml | 2 +- 10 files changed, 140 insertions(+), 1 deletion(-) create mode 100644 mods/create-connected-fabric.pw.toml create mode 100644 mods/create-enchantment-industry-fabric.pw.toml create mode 100644 mods/create-fabric.pw.toml create mode 100644 mods/create-garnished.pw.toml create mode 100644 mods/create-power-loader-fabric.pw.toml create mode 100644 mods/create-steam-n-rails.pw.toml create mode 100644 mods/create-track-map.pw.toml create mode 100644 mods/createaddition.pw.toml diff --git a/index.toml b/index.toml index 8dd3a56..98e8737 100644 --- a/index.toml +++ b/index.toml @@ -205,6 +205,46 @@ file = "mods/controlling.pw.toml" hash = "0360f47c1afd7385518db9df5d809344e1bcdc163e940a8744ee61b6d745b6ce" metafile = true +[[files]] +file = "mods/create-connected-fabric.pw.toml" +hash = "d98a04d6e59566b368d7c549dca1a6004f714bcc8a1d8e790cf3700fd8180c32" +metafile = true + +[[files]] +file = "mods/create-enchantment-industry-fabric.pw.toml" +hash = "da0b1e65c3bb9f9eabfbaf4242b3adf22267752adb3824fe62b24077cf458340" +metafile = true + +[[files]] +file = "mods/create-fabric.pw.toml" +hash = "26394151533372bce2229f31c8df7f65e2deb751cc823f317cd30682381acc8f" +metafile = true + +[[files]] +file = "mods/create-garnished.pw.toml" +hash = "d8e19293474d4b9e3a7687862a23e45551df12b540812648e5fc2cc98c47e711" +metafile = true + +[[files]] +file = "mods/create-power-loader-fabric.pw.toml" +hash = "819147b9b5a29485a20add7bb2453d3d0100dfa2df7466d9474b92c8122120b9" +metafile = true + +[[files]] +file = "mods/create-steam-n-rails.pw.toml" +hash = "4fac0263f4d5e5b8810969b6a04b64ee2396cd42232fd16bcadf7e8e7ae96d90" +metafile = true + +[[files]] +file = "mods/create-track-map.pw.toml" +hash = "25f28e0feaaa4385b024f216a675ec88b5af8d382ff11b723c36e5e39df0fc9f" +metafile = true + +[[files]] +file = "mods/createaddition.pw.toml" +hash = "d7efd7d686ed6465c3eb2a71a5be177876a774388fbb31804c29f3c55141b8df" +metafile = true + [[files]] file = "mods/creativecore.pw.toml" hash = "ef69820ad12ecf123b0d7ca51f3567067133060f1c526d645ca77a410e9a7c1a" diff --git a/mods/create-connected-fabric.pw.toml b/mods/create-connected-fabric.pw.toml new file mode 100644 index 0000000..a891b0a --- /dev/null +++ b/mods/create-connected-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Connected Fabric" +filename = "create_connected-0.7.4-mc1.20.1+FABRIC+HOTFIX.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QtkeMX9L/versions/S7xwyDWA/create_connected-0.7.4-mc1.20.1%2BFABRIC%2BHOTFIX.jar" +hash-format = "sha1" +hash = "a1079d42c8567b20738dfa7cdafe6b262b07a567" + +[update] +[update.modrinth] +mod-id = "QtkeMX9L" +version = "S7xwyDWA" diff --git a/mods/create-enchantment-industry-fabric.pw.toml b/mods/create-enchantment-industry-fabric.pw.toml new file mode 100644 index 0000000..98e13ed --- /dev/null +++ b/mods/create-enchantment-industry-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create Enchantment Industry Fabric" +filename = "create_enchantment_industry-1.2.16.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AEZO385x/versions/SI0RzkGk/create_enchantment_industry-1.2.16.jar" +hash-format = "sha1" +hash = "c1153315e3d0e7d216ca3179e483fe8b9f794433" + +[update] +[update.modrinth] +mod-id = "AEZO385x" +version = "SI0RzkGk" diff --git a/mods/create-fabric.pw.toml b/mods/create-fabric.pw.toml new file mode 100644 index 0000000..3def9c0 --- /dev/null +++ b/mods/create-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create Fabric" +filename = "create-fabric-0.5.1-f-build.1417+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/h2HgGyvA/create-fabric-0.5.1-f-build.1417%2Bmc1.20.1.jar" +hash-format = "sha1" +hash = "dc5c230e3b293092b457200883398225fffab597" + +[update] +[update.modrinth] +mod-id = "Xbc0uyRg" +version = "h2HgGyvA" diff --git a/mods/create-garnished.pw.toml b/mods/create-garnished.pw.toml new file mode 100644 index 0000000..6557031 --- /dev/null +++ b/mods/create-garnished.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Garnished" +filename = "garnished-2.0.2+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6e2SlzR4/versions/w7E36ytN/garnished-2.0.2%2B1.20.1-fabric.jar" +hash-format = "sha1" +hash = "b946026c8b6566ab98fdeabd475198f4d9b066be" + +[update] +[update.modrinth] +mod-id = "6e2SlzR4" +version = "w7E36ytN" diff --git a/mods/create-power-loader-fabric.pw.toml b/mods/create-power-loader-fabric.pw.toml new file mode 100644 index 0000000..d8906ac --- /dev/null +++ b/mods/create-power-loader-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Power Loader (Fabric)" +filename = "create_power_loader-1.5.3-mc1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/E9MuZ1zB/versions/fHsTW7eS/create_power_loader-1.5.3-mc1.20.1-fabric.jar" +hash-format = "sha1" +hash = "773fa689a5d1027959bb7900585900dbb75cf0dc" + +[update] +[update.modrinth] +mod-id = "E9MuZ1zB" +version = "fHsTW7eS" diff --git a/mods/create-steam-n-rails.pw.toml b/mods/create-steam-n-rails.pw.toml new file mode 100644 index 0000000..39aa8c5 --- /dev/null +++ b/mods/create-steam-n-rails.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Steam 'n' Rails" +filename = "Steam_Rails-1.6.4+fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/AJ3IGl3n/Steam_Rails-1.6.4%2Bfabric-mc1.20.1.jar" +hash-format = "sha1" +hash = "6aebceb3b11005d9cf7255f26344e1c3a635c91c" + +[update] +[update.modrinth] +mod-id = "ZzjhlDgM" +version = "AJ3IGl3n" diff --git a/mods/create-track-map.pw.toml b/mods/create-track-map.pw.toml new file mode 100644 index 0000000..dfce9b5 --- /dev/null +++ b/mods/create-track-map.pw.toml @@ -0,0 +1,8 @@ +name = "Create Track Map" +filename = "create-track-map-1.4+mc1.20.1-fabric.jar" +side = "server" + +[download] +url = "https://b2.nullbite.com/file/nullbite-personal/fabric-lite/create-track-map-1.4%2Bmc1.20.1-fabric.jar" +hash-format = "sha256" +hash = "f5e876c1ba6f4a53c51bc6300d40149ff54a49bb4026fcc31f1c1aeed7692f0e" diff --git a/mods/createaddition.pw.toml b/mods/createaddition.pw.toml new file mode 100644 index 0000000..a8db5f6 --- /dev/null +++ b/mods/createaddition.pw.toml @@ -0,0 +1,13 @@ +name = "Create Crafts & Additions" +filename = "createaddition-fabric+1.20.1-1.2.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/vV4bZmhm/createaddition-fabric%2B1.20.1-1.2.4.jar" +hash-format = "sha1" +hash = "a4b1618a3a7c14aab3c2fc46017a26c2b668dda3" + +[update] +[update.modrinth] +mod-id = "kU1G12Nn" +version = "vV4bZmhm" diff --git a/pack.toml b/pack.toml index 4216e2a..4b28c03 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0dd276d6a423465c6f72bf79683564eae7e9829daf8283d63c12c68ca0965795" +hash = "78bb03aa291ede7efecd053c193f285e75c4dac6cfc553fc9ab4b45dcec466bd" [versions] minecraft = "1.20.1"