Compare commits

..

13 Commits

Author SHA1 Message Date
5a3be45a06
mods: add tpa
Configured to show action bar text.
2025-11-10 04:52:00 +09:00
c398ccffe6
mods: add veinminer and enchantment
Configured to require sneaking. The enchantment mod is configured to
only be set once so configuration is persisted since it does not support
configuration.

Closes #5.
2025-11-10 04:29:02 +09:00
913c0212e4
config: remove plasmovoice defaults
These do not work and cause loading errors.
2025-11-10 03:30:33 +09:00
2f23e405f3
mods: add plasmo voice
Voice is disabled by default.

Closes #3.
2025-11-10 03:01:06 +09:00
71d70052b0
mods: remove graves
Has compatibility issues, and generally replaced by kip.
2025-11-10 00:48:07 +09:00
8f3c86a947
mods: add individual keepinventory mod
Since not everyone wants this gamerule to be enabled.
2025-11-09 23:59:39 +09:00
724bb15b1e
mods: add mouse tweaks
Defaults to off. Players can enable tweaks.
2025-11-09 23:47:47 +09:00
b65f6fe790
mods: add leukocyte
Will configure this imperatively.
2025-11-09 05:40:10 +09:00
83fd7fbd07
icon: add highres icon
This is useful for webhooks.
2025-11-08 02:35:54 +09:00
0079bf3a06
mods: add discord integration
Not configured here, again because configuration contains secrets.
2025-11-08 02:02:11 +09:00
e09103b351
config: add default servers list
This will help players find the server.
2025-11-08 01:56:26 +09:00
94e347545a
treewide: add server icon
This will also be encoded in servers.dat.
2025-11-08 01:46:53 +09:00
71472a3909
mods: add FabricProxy-Lite
This configuration contains secrets so will not be included here.
2025-11-08 01:06:49 +09:00
21 changed files with 251 additions and 16 deletions

1
.packwizignore Normal file
View File

@ -0,0 +1 @@
/icon.png

View File

@ -0,0 +1,9 @@
{
"teleportation": {
"cancelOnMove": true,
"actionBarMessageEnabled": true
},
"timeout": 60,
"standStill": 3,
"cooldown": 30
}

View File

@ -0,0 +1,8 @@
RMBTweak=0
LMBTweakWithItem=0
LMBTweakWithoutItem=0
WheelTweak=0
WheelSearchOrder=1
WheelScrollDirection=0
ScrollItemScaling=0
Debug=0

View File

@ -0,0 +1,17 @@
{
"cooldown": 20,
"mustSneak": true,
"delay": 0,
"maxChain": 100,
"needCorrectTool": true,
"searchRadius": 1,
"permissionRestricted": false,
"mergeItemDrops": false,
"autoUpdate": false,
"decreaseDurability": true,
"client": {
"allow": true,
"translucentBlockHighlight": true,
"allBlocks": false
}
}

View File

@ -0,0 +1,13 @@
name = "Veinminer Enchantment"
filename = "veinminer-enchant-2.2.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/4sP0LXxp/versions/YqKzhrfs/veinminer-enchant-2.2.2.jar"
hash-format = "sha512"
hash = "580749256a2ca60a8b78e33090495ed0fb98bf03e833a6313b309874b2cdc2e0929b715268fb900875b89562361daabb798b26fc3470073aa98e7eaff4d36b5a"
[update]
[update.modrinth]
mod-id = "4sP0LXxp"
version = "YqKzhrfs"

BIN
config/yosbr/servers.dat Normal file

Binary file not shown.

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

View File

@ -4,6 +4,14 @@ hash-format = "sha256"
file = "config/isxander-main-menu-credits.json" file = "config/isxander-main-menu-credits.json"
hash = "82219d10207c39e58dacdf82359116dd404f1109988d1f5aef90423149e97e8c" hash = "82219d10207c39e58dacdf82359116dd404f1109988d1f5aef90423149e97e8c"
[[files]]
file = "config/yosbr/config/BlossomMods/BlossomTpa.json"
hash = "ce7bee420782e2d4c7c6faf5da8463945fcd6d47b5dd872a24b45c4fea8e84d4"
[[files]]
file = "config/yosbr/config/MouseTweaks.cfg"
hash = "517dc398bcc772616a9775a38c77e608a12a9e03cf5b019e7640a4ad572f628c"
[[files]] [[files]]
file = "config/yosbr/config/NoChatReports/NCR-Client.json" file = "config/yosbr/config/NoChatReports/NCR-Client.json"
hash = "e0d9ce47a87536c707b797789b53e9e4f09b273f69098b1303b0815ebd82b3c5" hash = "e0d9ce47a87536c707b797789b53e9e4f09b273f69098b1303b0815ebd82b3c5"
@ -24,6 +32,10 @@ hash = "df32843b853e0a493ef3a9b1e39276818294353fbb0d833f7f61e77da0f5bca1"
file = "config/yosbr/config/NoChatReports/README.md" file = "config/yosbr/config/NoChatReports/README.md"
hash = "c52b76ccad2bd1063a22c7f6bb9e7c5db6b00fb53a6fd605585972ee0e5fc01f" hash = "c52b76ccad2bd1063a22c7f6bb9e7c5db6b00fb53a6fd605585972ee0e5fc01f"
[[files]]
file = "config/yosbr/config/Veinminer/settings.json"
hash = "d36d92abaccf6bcc140241e32a7e29bf3d8600a7fbb841be4b32cb2c273eb5dd"
[[files]] [[files]]
file = "config/yosbr/config/badoptimizations.txt" file = "config/yosbr/config/badoptimizations.txt"
hash = "f043b31a1fd029cbcd999a9ba184a1f66b4a8a8f020881c59b870436d8de1103" hash = "f043b31a1fd029cbcd999a9ba184a1f66b4a8a8f020881c59b870436d8de1103"
@ -112,10 +124,19 @@ hash = "cecae3a750fb40a17ed8de5be3421efa388ec8a338aa7842116d70dd5a9e175f"
file = "config/yosbr/config/xaerominimap_entities.json" file = "config/yosbr/config/xaerominimap_entities.json"
hash = "94fc0e69a1754ef80c54e1f3c9193526c620b0ac646f94a4a0f560bcc58826a8" hash = "94fc0e69a1754ef80c54e1f3c9193526c620b0ac646f94a4a0f560bcc58826a8"
[[files]]
file = "config/yosbr/mods/veinminer-enchantment.pw.toml"
hash = "79b8d7410138bbabb5795fe29c18f82fd9238e5fe000dfa4a0fbf77cd24011ae"
metafile = true
[[files]] [[files]]
file = "config/yosbr/options.txt" file = "config/yosbr/options.txt"
hash = "1ecddc095df30c82076c725e42fb9587acf2cf53351767231fbdc8a1659f5f5f" hash = "1ecddc095df30c82076c725e42fb9587acf2cf53351767231fbdc8a1659f5f5f"
[[files]]
file = "config/yosbr/servers.dat"
hash = "01d7298f439377ad31d6715cd45b9fbaee2a3ee785c5cf13f487b4997eb1acbc"
[[files]] [[files]]
file = "mods/badoptimizations.pw.toml" file = "mods/badoptimizations.pw.toml"
hash = "c08dc994f8c76e87c1b59a20ea5a5a8ae0a18116c5fdd687afbbac9b4787939d" hash = "c08dc994f8c76e87c1b59a20ea5a5a8ae0a18116c5fdd687afbbac9b4787939d"
@ -131,6 +152,16 @@ file = "mods/bettergrassify.pw.toml"
hash = "7a1461aa9d13a87e81431dc54c40c3e2df10aa6216b20aaf3389828b01407a63" hash = "7a1461aa9d13a87e81431dc54c40c3e2df10aa6216b20aaf3389828b01407a63"
metafile = true metafile = true
[[files]]
file = "mods/blossomlib.pw.toml"
hash = "06f14238b158016b8832fbc2cd7e9730a58ef475fc74359031a4f4f8cba1340f"
metafile = true
[[files]]
file = "mods/blossomtpa.pw.toml"
hash = "2785eb559710cddbd354e727bcf1f67a9923a136c053f3262e462bac758645b2"
metafile = true
[[files]] [[files]]
file = "mods/calcmod.pw.toml" file = "mods/calcmod.pw.toml"
hash = "0e81a1ab30c2deebe8a51c0269e7868f53cdae5c3d5a3a0756a76243aceeab30" hash = "0e81a1ab30c2deebe8a51c0269e7868f53cdae5c3d5a3a0756a76243aceeab30"
@ -161,6 +192,11 @@ file = "mods/cristel-lib.pw.toml"
hash = "fe04f0d6db074548db155c4863bd812b40b95dc3a3bc041d2f25d244674cdd59" hash = "fe04f0d6db074548db155c4863bd812b40b95dc3a3bc041d2f25d244674cdd59"
metafile = true metafile = true
[[files]]
file = "mods/dcintegration.pw.toml"
hash = "1a3c70470af98fcf70c22dfa16f64e4259458072290c4ab1e31569874e709358"
metafile = true
[[files]] [[files]]
file = "mods/dynamic-fps.pw.toml" file = "mods/dynamic-fps.pw.toml"
hash = "d98649616d0dabc940af0d936985128321cb6666b46a7fc9caefcd23bc87bca1" hash = "d98649616d0dabc940af0d936985128321cb6666b46a7fc9caefcd23bc87bca1"
@ -201,6 +237,11 @@ file = "mods/fabric-language-kotlin.pw.toml"
hash = "ad659593043afb2413f07aff507f5ddcb3eaaf7e94a94b0258c7b2a51d26b2f9" hash = "ad659593043afb2413f07aff507f5ddcb3eaaf7e94a94b0258c7b2a51d26b2f9"
metafile = true metafile = true
[[files]]
file = "mods/fabricproxy-lite.pw.toml"
hash = "7345effda3ffcc376275666335af5b8a504887d1e95d13b257cb7e44695ba1aa"
metafile = true
[[files]] [[files]]
file = "mods/fallingtree.pw.toml" file = "mods/fallingtree.pw.toml"
hash = "e75246b33d964c18151a33a6943877a733137ff69d1bf26cc2903dfb5aa1ea8c" hash = "e75246b33d964c18151a33a6943877a733137ff69d1bf26cc2903dfb5aa1ea8c"
@ -226,11 +267,21 @@ file = "mods/iris.pw.toml"
hash = "a6294e41dba36d3f1d0b698a5df2e8afc935df575c0bcc4dbc8d58853f9ef0ad" hash = "a6294e41dba36d3f1d0b698a5df2e8afc935df575c0bcc4dbc8d58853f9ef0ad"
metafile = true metafile = true
[[files]]
file = "mods/keep-it-personal.pw.toml"
hash = "3ee12e5c12f6f518ddfa2b11e8a2342f09d5621754e70027934120167ba00e08"
metafile = true
[[files]] [[files]]
file = "mods/lambdynamiclights.pw.toml" file = "mods/lambdynamiclights.pw.toml"
hash = "91fc3cbc0248bf1bf743f1aaf352b0abd17c2d9635061e462a631299eef2cf82" hash = "91fc3cbc0248bf1bf743f1aaf352b0abd17c2d9635061e462a631299eef2cf82"
metafile = true metafile = true
[[files]]
file = "mods/leukocyte.pw.toml"
hash = "a5c030a6bc64dcb885e7dff521a135e8abef1ba79bb5a5a975b6d7be2fd589b9"
metafile = true
[[files]] [[files]]
file = "mods/library-ferret.pw.toml" file = "mods/library-ferret.pw.toml"
hash = "8005b7dac960278fd61207a10bdf3f542b57ce1d0a07d8a76c0b4013dfd1326f" hash = "8005b7dac960278fd61207a10bdf3f542b57ce1d0a07d8a76c0b4013dfd1326f"
@ -266,6 +317,11 @@ file = "mods/modmenu.pw.toml"
hash = "43863c7eb19b3225a92ebadcb6ab5d08f107ce25aa639f4d5312d476f5f4efed" hash = "43863c7eb19b3225a92ebadcb6ab5d08f107ce25aa639f4d5312d476f5f4efed"
metafile = true metafile = true
[[files]]
file = "mods/mouse-tweaks.pw.toml"
hash = "dc24a4cc0ad484d6593997c197ea602fac4d98c45dab0de6421e704c3851acd9"
metafile = true
[[files]] [[files]]
file = "mods/no-chat-reports.pw.toml" file = "mods/no-chat-reports.pw.toml"
hash = "fda7b69a96b92d55f8c049f4d902398b0e111fd875571184660f7f332e034c9c" hash = "fda7b69a96b92d55f8c049f4d902398b0e111fd875571184660f7f332e034c9c"
@ -286,6 +342,11 @@ file = "mods/placeholder-api.pw.toml"
hash = "41cfbe406cbc0a95428b9fffaa3cbda27192dfafcabfe71932a8f0bd84e933b3" hash = "41cfbe406cbc0a95428b9fffaa3cbda27192dfafcabfe71932a8f0bd84e933b3"
metafile = true metafile = true
[[files]]
file = "mods/plasmo-voice.pw.toml"
hash = "7f083dbb86ca8d9027bd66daec43d16e6850ec99496bc1bf5aad990afc3d36ee"
metafile = true
[[files]] [[files]]
file = "mods/polymer.pw.toml" file = "mods/polymer.pw.toml"
hash = "22a83a04b4df87ab4bbea18228c3cc695551610c66cc79ccc315d783d3f7848f" hash = "22a83a04b4df87ab4bbea18228c3cc695551610c66cc79ccc315d783d3f7848f"
@ -326,6 +387,11 @@ file = "mods/servercore.pw.toml"
hash = "c57cb0a81eb8ab649a0102ba41e35c135474a6b1c196bc19d9a22922f8646846" hash = "c57cb0a81eb8ab649a0102ba41e35c135474a6b1c196bc19d9a22922f8646846"
metafile = true metafile = true
[[files]]
file = "mods/silk.pw.toml"
hash = "493a76add332abb0dfa23004300ea2ae77a8448960f603519c1db5ab4d769413"
metafile = true
[[files]] [[files]]
file = "mods/sodium-extra.pw.toml" file = "mods/sodium-extra.pw.toml"
hash = "f24a09bec2452947c6184f3a0e5d26989dd2b06b65b62376df5c7e8695165d84" hash = "f24a09bec2452947c6184f3a0e5d26989dd2b06b65b62376df5c7e8695165d84"
@ -357,8 +423,8 @@ hash = "54379eac29e1b71a68d04c25a2a718b395422005a60aa289f24c10312687ee4d"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/universal-graves.pw.toml" file = "mods/veinminer.pw.toml"
hash = "05e324a0428fe718f9e069eebee434aa13564a4272820c93da98dd370b50f618" hash = "5cb9a93032a75644cdf442b05a29e0616c76df503ee6b3dd3ab367ad1a04ff60"
metafile = true metafile = true
[[files]] [[files]]
@ -396,6 +462,10 @@ file = "resourcepacks/visible-powdered-snow.pw.toml"
hash = "ec2178bd17a943dac8ead3b1dc68e398b00e454a4582b84056a0ce30dad400a9" hash = "ec2178bd17a943dac8ead3b1dc68e398b00e454a4582b84056a0ce30dad400a9"
metafile = true metafile = true
[[files]]
file = "server-icon.png"
hash = "f3b299ee5696264b4fec68528ff90426c9f1b35b6364593495d980a9a5e253ee"
[[files]] [[files]]
file = "shaderpacks/complementary-reimagined.pw.toml" file = "shaderpacks/complementary-reimagined.pw.toml"
hash = "531a8d239c952428d9a633ff99cb03461656ada28decbe2e1ef19f60f7fd5726" hash = "531a8d239c952428d9a633ff99cb03461656ada28decbe2e1ef19f60f7fd5726"

13
mods/blossomlib.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "BlossomLib"
filename = "blossom-lib-2.5.17+1.21.9.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/Xw7lTsbM/versions/UhnLDUIB/blossom-lib-2.5.17%2B1.21.9.jar"
hash-format = "sha512"
hash = "c2b59bdcf8c2d86a8e8d68beea720b684658a88994dd5f8bcbdd1b812a02404e6f3a8fbc5e8f547af71cba7b6229b52ec74c5900efb87054c7dd7d70611560d9"
[update]
[update.modrinth]
mod-id = "Xw7lTsbM"
version = "UhnLDUIB"

13
mods/blossomtpa.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "BlossomTpa"
filename = "blossom-tpa-2.2.11+1.21.9.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/Y25EUH1s/versions/u3w7YkDw/blossom-tpa-2.2.11%2B1.21.9.jar"
hash-format = "sha512"
hash = "6c0ffe5621b782b06e2abd91bd519c095b1643fc6a7b8d1ae53330dc95ee1b95db370f11742cad8c951600780f1002d02b62ae62b3f77eaadc5249d34d526dd7"
[update]
[update.modrinth]
mod-id = "Y25EUH1s"
version = "u3w7YkDw"

View File

@ -0,0 +1,13 @@
name = "Discord Integration"
filename = "dcintegration-fabric-MC1.21.10-3.1.0.1.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/rbJ7eS5V/versions/DJOsldZY/dcintegration-fabric-MC1.21.10-3.1.0.1.jar"
hash-format = "sha512"
hash = "06cf724b3d3572046e232e8896cd23a87934c8a9ab8cafceba0cb18a4af0bd71814b5618bc0c320331c5c1a918776ae281f3313bad3b76fd51dd53662732c97b"
[update]
[update.modrinth]
mod-id = "rbJ7eS5V"
version = "DJOsldZY"

View File

@ -0,0 +1,13 @@
name = "FabricProxy-Lite"
filename = "FabricProxy-Lite-2.11.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/8dI2tmqs/versions/nR8AIdvx/FabricProxy-Lite-2.11.0.jar"
hash-format = "sha512"
hash = "c2e1d9279f6f19a561f934b846540b28a033586b4b419b9c1aa27ac43ffc8fad2ce60e212a15406e5fa3907ff5ecbe5af7a5edb183a9ee6737a41e464aec1375"
[update]
[update.modrinth]
mod-id = "8dI2tmqs"
version = "nR8AIdvx"

View File

@ -0,0 +1,13 @@
name = "Keep It Personal"
filename = "keep-it-personal-1.21.10+build.3.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/7wfhydEF/versions/7hJl8Eaj/keep-it-personal-1.21.10%2Bbuild.3.jar"
hash-format = "sha512"
hash = "2d8a3d529dc8c76edccdafc9a1ce1b1dff7272ebf1590ed392cae0f19d80c07a4bc023e08aa0bce69a43a0867cbc75c8d2f208833b2634a8ce07441159433096"
[update]
[update.modrinth]
mod-id = "7wfhydEF"
version = "7hJl8Eaj"

13
mods/leukocyte.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Leukocyte"
filename = "leukocyte-0.3.14+1.21.9.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hsRVgp6Q/versions/ILX1D0qZ/leukocyte-0.3.14%2B1.21.9.jar"
hash-format = "sha512"
hash = "09b8a70111d103a6552559a548713a901c84c7af559faf589154db580f8591634ad328af605d7ec6998c6abc7758d967bb8d5488c028946b963ad1d49768914a"
[update]
[update.modrinth]
mod-id = "hsRVgp6Q"
version = "ILX1D0qZ"

13
mods/mouse-tweaks.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Mouse Tweaks"
filename = "MouseTweaks-fabric-mc1.21.9-2.29.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/ULOi34Uh/MouseTweaks-fabric-mc1.21.9-2.29.jar"
hash-format = "sha512"
hash = "b93539c1484bec68cc1f9cd3b9aebb8c2994eed3dedd3574e20bc3f1ec95c885b3d132a0924b5a65b9b3f15fb3ec463ad18004c6b8ecfa27cba66390295d1264"
[update]
[update.modrinth]
mod-id = "aC3cM3Vq"
version = "ULOi34Uh"

13
mods/plasmo-voice.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Plasmo Voice"
filename = "plasmovoice-fabric-1.21.9-2.1.6.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/BOsxfAZF/plasmovoice-fabric-1.21.9-2.1.6.jar"
hash-format = "sha512"
hash = "b63cb8845824c0ac79a3fb9dad16c61c4aa4f94c8b85464f950d995d44bf702a477d7dc913779680c94c7e86d6e76c3b176d5683f38027ee0b8102ac8770122b"
[update]
[update.modrinth]
mod-id = "1bZhdhsH"
version = "BOsxfAZF"

13
mods/silk.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Silk"
filename = "silk-all-1.11.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/aTaCgKLW/versions/2OisNxPN/silk-all-1.11.4.jar"
hash-format = "sha512"
hash = "6f2e5e929909f779f667fedf90af66ac65e1d754aec2498d2ecb69d7080326699139c452ba43021c6a32bde66d8d61abeb8a7974b1719e5915d3a8c735b305d6"
[update]
[update.modrinth]
mod-id = "aTaCgKLW"
version = "2OisNxPN"

View File

@ -1,13 +0,0 @@
name = "Universal Graves"
filename = "graves-3.9.0+1.21.9.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/yn9u3ypm/versions/bJROTlRS/graves-3.9.0%2B1.21.9.jar"
hash-format = "sha512"
hash = "36b0008bda565519f4d4e6e58c1f2138ffc83931458967c346be108183a8649c58ef628cf869a42a517651b1c2c6d4977a431ad51edd98aae3f925ed6e6865a7"
[update]
[update.modrinth]
mod-id = "yn9u3ypm"
version = "bJROTlRS"

13
mods/veinminer.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Veinminer"
filename = "veinminer-fabric-2.5.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/OhduvhIc/versions/lCVEKyxE/veinminer-fabric-2.5.0.jar"
hash-format = "sha512"
hash = "211b3bae1bf888cd6fe02ef5f60621c82f3d2a2f8b42c15cd03d5cafa9bdf900e395920327d63a8a0144b4eaef51f32551e8a15762ab30bcb619822b90ed1829"
[update]
[update.modrinth]
mod-id = "OhduvhIc"
version = "lCVEKyxE"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "5f8abea33847ff19d0cda5374c0b11a496ea07159b90a20c0605b3c92f006257" hash = "478d0967231dbd38671118646ecfd2dde45b0c4ad46bfcf16bc52bb866436789"
[versions] [versions]
fabric = "0.17.3" fabric = "0.17.3"

BIN
server-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB