From e7a922fe93c460fd77cd061ef8786f20f763c5af Mon Sep 17 00:00:00 2001 From: Khorne Date: Sat, 30 Mar 2024 15:40:46 -0500 Subject: [PATCH] firebomb 1.3 --- index.toml | 25 ++++++++++++++++++++++++ mods/builders-delight-forge.pw.toml | 13 ++++++++++++ mods/fusion-connected-textures.pw.toml | 13 ++++++++++++ mods/rechiseled.pw.toml | 13 ++++++++++++ mods/supermartijn642s-config-lib.pw.toml | 13 ++++++++++++ mods/supermartijn642s-core-lib.pw.toml | 13 ++++++++++++ pack.toml | 4 ++-- 7 files changed, 92 insertions(+), 2 deletions(-) create mode 100644 mods/builders-delight-forge.pw.toml create mode 100644 mods/fusion-connected-textures.pw.toml create mode 100644 mods/rechiseled.pw.toml create mode 100644 mods/supermartijn642s-config-lib.pw.toml create mode 100644 mods/supermartijn642s-core-lib.pw.toml diff --git a/index.toml b/index.toml index 33b9637..b36bcd8 100644 --- a/index.toml +++ b/index.toml @@ -70,6 +70,11 @@ file = "mods/biomesyougo.pw.toml" hash = "6e3bc306196e0edc56d8339c0029fda4d61b42df582e9898ba48b0d4e216b717" metafile = true +[[files]] +file = "mods/builders-delight-forge.pw.toml" +hash = "514f42f10ec0ca169cc4a600470959357427c4d37bbd7f5422c7b2ba70f8f175" +metafile = true + [[files]] file = "mods/cc-tweaked.pw.toml" hash = "38587f6ffaa35d13947bae7b4f126376593e665fa849dc5532ce6bfef78bd4be" @@ -165,6 +170,11 @@ file = "mods/framework.pw.toml" hash = "a178f87f309414a5b8661e98d65deb500c3580efd0458ddcf071637987edb605" metafile = true +[[files]] +file = "mods/fusion-connected-textures.pw.toml" +hash = "47b2fe5984528205b00c724cb76d4c5a1e016ebd45b65e895d9b9ee7bff66c31" +metafile = true + [[files]] file = "mods/gravestone-mod.pw.toml" hash = "7638c6fcf4af1039a9c99717ce8fb029ba7e7bec473994565e743d26da44a516" @@ -425,6 +435,11 @@ file = "mods/quartz.pw.toml" hash = "875855abfd82319b7d0a3c03bdb11e8ca20a9896ecc3283be3e50bb93d039a2c" metafile = true +[[files]] +file = "mods/rechiseled.pw.toml" +hash = "c9043c5f5f1f78ca41bed3569399a10fc430e94f34479a6f83af7ee40432da12" +metafile = true + [[files]] file = "mods/refined-storage-addons.pw.toml" hash = "d686dfe4c17f95e626b1414f6e7f830adb7dcb6a47368b4c8bafda9b27a3c308" @@ -465,6 +480,16 @@ file = "mods/storage-drawers.pw.toml" hash = "b5e478bee6fd909d03453c2bdac37211e65d983a92a383ae4cb8975a9e493ad9" metafile = true +[[files]] +file = "mods/supermartijn642s-config-lib.pw.toml" +hash = "30932a27109b6a4e5571398ccd3a925eb7c29d1486f24481bc3ea740c83ab9a7" +metafile = true + +[[files]] +file = "mods/supermartijn642s-core-lib.pw.toml" +hash = "24d18ad40fdda45c3b7158d57f1d33e20947e16605d4f09070af9d4cb5b8a37d" +metafile = true + [[files]] file = "mods/terrablender.pw.toml" hash = "dc241d2dbc9f38d9ab71ecb899b871c3aef37871ae9f6d83440498cfa0a0829d" diff --git a/mods/builders-delight-forge.pw.toml b/mods/builders-delight-forge.pw.toml new file mode 100644 index 0000000..599a04f --- /dev/null +++ b/mods/builders-delight-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Builder's Delight (Forge)" +filename = "BuildersDelight-1.18.2-v.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "219fdd1168bc92bfe209983d4a929da23cf4a297" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3857874 +project-id = 563734 diff --git a/mods/fusion-connected-textures.pw.toml b/mods/fusion-connected-textures.pw.toml new file mode 100644 index 0000000..1f64b69 --- /dev/null +++ b/mods/fusion-connected-textures.pw.toml @@ -0,0 +1,13 @@ +name = "Fusion (Connected Textures)" +filename = "fusion-1.1.1-forge-mc1.18.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dea22b635b6d42773a6ddd18e643bb8f517decf1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5129277 +project-id = 854949 diff --git a/mods/rechiseled.pw.toml b/mods/rechiseled.pw.toml new file mode 100644 index 0000000..8068119 --- /dev/null +++ b/mods/rechiseled.pw.toml @@ -0,0 +1,13 @@ +name = "Rechiseled" +filename = "rechiseled-1.1.5b-forge-mc1.18.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f65a4cd3f4c8af267c59465a37c1e2ea1b34b55f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4835960 +project-id = 558998 diff --git a/mods/supermartijn642s-config-lib.pw.toml b/mods/supermartijn642s-config-lib.pw.toml new file mode 100644 index 0000000..30d387e --- /dev/null +++ b/mods/supermartijn642s-config-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Config Lib" +filename = "supermartijn642configlib-1.1.8-forge-mc1.18.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b927dcfa7691f63fe15b459cff5b145c243d42bf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4715404 +project-id = 438332 diff --git a/mods/supermartijn642s-core-lib.pw.toml b/mods/supermartijn642s-core-lib.pw.toml new file mode 100644 index 0000000..fb4c936 --- /dev/null +++ b/mods/supermartijn642s-core-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Core Lib" +filename = "supermartijn642corelib-1.1.17-forge-mc1.18.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "404492a58b4bd0e1f3df5c565069baec883cad6b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5102251 +project-id = 454372 diff --git a/pack.toml b/pack.toml index 26a56e0..e9bb8c5 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Firebomb" author = "Khorne" -version = "1.2.0" +version = "1.3.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "6e7965eb94460107a330eb10d61d1185c5631df71854ab0fc7bea3a1b518860a" +hash = "e3682265ce053b7b7b8054690b7613574a9fc3a2b63c72f9ea0e0db838893709" [versions] forge = "40.2.2"