From b04190e9933d4af362d9b01c8b4372f65cd740fc Mon Sep 17 00:00:00 2001 From: Thomas Hinkle Date: Fri, 28 Apr 2023 14:03:09 -0500 Subject: [PATCH] Added some QoL and tweaked some settings. --- CHANGELOG.md | 11 +++- config/create-common.toml | 65 +++++++++++++++++++++++ index.toml | 35 +++++++++--- mods/catalogue.pw.toml | 13 +++++ mods/connectivity.pw.toml | 6 +-- mods/curios.pw.toml | 12 ++--- mods/in-control.pw.toml | 6 +-- mods/kleeslabs.pw.toml | 6 +-- mods/mindful-darkness.pw.toml | 17 ++++++ mods/pneumaticcraft-repressurized.pw.toml | 6 +-- mods/puzzles-lib.pw.toml | 10 ++-- mods/seasonhud.pw.toml | 6 +-- mods/simple-hats.pw.toml | 13 +++++ pack.toml | 2 +- scrumptious-assets/quotelist.txt | 2 +- 15 files changed, 173 insertions(+), 37 deletions(-) create mode 100644 config/create-common.toml create mode 100644 mods/catalogue.pw.toml create mode 100644 mods/mindful-darkness.pw.toml create mode 100644 mods/simple-hats.pw.toml diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de7408..23ed95e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ This will be the initial release for the production server. I will avoid adding - Modified the starter kit to include the new shop block instead of the old one. - Added our updated config for FTBChunks. +- Made Create ores (besides zinc) slightly less common. ## Mods @@ -24,15 +25,23 @@ This will be the initial release for the production server. I will avoid adding - Allows OPs to pre-generate chunks. - Light Overlay - Lets you see light levels by pressing F7. Red = Monsters will spawn anytime, Yellow = Monsters will spawn at night. +- Mindful Darkness + - Adds a dark mode for Minecraft GUIs. Optional. +- Simple Hats + - Adds hats. - Tom's Trading Network - A better trading mod for a server economy. - Wavey Capes ### Updates +- Connectivity 3.5 -> 3.8 - Create Crafts and Additions 1.19.2-20230411a -> 1.19.2-20230426a - FastWorkbench 7.1.1 -> 7.1.2 -- SeasonHUD 1.4.12 -> 1.4.13 +- In Control! 7.1.3 -> 7.1.4 +- KleeSlabs 12.2.0 -> 12.3.0 +- PneumaticCraft: Repressurized 4.3.3-22 -> 4.3.4-24 +- SeasonHUD 1.4.12 -> 1.4.14 # 1.0.19 diff --git a/config/create-common.toml b/config/create-common.toml new file mode 100644 index 0000000..4e87a41 --- /dev/null +++ b/config/create-common.toml @@ -0,0 +1,65 @@ + +[worldgen] + + #. + #Modify Create's impact on your terrain + [worldgen.v2] + #. + #. + #Prevents all worldgen added by Create from taking effect + disableWorldGen = false + + [worldgen.v2.striated_ores_nether] + #. + #Range: > 0 + clusterSize = 32 + #. + #Amount of clusters generated per Chunk. + # >1 to spawn multiple. + # <1 to make it a chance. + # 0 to disable. + #Range: 0.0 ~ 512.0 + frequency = 0.0533333358168602 + #. + #Range: > -2147483648 + minHeight = 40 + #. + #Range: > -2147483648 + maxHeight = 90 + + [worldgen.v2.striated_ores_overworld] + #. + #Range: > 0 + clusterSize = 32 + #. + #Amount of clusters generated per Chunk. + # >1 to spawn multiple. + # <1 to make it a chance. + # 0 to disable. + #Range: 0.0 ~ 512.0 + frequency = 0.0533333358168602 + #. + #Range: > -2147483648 + minHeight = -30 + #. + #Range: > -2147483648 + maxHeight = 70 + + [worldgen.v2.zinc_ore] + #. + #Range: > 0 + clusterSize = 12 + #. + #Amount of clusters generated per Chunk. + # >1 to spawn multiple. + # <1 to make it a chance. + # 0 to disable. + #Range: 0.0 ~ 512.0 + frequency = 8.0 + #. + #Range: > -2147483648 + minHeight = -63 + #. + #Range: > -2147483648 + maxHeight = 70 + diff --git a/index.toml b/index.toml index a049fca..8f96502 100644 --- a/index.toml +++ b/index.toml @@ -20,6 +20,10 @@ hash = "418f8824835fa1e3490b26fcf43cb16d8bfb653a17a2a61b0854a7c18a0f5546" file = "config/canary.properties" hash = "e048897ad0aa8aedeff3073b0246082b4b502e29115555ab773402e97efc8c28" +[[files]] +file = "config/create-common.toml" +hash = "eb2df488d597220695de0fad95b60033245b58ce5eaa832f04334642470fab35" + [[files]] file = "config/enhancedvisuals-client.json" hash = "ad170bba4bca8888f6484cda3153e1a9cdc9c5be81f2ca98c902962d1d606f96" @@ -224,6 +228,11 @@ file = "mods/canary.pw.toml" hash = "58f75414da63386b16498d447ebd9c0074e72df9e8a667f075577e1813e5d31e" metafile = true +[[files]] +file = "mods/catalogue.pw.toml" +hash = "b3c16f0a62d3cd60e7db213c748920aa03a8dfd9d731a2723f0dcd59515b562b" +metafile = true + [[files]] file = "mods/cc-tweaked.pw.toml" hash = "9a0923ead8905649bc1260301508dc349ec7dd134fd8278a67e144d1f3ed68df" @@ -286,7 +295,7 @@ metafile = true [[files]] file = "mods/connectivity.pw.toml" -hash = "8900e9342e97cfd19abe1516be3743658eeb16a86bd54a92843bb27d24a862ec" +hash = "afee38ad5bef25d94504d3a80d7dde1d204f0cb9afef89f52c483ff938f0d365" metafile = true [[files]] @@ -356,7 +365,7 @@ metafile = true [[files]] file = "mods/curios.pw.toml" -hash = "350ab620f74b8385cc5f172bb445296a51e005d707e3a726e870b28132529e53" +hash = "31717a8dc67287e4521bda88a4be4a0e2b67cf0b65feeb116a772d3f908e7505" metafile = true [[files]] @@ -511,7 +520,7 @@ metafile = true [[files]] file = "mods/in-control.pw.toml" -hash = "c85b24ce70bdbb918b254c8807c90ec68ea18bcc6e2fc961e09b73af6d076125" +hash = "7711c3687d9df38e0a3826d2a4ba89f9a97db964ad60157f10609b0d51df502b" metafile = true [[files]] @@ -581,7 +590,7 @@ metafile = true [[files]] file = "mods/kleeslabs.pw.toml" -hash = "78a4fb37d653cbe548d840c7d394447b441506e46e388c7f221efc531aef7d59" +hash = "c6e2a0c7fb38e49759444332fa4540e64a67f3aa84f527b44a2d38ded9e5f67f" metafile = true [[files]] @@ -729,6 +738,11 @@ file = "mods/mekanism.pw.toml" hash = "f6cc47777418eada79b50d6cdd57bd6dc35017f8e46defd5e888a2d6215be0e1" metafile = true +[[files]] +file = "mods/mindful-darkness.pw.toml" +hash = "bd4a483f4060ba58d3d32ece696a259674a051e06ca14cc5f70db57b2729f854" +metafile = true + [[files]] file = "mods/mmmmmmmmmmmm.pw.toml" hash = "89032b1a50d49407a905ae0af9f65e5248357a7c19cf454a9a0f8ed6478ac365" @@ -861,7 +875,7 @@ metafile = true [[files]] file = "mods/pneumaticcraft-repressurized.pw.toml" -hash = "a66fac954e5d7e79ef35491d994d558118de5ea353cd46a770a46d06227f7a4c" +hash = "e2eb35bbb6073950ccb1e0fcf841b446e6697fec47bd4a794f928f95c07b9170" metafile = true [[files]] @@ -881,7 +895,7 @@ metafile = true [[files]] file = "mods/puzzles-lib.pw.toml" -hash = "ce27595ca61b2954c4e5d1f4ee73cc056656ab5873077ca4c3bc7ce18781f659" +hash = "a1304b946d3beb3f9c5b9fc98531e2d1f486340e9fdcbd89a76892115a74e1d2" metafile = true [[files]] @@ -996,7 +1010,7 @@ metafile = true [[files]] file = "mods/seasonhud.pw.toml" -hash = "bcc59d1c1d57809477f469063f808fda2b24587b3619e5a4863b5337bdcb97f8" +hash = "e175c62939f7433f9bf8ccb120473dcfe60291734ac088504630fe1b8d68d51f" metafile = true [[files]] @@ -1024,6 +1038,11 @@ file = "mods/shetiphiancore.pw.toml" hash = "e9c24e17fc72c175a7bb24a930769037f9f3e82f4e79ad34fe67ca7770419674" metafile = true +[[files]] +file = "mods/simple-hats.pw.toml" +hash = "63ba468b89e29320c9f8b5267d03faf54eb591f7b0434c592cb9009ab2299d2b" +metafile = true + [[files]] file = "mods/smooth-boot-reloaded.pw.toml" hash = "49a62dc782f18f414f4dd5fd08a10a31c8698a87404ed12b7a847b6ac474c2e4" @@ -1213,7 +1232,7 @@ hash = "96af150bb8fd127df42ba97651242dc3afb013c5fe23613d6644bc6dbbe9b48c" [[files]] file = "scrumptious-assets/quotelist.txt" -hash = "1d2af8cd338b690d2f3733fbe7a2044fcadc962b72bd4ab692a6fb9162356e71" +hash = "7904a142578b1036941e19a168f270cc501e8f0c8921127b9d40b36c2a1ec11f" [[files]] file = "scrumptious-assets/sc-text.png" diff --git a/mods/catalogue.pw.toml b/mods/catalogue.pw.toml new file mode 100644 index 0000000..46ed186 --- /dev/null +++ b/mods/catalogue.pw.toml @@ -0,0 +1,13 @@ +name = "Catalogue" +filename = "catalogue-1.7.0-1.19.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e6f401e3a5dc3943a6780a31438cd223a3511eda" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4171024 +project-id = 459701 diff --git a/mods/connectivity.pw.toml b/mods/connectivity.pw.toml index fa08557..dbbeb88 100644 --- a/mods/connectivity.pw.toml +++ b/mods/connectivity.pw.toml @@ -1,13 +1,13 @@ name = "Connectivity[Forge/Fabric]" -filename = "connectivity-1.19.2-3.5.jar" +filename = "connectivity-1.19.2-3.8.jar" side = "both" [download] hash-format = "sha1" -hash = "d126fb0e1c21bb27c10b5929d4881f3653b31c0f" +hash = "51773e20ab1f4f7f900ba5ae436a9a4bdfb48490" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4508264 +file-id = 4510473 project-id = 470193 diff --git a/mods/curios.pw.toml b/mods/curios.pw.toml index 0eb2214..50fb2d6 100644 --- a/mods/curios.pw.toml +++ b/mods/curios.pw.toml @@ -1,13 +1,13 @@ -name = "Curios API (Forge)" +name = "Curios API" filename = "curios-forge-1.19.2-5.1.4.0.jar" side = "both" [download] +url = "https://cdn.modrinth.com/data/vvuO3ImH/versions/cpywqo8V/curios-forge-1.19.2-5.1.4.0.jar" hash-format = "sha1" -hash = "5d7da29583f8b67741a7a70581716d4c5085d82c" -mode = "metadata:curseforge" +hash = "3570c98fcd37a7f4f087b979cf1ab4f618b7724c" [update] -[update.curseforge] -file-id = 4493912 -project-id = 309927 +[update.modrinth] +mod-id = "vvuO3ImH" +version = "cpywqo8V" diff --git a/mods/in-control.pw.toml b/mods/in-control.pw.toml index 40cc3f3..3b9bf93 100644 --- a/mods/in-control.pw.toml +++ b/mods/in-control.pw.toml @@ -1,13 +1,13 @@ name = "In Control!" -filename = "incontrol-1.19-7.1.3.jar" +filename = "incontrol-1.19-7.1.4.jar" side = "both" [download] hash-format = "sha1" -hash = "0f738472835f53481a46ac1eac71eca53e08c991" +hash = "e8a6f28f7ca86e28f2d23eef207e1c95be45c196" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4385228 +file-id = 4510178 project-id = 257356 diff --git a/mods/kleeslabs.pw.toml b/mods/kleeslabs.pw.toml index b931a67..9136b01 100644 --- a/mods/kleeslabs.pw.toml +++ b/mods/kleeslabs.pw.toml @@ -1,13 +1,13 @@ name = "KleeSlabs" -filename = "kleeslabs-forge-1.19.2-12.2.0.jar" +filename = "kleeslabs-forge-1.19.2-12.3.0.jar" side = "both" [download] hash-format = "sha1" -hash = "892482a62839e811102a506f0cdc3a3b55dbf437" +hash = "6b01513bbfd46c5505b6e00318df30d7bb2cee72" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4440432 +file-id = 4510538 project-id = 241895 diff --git a/mods/mindful-darkness.pw.toml b/mods/mindful-darkness.pw.toml new file mode 100644 index 0000000..1154fb1 --- /dev/null +++ b/mods/mindful-darkness.pw.toml @@ -0,0 +1,17 @@ +name = "Mindful Darkness" +filename = "MindfulDarkness-v4.0.5-1.19.2-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/pzCY6C3e/versions/n5bazwHY/MindfulDarkness-v4.0.5-1.19.2-Forge.jar" +hash-format = "sha1" +hash = "c1f6734c3ddfea7747a69b42b8f7c634ce4240c9" + +[option] +optional = true +description = "Enables 'Dark Mode' on all Minecraft GUIs. Configurable for how 'dark' you want it." + +[update] +[update.modrinth] +mod-id = "pzCY6C3e" +version = "n5bazwHY" diff --git a/mods/pneumaticcraft-repressurized.pw.toml b/mods/pneumaticcraft-repressurized.pw.toml index ea9dfb7..dfc8401 100644 --- a/mods/pneumaticcraft-repressurized.pw.toml +++ b/mods/pneumaticcraft-repressurized.pw.toml @@ -1,13 +1,13 @@ name = "PneumaticCraft: Repressurized" -filename = "pneumaticcraft-repressurized-1.19.2-4.3.3-22.jar" +filename = "pneumaticcraft-repressurized-1.19.2-4.3.4-24.jar" side = "both" [download] hash-format = "sha1" -hash = "9469597a73c0278034aced403ebdbbd21ffa33f0" +hash = "b4b737bb36c5ddb4d3d53894994818c91df6b0ed" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4412625 +file-id = 4510812 project-id = 281849 diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml index b1fb2c0..f88b3d8 100644 --- a/mods/puzzles-lib.pw.toml +++ b/mods/puzzles-lib.pw.toml @@ -1,13 +1,13 @@ -name = "Puzzles Lib [Forge & Fabric]" +name = "Puzzles Lib" filename = "PuzzlesLib-v4.4.0-1.19.2-Forge.jar" side = "both" [download] +url = "https://cdn.modrinth.com/data/QAGBst4M/versions/NjsLQCQh/PuzzlesLib-v4.4.0-1.19.2-Forge.jar" hash-format = "sha1" hash = "d7f584edb68672d838fa68caf315e5cbb19d590d" -mode = "metadata:curseforge" [update] -[update.curseforge] -file-id = 4499052 -project-id = 495476 +[update.modrinth] +mod-id = "QAGBst4M" +version = "NjsLQCQh" diff --git a/mods/seasonhud.pw.toml b/mods/seasonhud.pw.toml index 58639d4..99f1a79 100644 --- a/mods/seasonhud.pw.toml +++ b/mods/seasonhud.pw.toml @@ -1,13 +1,13 @@ name = "SeasonHUD" -filename = "seasonhud-1.19.2-1.4.13.jar" +filename = "seasonhud-1.19.2-1.4.14.jar" side = "client" [download] hash-format = "sha1" -hash = "3b56d3d87fb706d0a55a8fa6e9bf4c571896af41" +hash = "26ed42f761d61cb4f8a7953013c517299be27b29" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4508782 +file-id = 4510207 project-id = 690971 diff --git a/mods/simple-hats.pw.toml b/mods/simple-hats.pw.toml new file mode 100644 index 0000000..050e33e --- /dev/null +++ b/mods/simple-hats.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Hats" +filename = "simplehats-forge-1.19.2-0.1.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/iSkQCp6b/versions/IDMdIuBs/simplehats-forge-1.19.2-0.1.6.jar" +hash-format = "sha1" +hash = "628caf41c47ba9866c407da810a8a02cb77c3e23" + +[update] +[update.modrinth] +mod-id = "iSkQCp6b" +version = "IDMdIuBs" diff --git a/pack.toml b/pack.toml index 188ad5f..a382a64 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 = "85b23e2e391a7851ea1d46e91f244aec0da901000bf7e0a33ff9b2edd7960ec5" +hash = "37cd7232f388c5b4241604be3a3d119910b8d3a85a413d705a533e79bb65aecc" [versions] forge = "43.2.8" diff --git a/scrumptious-assets/quotelist.txt b/scrumptious-assets/quotelist.txt index e5d9683..fb4ce88 100755 --- a/scrumptious-assets/quotelist.txt +++ b/scrumptious-assets/quotelist.txt @@ -63,7 +63,7 @@ I'm sorry, are you fucking that dragon or is that dragon raping you? Why is the T-Rex raping the fucking dragon? Stop complaining about it being cold out if you're a fucking nudist Its real life somewhere -We don't have any new, fresh, or exiting buttplug quotes anymore +We don't have any new, fresh, or exciting buttplug quotes anymore I have a very special pussy Yo, is that gum? I guess I'll go then. Wait, this is my server!