16 Commits

Author SHA1 Message Date
28d51c529b mods:: add appleskin
This has to be present on the server to display saturation.
2025-11-14 02:26:22 +09:00
9cb7f63f53 mods: add dungeons and taverns
Marked as required on both sides, hope that's not true.
2025-11-13 00:55:14 +09:00
ab8f06a174 Revert "mods: add better villagers"
Turns out the mod authors just lied about it being server-side only.
The change was made in 2023 so forgetting to update the page for so long
is inexcusable. I hope this does not make us have to reset the world.

This reverts commit 60a75c89ce.
2025-11-10 21:46:37 +09:00
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
25 changed files with 283 additions and 48 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"
hash = "82219d10207c39e58dacdf82359116dd404f1109988d1f5aef90423149e97e8c"
[[files]]
file = "config/yosbr/config/BlossomMods/BlossomTpa.json"
hash = "ce7bee420782e2d4c7c6faf5da8463945fcd6d47b5dd872a24b45c4fea8e84d4"
[[files]]
file = "config/yosbr/config/MouseTweaks.cfg"
hash = "517dc398bcc772616a9775a38c77e608a12a9e03cf5b019e7640a4ad572f628c"
[[files]]
file = "config/yosbr/config/NoChatReports/NCR-Client.json"
hash = "e0d9ce47a87536c707b797789b53e9e4f09b273f69098b1303b0815ebd82b3c5"
@@ -24,6 +32,10 @@ hash = "df32843b853e0a493ef3a9b1e39276818294353fbb0d833f7f61e77da0f5bca1"
file = "config/yosbr/config/NoChatReports/README.md"
hash = "c52b76ccad2bd1063a22c7f6bb9e7c5db6b00fb53a6fd605585972ee0e5fc01f"
[[files]]
file = "config/yosbr/config/Veinminer/settings.json"
hash = "d36d92abaccf6bcc140241e32a7e29bf3d8600a7fbb841be4b32cb2c273eb5dd"
[[files]]
file = "config/yosbr/config/badoptimizations.txt"
hash = "f043b31a1fd029cbcd999a9ba184a1f66b4a8a8f020881c59b870436d8de1103"
@@ -112,23 +124,42 @@ hash = "cecae3a750fb40a17ed8de5be3421efa388ec8a338aa7842116d70dd5a9e175f"
file = "config/yosbr/config/xaerominimap_entities.json"
hash = "94fc0e69a1754ef80c54e1f3c9193526c620b0ac646f94a4a0f560bcc58826a8"
[[files]]
file = "config/yosbr/mods/veinminer-enchantment.pw.toml"
hash = "79b8d7410138bbabb5795fe29c18f82fd9238e5fe000dfa4a0fbf77cd24011ae"
metafile = true
[[files]]
file = "config/yosbr/options.txt"
hash = "1ecddc095df30c82076c725e42fb9587acf2cf53351767231fbdc8a1659f5f5f"
[[files]]
file = "config/yosbr/servers.dat"
hash = "01d7298f439377ad31d6715cd45b9fbaee2a3ee785c5cf13f487b4997eb1acbc"
[[files]]
file = "mods/appleskin.pw.toml"
hash = "1fc1e482945dff68e6aab34b22d61d054a6177869408ed4af3fef6117a33faab"
metafile = true
[[files]]
file = "mods/badoptimizations.pw.toml"
hash = "c08dc994f8c76e87c1b59a20ea5a5a8ae0a18116c5fdd687afbbac9b4787939d"
metafile = true
[[files]]
file = "mods/better-village.pw.toml"
hash = "f26e3b52cdf25c794e7a1b6402ca8b07170769fc89bd638d0b88f351c6f968e0"
file = "mods/bettergrassify.pw.toml"
hash = "7a1461aa9d13a87e81431dc54c40c3e2df10aa6216b20aaf3389828b01407a63"
metafile = true
[[files]]
file = "mods/bettergrassify.pw.toml"
hash = "7a1461aa9d13a87e81431dc54c40c3e2df10aa6216b20aaf3389828b01407a63"
file = "mods/blossomlib.pw.toml"
hash = "06f14238b158016b8832fbc2cd7e9730a58ef475fc74359031a4f4f8cba1340f"
metafile = true
[[files]]
file = "mods/blossomtpa.pw.toml"
hash = "2785eb559710cddbd354e727bcf1f67a9923a136c053f3262e462bac758645b2"
metafile = true
[[files]]
@@ -161,6 +192,16 @@ file = "mods/cristel-lib.pw.toml"
hash = "fe04f0d6db074548db155c4863bd812b40b95dc3a3bc041d2f25d244674cdd59"
metafile = true
[[files]]
file = "mods/dcintegration.pw.toml"
hash = "1a3c70470af98fcf70c22dfa16f64e4259458072290c4ab1e31569874e709358"
metafile = true
[[files]]
file = "mods/dungeons-and-taverns.pw.toml"
hash = "a5a946d6b3cbb7bfc975ce0a7faf9b75e1fedd47b4c6135bbc352bbaf97b40ab"
metafile = true
[[files]]
file = "mods/dynamic-fps.pw.toml"
hash = "d98649616d0dabc940af0d936985128321cb6666b46a7fc9caefcd23bc87bca1"
@@ -201,6 +242,11 @@ file = "mods/fabric-language-kotlin.pw.toml"
hash = "ad659593043afb2413f07aff507f5ddcb3eaaf7e94a94b0258c7b2a51d26b2f9"
metafile = true
[[files]]
file = "mods/fabricproxy-lite.pw.toml"
hash = "7345effda3ffcc376275666335af5b8a504887d1e95d13b257cb7e44695ba1aa"
metafile = true
[[files]]
file = "mods/fallingtree.pw.toml"
hash = "e75246b33d964c18151a33a6943877a733137ff69d1bf26cc2903dfb5aa1ea8c"
@@ -226,14 +272,19 @@ file = "mods/iris.pw.toml"
hash = "a6294e41dba36d3f1d0b698a5df2e8afc935df575c0bcc4dbc8d58853f9ef0ad"
metafile = true
[[files]]
file = "mods/keep-it-personal.pw.toml"
hash = "3ee12e5c12f6f518ddfa2b11e8a2342f09d5621754e70027934120167ba00e08"
metafile = true
[[files]]
file = "mods/lambdynamiclights.pw.toml"
hash = "91fc3cbc0248bf1bf743f1aaf352b0abd17c2d9635061e462a631299eef2cf82"
metafile = true
[[files]]
file = "mods/library-ferret.pw.toml"
hash = "8005b7dac960278fd61207a10bdf3f542b57ce1d0a07d8a76c0b4013dfd1326f"
file = "mods/leukocyte.pw.toml"
hash = "a5c030a6bc64dcb885e7dff521a135e8abef1ba79bb5a5a975b6d7be2fd589b9"
metafile = true
[[files]]
@@ -266,6 +317,11 @@ file = "mods/modmenu.pw.toml"
hash = "43863c7eb19b3225a92ebadcb6ab5d08f107ce25aa639f4d5312d476f5f4efed"
metafile = true
[[files]]
file = "mods/mouse-tweaks.pw.toml"
hash = "dc24a4cc0ad484d6593997c197ea602fac4d98c45dab0de6421e704c3851acd9"
metafile = true
[[files]]
file = "mods/no-chat-reports.pw.toml"
hash = "fda7b69a96b92d55f8c049f4d902398b0e111fd875571184660f7f332e034c9c"
@@ -286,6 +342,11 @@ file = "mods/placeholder-api.pw.toml"
hash = "41cfbe406cbc0a95428b9fffaa3cbda27192dfafcabfe71932a8f0bd84e933b3"
metafile = true
[[files]]
file = "mods/plasmo-voice.pw.toml"
hash = "7f083dbb86ca8d9027bd66daec43d16e6850ec99496bc1bf5aad990afc3d36ee"
metafile = true
[[files]]
file = "mods/polymer.pw.toml"
hash = "22a83a04b4df87ab4bbea18228c3cc695551610c66cc79ccc315d783d3f7848f"
@@ -326,6 +387,11 @@ file = "mods/servercore.pw.toml"
hash = "c57cb0a81eb8ab649a0102ba41e35c135474a6b1c196bc19d9a22922f8646846"
metafile = true
[[files]]
file = "mods/silk.pw.toml"
hash = "493a76add332abb0dfa23004300ea2ae77a8448960f603519c1db5ab4d769413"
metafile = true
[[files]]
file = "mods/sodium-extra.pw.toml"
hash = "f24a09bec2452947c6184f3a0e5d26989dd2b06b65b62376df5c7e8695165d84"
@@ -357,8 +423,8 @@ hash = "54379eac29e1b71a68d04c25a2a718b395422005a60aa289f24c10312687ee4d"
metafile = true
[[files]]
file = "mods/universal-graves.pw.toml"
hash = "05e324a0428fe718f9e069eebee434aa13564a4272820c93da98dd370b50f618"
file = "mods/veinminer.pw.toml"
hash = "5cb9a93032a75644cdf442b05a29e0616c76df503ee6b3dd3ab367ad1a04ff60"
metafile = true
[[files]]
@@ -396,6 +462,10 @@ file = "resourcepacks/visible-powdered-snow.pw.toml"
hash = "ec2178bd17a943dac8ead3b1dc68e398b00e454a4582b84056a0ce30dad400a9"
metafile = true
[[files]]
file = "server-icon.png"
hash = "f3b299ee5696264b4fec68528ff90426c9f1b35b6364593495d980a9a5e253ee"
[[files]]
file = "shaderpacks/complementary-reimagined.pw.toml"
hash = "531a8d239c952428d9a633ff99cb03461656ada28decbe2e1ef19f60f7fd5726"

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

@@ -0,0 +1,13 @@
name = "AppleSkin"
filename = "appleskin-fabric-mc1.21.9-3.0.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/8sbiz1lS/appleskin-fabric-mc1.21.9-3.0.7.jar"
hash-format = "sha512"
hash = "79d0d0b4a09140cdb7cf74b1cd71554147c60648beb485ca647b149174e171660ec561ad329da58b78b5de439909b180e287b4b38bf068acfca20666100f4584"
[update]
[update.modrinth]
mod-id = "EsAfCjCV"
version = "8sbiz1lS"

View File

@@ -1,13 +0,0 @@
name = "Better Villages"
filename = "bettervillage-fabric-1.21.9-3.3.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/dGVX5JbJ/versions/u6cdO3pr/bettervillage-fabric-1.21.9-3.3.1.jar"
hash-format = "sha512"
hash = "31d92eb3d1738820d7d711f59987b9e2ada2c6000e56415edd9a607cb6ac38061e47e42eada6c78ed76dc3f7233ce9160cbecb4df5eb4067c038d762df890001"
[update]
[update.modrinth]
mod-id = "dGVX5JbJ"
version = "u6cdO3pr"

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 = "Dungeons and Taverns"
filename = "dungeons-and-taverns-v5.0.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/tpehi7ww/versions/IqBigwGK/dungeons-and-taverns-v5.0.3.jar"
hash-format = "sha512"
hash = "823294d4829be8a6f573e1c6ce5aa8d76677ae76a261ca2c26d3a4e8c9c342c9f5ec51b436bc40b0aa289e31bf97c2cc5c28347c327b068a383da26c2cd850e4"
[update]
[update.modrinth]
mod-id = "tpehi7ww"
version = "IqBigwGK"

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"

View File

@@ -1,13 +0,0 @@
name = "Library Ferret"
filename = "libraryferret-fabric-1.21.9-4.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/DOB2l4oJ/versions/Qeg6h3l7/libraryferret-fabric-1.21.9-4.0.0.jar"
hash-format = "sha512"
hash = "012b2b8fdd7f7b2fa3dcc6b5e1a953c89709497c68ca65189221e7e47a2d9f8b8ad095f2a7d835cd41f54f603f563f45d48aa95e944e2c1d2954f1afb6cef09a"
[update]
[update.modrinth]
mod-id = "DOB2l4oJ"
version = "Qeg6h3l7"

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]
file = "index.toml"
hash-format = "sha256"
hash = "5f8abea33847ff19d0cda5374c0b11a496ea07159b90a20c0605b3c92f006257"
hash = "68479dbc3967c6989a475a46a4157fd741924337dd94623defb4d7a130d3b930"
[versions]
fabric = "0.17.3"

BIN
server-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB