From da0b0f4961f04aac1325b061ff3f8de9d181717f Mon Sep 17 00:00:00 2001 From: hkc Date: Fri, 15 Mar 2024 14:36:46 +0300 Subject: [PATCH] Initial commit --- index.toml | 46 +++++++++++++++++++ mods/architectury-api.pw.toml | 13 ++++++ mods/botarium.pw.toml | 13 ++++++ mods/create-deco.pw.toml | 13 ++++++ ...create-enchantment-industry-fabric.pw.toml | 13 ++++++ mods/create-fabric.pw.toml | 13 ++++++ mods/create-garnished.pw.toml | 13 ++++++ mods/create-goggles.pw.toml | 13 ++++++ mods/create-new-age.pw.toml | 13 ++++++ mods/fabric-api.pw.toml | 13 ++++++ pack.toml | 13 ++++++ 11 files changed, 176 insertions(+) create mode 100644 index.toml create mode 100644 mods/architectury-api.pw.toml create mode 100644 mods/botarium.pw.toml create mode 100644 mods/create-deco.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-goggles.pw.toml create mode 100644 mods/create-new-age.pw.toml create mode 100644 mods/fabric-api.pw.toml create mode 100644 pack.toml diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..696513a --- /dev/null +++ b/index.toml @@ -0,0 +1,46 @@ +hash-format = "sha256" + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "0cbcd58c49decc0ecbccd330fcc8326e3b8769e22e1740e229f09541acf3df7f" +metafile = true + +[[files]] +file = "mods/botarium.pw.toml" +hash = "43fe767a08365fa6c049c8e35323f6fd1a0aa4602725126e460ae6fd514888be" +metafile = true + +[[files]] +file = "mods/create-deco.pw.toml" +hash = "95a0eea23fda83e653a91b2d90b4e71fd63f516739da28f27253cc66a7da1548" +metafile = true + +[[files]] +file = "mods/create-enchantment-industry-fabric.pw.toml" +hash = "da0b1e65c3bb9f9eabfbaf4242b3adf22267752adb3824fe62b24077cf458340" +metafile = true + +[[files]] +file = "mods/create-fabric.pw.toml" +hash = "cc457369350325e226471c9b070f7ef3e47b6ea8126e8c7c28622b2960ea3f2b" +metafile = true + +[[files]] +file = "mods/create-garnished.pw.toml" +hash = "2dfdd1ca70fb60e06b06c1146d94d050274887bcb47aa4057b85ae253acca3df" +metafile = true + +[[files]] +file = "mods/create-goggles.pw.toml" +hash = "8632b0200d1a2d33dad115b6dda6ba96297fd3e402be07e07bfe8b877dbfb151" +metafile = true + +[[files]] +file = "mods/create-new-age.pw.toml" +hash = "246738f5a6bb9726299202fbe7a639ca214cf704e3ea6ca20414b9600c0a7412" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "e3272db811c06088fee691b5338e922681073fbc4f0e55a7d3865abb8b62eb0e" +metafile = true diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml new file mode 100644 index 0000000..4efa352 --- /dev/null +++ b/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-9.2.14-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar" +hash-format = "sha1" +hash = "4fa65e32dbf63a871a30fe8ec6fbff9a4b8d007d" + +[update] +[update.modrinth] +mod-id = "lhGA9TYQ" +version = "WbL7MStR" diff --git a/mods/botarium.pw.toml b/mods/botarium.pw.toml new file mode 100644 index 0000000..da39afd --- /dev/null +++ b/mods/botarium.pw.toml @@ -0,0 +1,13 @@ +name = "Botarium" +filename = "botarium-fabric-1.20.1-2.3.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/5a8eybLl/botarium-fabric-1.20.1-2.3.3.jar" +hash-format = "sha1" +hash = "ffd8b8ec111c5942b30aded4e3ba4f2429023f0e" + +[update] +[update.modrinth] +mod-id = "2u6LRnMa" +version = "5a8eybLl" diff --git a/mods/create-deco.pw.toml b/mods/create-deco.pw.toml new file mode 100644 index 0000000..7d460f5 --- /dev/null +++ b/mods/create-deco.pw.toml @@ -0,0 +1,13 @@ +name = "Create Deco" +filename = "createdeco-2.0.1-1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sMvUb4Rb/versions/TVEbvaBf/createdeco-2.0.1-1.20.1-fabric.jar" +hash-format = "sha1" +hash = "2873346ec8ca2874ef2dcc167c5b2c5fdbf98f04" + +[update] +[update.modrinth] +mod-id = "sMvUb4Rb" +version = "TVEbvaBf" 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..c00ad47 --- /dev/null +++ b/mods/create-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create Fabric" +filename = "create-fabric-0.5.1-f-build.1335+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/A8R3Be5A/create-fabric-0.5.1-f-build.1335%2Bmc1.20.1.jar" +hash-format = "sha1" +hash = "008a0169efbaca4a144af7467ca659a4011c30f4" + +[update] +[update.modrinth] +mod-id = "Xbc0uyRg" +version = "A8R3Be5A" diff --git a/mods/create-garnished.pw.toml b/mods/create-garnished.pw.toml new file mode 100644 index 0000000..0f5ab06 --- /dev/null +++ b/mods/create-garnished.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Garnished" +filename = "garnished-1.7+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6e2SlzR4/versions/R6VRNdjA/garnished-1.7%2B1.20.1.jar" +hash-format = "sha1" +hash = "21c543a7474a95835c900a8e8f36c2e87b7da799" + +[update] +[update.modrinth] +mod-id = "6e2SlzR4" +version = "R6VRNdjA" diff --git a/mods/create-goggles.pw.toml b/mods/create-goggles.pw.toml new file mode 100644 index 0000000..48677a8 --- /dev/null +++ b/mods/create-goggles.pw.toml @@ -0,0 +1,13 @@ +name = "Create Goggles" +filename = "creategoggles-1.20.1-0.5.5.f-[FABRIC].jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/L1RT5SJc/versions/BlsgVvAl/creategoggles-1.20.1-0.5.5.f-%5BFABRIC%5D.jar" +hash-format = "sha1" +hash = "14e52501d25e9395e680dff5f83432bb8373035d" + +[update] +[update.modrinth] +mod-id = "L1RT5SJc" +version = "BlsgVvAl" diff --git a/mods/create-new-age.pw.toml b/mods/create-new-age.pw.toml new file mode 100644 index 0000000..00e24d8 --- /dev/null +++ b/mods/create-new-age.pw.toml @@ -0,0 +1,13 @@ +name = "Create: New Age" +filename = "create-new-age-fabric-1.20.1-1.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FTeXqI9v/versions/rk63oafd/create-new-age-fabric-1.20.1-1.1.2.jar" +hash-format = "sha1" +hash = "b7620a4c47911da46a7fff253ef0ce4ce7aa54ab" + +[update] +[update.modrinth] +mod-id = "FTeXqI9v" +version = "rk63oafd" diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml new file mode 100644 index 0000000..318888d --- /dev/null +++ b/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/YG53rBmj/fabric-api-0.92.0%2B1.20.1.jar" +hash-format = "sha1" +hash = "3373057a5049e311557f8c9494b35ef2df88d984" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "YG53rBmj" diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..8770aae --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "Let's Create" +author = "hatkidchan" +version = "0.0.1" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "08da702bd71953bdbab5315e66994ed5a1291b517a9ca389d3160bf76503f49a" + +[versions] +fabric = "0.15.6" +minecraft = "1.20.1"