From 411e60654d7c962b52cf035c9390a507176caafb Mon Sep 17 00:00:00 2001 From: hkc Date: Sat, 10 Aug 2024 20:37:08 +0300 Subject: [PATCH] Added "Create Pattern Schematics" --- README.md | 1 + index.toml | 9 +++++++-- modinfo.toml | 8 ++++++++ mods/create-pattern-schematics.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 mods/create-pattern-schematics.pw.toml diff --git a/README.md b/README.md index ee4b50e..f3f8895 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ * [CS] **[Create: Garnished](https://modrinth.com/mod/create-garnished)** - A Create Mod Addon that adds different food items, mainly nuts. * [CS] **[Create Jetpack](https://modrinth.com/mod/create-jetpack)** - Upgrade your backtank and utilize the pressurized air to fly * [CS] **[Create: New Age](https://modrinth.com/mod/create-new-age)** - Create: New Age is an addon for the Create mod that adds integration with electricity. + * [CS] **[Create: Pattern Schematics](https://modrinth.com/mod/create-pattern-schematics)** - Build with dynamic schematics! * [CS] **[Create Railways Navigator](https://modrinth.com/mod/create-railways-navigator)** - Get possible train connections in your world from one station to another using the Create Railways Navigator. An addon for the Create Mod. * [CS] **[Create: Steam 'n' Rails](https://modrinth.com/mod/create-steam-n-rails)** - Adding depth to Create's rail network & steam system * [SO] **[Create Track Map](https://modrinth.com/mod/create-track-map)** - A web-based track map of your world's Create train system, complete with signals, stations, and trains moving in real time. diff --git a/index.toml b/index.toml index da57655..35ab8bf 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "README.md" -hash = "160d2125e7cc6c7dda7f1b828082c035b5d353838517a311907088e401546970" +hash = "6ac7b399ce7620e7551b4a90238fc8535aa5c4cd3a17865963a68315cc9c7b7e" [[files]] file = "make-list.py" @@ -10,7 +10,7 @@ hash = "a132fc3ad4053560ff53c918b1838b39770ba3702086cab25d881d62bbd997a7" [[files]] file = "modinfo.toml" -hash = "ea9fb2f559cbdf6e2424c44f2740a854b88ad201a56c55f8c50cceeb1165465a" +hash = "c8aba29b2f5e06f15910d106a4d4c4a54738b462338368f24330e518e95f50e5" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -377,6 +377,11 @@ file = "mods/create-new-age.pw.toml" hash = "246738f5a6bb9726299202fbe7a639ca214cf704e3ea6ca20414b9600c0a7412" metafile = true +[[files]] +file = "mods/create-pattern-schematics.pw.toml" +hash = "09a042b46676bf6f8ae7bad96e418f4f4e24d4bab8189f72ab616ff6c742aaac" +metafile = true + [[files]] file = "mods/create-railways-navigator.pw.toml" hash = "76cc1ad2fc58c6e28f25c47dd5012098f797e1363d5661f264bf3fbaa5c1cbc5" diff --git a/modinfo.toml b/modinfo.toml index 4606e36..cae8e97 100644 --- a/modinfo.toml +++ b/modinfo.toml @@ -2245,3 +2245,11 @@ link = "https://modrinth.com/mod/better-f1-reborn" side = "client" optional = false icon = "https://cdn.modrinth.com/data/2JIeCmxb/e81fea2b0230cdc7b5dfd844ee8703b9b71c07b5.png" + +[mods.create-pattern-schematics] +name = "Create: Pattern Schematics" +description = "Build with dynamic schematics!" +link = "https://modrinth.com/mod/create-pattern-schematics" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/cpqKG67r/378e7807b91aa7a836ec018bf9bbeeb19ccf6b46.png" diff --git a/mods/create-pattern-schematics.pw.toml b/mods/create-pattern-schematics.pw.toml new file mode 100644 index 0000000..a26b810 --- /dev/null +++ b/mods/create-pattern-schematics.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Pattern Schematics" +filename = "pattern_schematics-1.1.8+fabric-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cpqKG67r/versions/wehqa0OB/pattern_schematics-1.1.8%2Bfabric-1.20.1.jar" +hash-format = "sha1" +hash = "7ee459130cd581f7e3f782da6a8cf8ff83da4716" + +[update] +[update.modrinth] +mod-id = "cpqKG67r" +version = "wehqa0OB" diff --git a/pack.toml b/pack.toml index 3a1a5ef..e18d7d6 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 = "b51c91bd37d57e5caaf19de2c2eb7b464e5f7b69e65c0114186f9a2154e1c084" +hash = "7f51b40d9905e8fe14937071a4a358746f5587106261b480ca2592326ec3c84e" [versions] fabric = "0.15.11"