Merge pull request #1 from BuyMyMojo/patch-1

Add a couple mods and update a couple more
This commit is contained in:
Wicket 2025-06-26 07:26:24 -07:00 committed by GitHub
commit c18c21c795
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 92 additions and 25 deletions

View file

@ -251,7 +251,7 @@ metafile = true
[[files]]
file = "mods/clientsort.pw.toml"
hash = "ce5d762b63cb82c21b3ea71293c68fc618570131a95b49afee77327d927d0f17"
hash = "3de099c503adc39fab7643f02c3d7de79a8a9c83385dba2fbb8806d473f6352b"
metafile = true
[[files]]
@ -491,7 +491,7 @@ metafile = true
[[files]]
file = "mods/entityculling.pw.toml"
hash = "5c58b5f90359fa2516855ddea5406998e7671889b4c89c46fec1f142e79357a3"
hash = "24a7bd108a54ab9a536c49395930f8f4ef856ab8c61a55f9cdade5fe39dc6bae"
metafile = true
[[files]]
@ -814,6 +814,16 @@ file = "mods/no-enderman-grief.pw.toml"
hash = "3349a217141d1587f6ef03baf8cdd106ada041a8fce0972f1955781b320c0a33"
metafile = true
[[files]]
file = "mods/noisium.pw.toml"
hash = "d424a9260ef51bc102e56f0423d91dfabb739ccca8a86eb1c450ea631b739280"
metafile = true
[[files]]
file = "mods/notenoughcrashes.pw.toml"
hash = "09ba6db54e6f13fafa1e12a9adcd83db9137617d631288579f520ab11b4bfe9a"
metafile = true
[[files]]
file = "mods/octo-lib.pw.toml"
hash = "94828636fa5e8b258a60049250c84ba8c5a0310a98bc1530fc02c351a06aab8b"
@ -964,6 +974,11 @@ file = "mods/sleep.pw.toml"
hash = "819f715e2fc22568b84b5d043cc77725cade1a6ac27867bed993e036cac04b82"
metafile = true
[[files]]
file = "mods/smsn.pw.toml"
hash = "aa96da0163d58c62c167a38fe4d6489dfba9e370de44b4aceb855b40cc71c654"
metafile = true
[[files]]
file = "mods/snad.pw.toml"
hash = "1e8c9a317d9c076408d7e1533a362864b3f39f8998616149db646b2e9449244e"
@ -1124,6 +1139,11 @@ file = "mods/what-are-they-up-to.pw.toml"
hash = "9ce52d07c0c3d146a2a44f8bc187138ce7a5558a4e3ab540c86234702b6de274"
metafile = true
[[files]]
file = "mods/wits.pw.toml"
hash = "a9c466cd6b58f1b584239cdce99f9a153507c4a51ceb7060399eb068600e1c3e"
metafile = true
[[files]]
file = "mods/world-border.pw.toml"
hash = "18a2c5562acc2fd6531270bd1ad63899c482d4cac8935b320f90a8dd34b545fe"

View file

@ -1,18 +1,13 @@
name = "Client Sort"
filename = "clientsort-neoforge-2.0.0-beta.1+1.21.jar"
filename = "clientsort-neoforge-2.0.0-beta.4+1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/K0AkAin6/versions/9HJg5RYE/clientsort-neoforge-2.0.0-beta.1%2B1.21.jar"
url = "https://cdn.modrinth.com/data/K0AkAin6/versions/vXnpRnjU/clientsort-neoforge-2.0.0-beta.4%2B1.21.jar"
hash-format = "sha512"
hash = "c9c83e5212b80b28810dfb4cf171fd810e3d83d8870f01796eac44fec898e7788d2ee64eabdd73b7103d6b5d1f6ab663b05461f97fdd650cd7e65fda51f7cec7"
[meta]
link = "https://modrinth.com/mod/clientsort"
icon = "https://cdn.modrinth.com/data/K0AkAin6/7cf06458738334bd5d8cd77d086529d453f56ef6_96.webp"
description = "A standalone implementation of the sorting algorithm from Mouse Wheelie."
category = "qol"
hash = "847bd9ee0b4b76fff2081147e1a10a90a49f137845783170731f973a01f2c900631c341c94e309c6d40865ad5162250cc2501b67f24d5a7f86b133599992b411"
[update]
[update.modrinth]
mod-id = "K0AkAin6"
version = "9HJg5RYE"
version = "vXnpRnjU"

View file

@ -1,13 +1,13 @@
name = "Entity Culling"
filename = "entityculling-neoforge-1.7.4-mc1.21.jar"
filename = "entityculling-neoforge-1.8.0-mc1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/jNAhVci4/entityculling-neoforge-1.7.4-mc1.21.jar"
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/gOriLpko/entityculling-neoforge-1.8.0-mc1.21.jar"
hash-format = "sha512"
hash = "f0d8c10e925a3be7bdf2f7b408bccc83847e02a46a79207e79079ec8ff5f2e9182698e97d2c4ef062db4840f01dd32229051131e60991b858e8305295bc428ff"
hash = "d6cb75d49c40e9d08efc0d626021f9901cdacb2277755c1bc8d3a62e37470783d2ec7dd87fe3454e355a9b0e38b0c3df7a9879ebe5a258e112ebe9a101d3d240"
[update]
[update.modrinth]
mod-id = "NNAgCjsB"
version = "jNAhVci4"
version = "gOriLpko"

13
mods/noisium.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Noisium"
filename = "noisium-neoforge-2.3.0+mc1.21-1.21.1.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/nJBE6tif/noisium-neoforge-2.3.0%2Bmc1.21-1.21.1.jar"
hash-format = "sha512"
hash = "b50c37d2f69d51742d4407d272cea525b428784d2a39338d34b692937320495cd77d47b2d2321b3976713447028f50823e9ba44ca618900eba4ced907985ec84"
[update]
[update.modrinth]
mod-id = "KuNKN7d2"
version = "nJBE6tif"

View file

@ -0,0 +1,13 @@
name = "Not Enough Crashes"
filename = "notenoughcrashes-neoforge-4.4.9+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/yM94ont6/versions/alR8L7vF/notenoughcrashes-neoforge-4.4.9%2B1.21.1.jar"
hash-format = "sha512"
hash = "912c31c6e806e457a501742d668b82b70f03d5cdbb722f09da27ba19f3408f236b1704ccf9ed4a2bee82cc272ba78671bfe1fd8b46baefef1ac4ee56d703f04f"
[update]
[update.modrinth]
mod-id = "yM94ont6"
version = "alR8L7vF"

13
mods/smsn.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Save My Shaky Network"
filename = "smsn-neoforge-1.2.3+mc1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/oXzIQwRj/versions/wjHlmO0p/smsn-neoforge-1.2.3%2Bmc1.21.1.jar"
hash-format = "sha512"
hash = "69020cdc6c0e38b3e2ea1a5c35f6ee361b9f1b28f366593a5149878c6004e11032867bb083e55ee3481a3ffd7291be79c9953a6fdd0a4606c4453bb05b3ab856"
[update]
[update.modrinth]
mod-id = "oXzIQwRj"
version = "wjHlmO0p"

13
mods/wits.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "WITS (What Is This Structure?)"
filename = "wits-1.3.0+1.21-neoforge.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/AVo2esap/versions/pNHwZjEV/wits-1.3.0%2B1.21-neoforge.jar"
hash-format = "sha512"
hash = "265574b22e5c1966bddab651f53bb8a29add0053f95f5ce979fcfd52e7bfb816d2c3d6e7c2827c965e63e337555803f1193f4226e1a5cfda05f5fbf929394675"
[update]
[update.modrinth]
mod-id = "AVo2esap"
version = "pNHwZjEV"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "4c29b74c3f05230d2dd3b164c7be663c04007f77da11164cdd4141f85590cb63"
hash = "f7ac805a6e3c02200b59333038abf59eb5e7ff98dbc7529b23a50359b52198a0"
[versions]
minecraft = "1.21.1"