mirror of
https://github.com/nesquate-mcserver/modpack-server.git
synced 2026-06-06 05:48:55 +00:00
Compare commits
30 Commits
stable/1.1
...
ce0b38000e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce0b38000e | ||
|
|
94bc690600 | ||
|
|
886b98e3d2 | ||
|
|
d5143fac68 | ||
|
|
1bc731d372 | ||
|
|
1e884fa596 | ||
|
|
12616ea166 | ||
|
|
d65edc416d | ||
|
|
7f17171cba | ||
|
|
278f0e1ce7 | ||
|
|
305a013093 | ||
|
|
1f2c128daf | ||
|
|
4dd7338d7d | ||
|
|
bd28a61f2e | ||
|
|
0d141eff6e | ||
|
|
311b275f0f | ||
|
|
1c425c694c | ||
|
|
fc06331ff4 | ||
|
|
609db3719e | ||
|
|
b4f9d56dfe | ||
|
|
58ab571526 | ||
|
|
0311e2db9d | ||
|
|
54c7ad7c06 | ||
|
|
e7080da355 | ||
|
|
e395dd8fc5 | ||
|
|
32dffd77db | ||
|
|
049175a755 | ||
|
|
4c12cc0eed | ||
|
|
8198c44c37 | ||
|
|
96caa03976 |
43
config/Sit!.properties
Normal file
43
config/Sit!.properties
Normal file
@@ -0,0 +1,43 @@
|
||||
# Sit! Config
|
||||
|
||||
version=1.1
|
||||
# all available languages: en_us, ru_ru, es_es
|
||||
lang=en_us
|
||||
|
||||
# Keeps the entities active even when logging off / shutting down
|
||||
keep-active=true
|
||||
# Toggle the ability to sit on other blocks while already being seated on one.
|
||||
sit-while-seated=true
|
||||
# Toggle the ability to sit on different block types.
|
||||
stairs=true
|
||||
slabs=true
|
||||
carpets=true
|
||||
full-blocks=false
|
||||
custom=false
|
||||
# Add custom sittable blocks!
|
||||
# Example: "minecraft:campfire|0.255|1|lit=false"
|
||||
# First entry: custom block
|
||||
# Second entry: sitting height (number from 0-1 eg 0.52)
|
||||
# Third entry: hitbox size (where the player spawns above the entity when dismounting)
|
||||
# Fourth entry (optional): required blockstate to sit (Put a "!" to exclude blockstates)
|
||||
# Separate different entries with "|"!
|
||||
custom-blocks=["minecraft:campfire|.46|1|lit=false","minecraft:soul_campfire|.46|1|lit=false,waterlogged=false"]
|
||||
|
||||
# Hand Settings
|
||||
hand.sitting=true
|
||||
# Hand requirements for sitting.
|
||||
# Empty = hand has to be empty
|
||||
# Restrictive = set restrictions for hand state
|
||||
# None = can sit whenever
|
||||
hand.main.requirement=empty
|
||||
hand.main.block=false
|
||||
hand.main.food=false
|
||||
hand.main.usable=false
|
||||
hand.main.whitelist=[]
|
||||
hand.main.blacklist=[]
|
||||
hand.off.requirement=restrictive
|
||||
hand.off.block=true
|
||||
hand.off.food=false
|
||||
hand.off.usable=true
|
||||
hand.off.whitelist=["minecraft:torch","minecraft:soul_torch","minecraft:redstone_torch"]
|
||||
hand.off.blacklist=[]
|
||||
@@ -14,7 +14,7 @@
|
||||
"emoticons": false
|
||||
},
|
||||
"default": {
|
||||
"display_name": "%luckperms:prefix%${default}",
|
||||
"display_name": "${default}",
|
||||
"message_formats": {
|
||||
"chat": "<${player}> ${message}",
|
||||
"joined_the_game": "<yellow><lang:multiplayer.player.joined:'${player}'></yellow>",
|
||||
|
||||
3
config/xaerominimap-common.txt
Normal file
3
config/xaerominimap-common.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
allowCaveModeOnServer:true
|
||||
allowNetherCaveModeOnServer:true
|
||||
registerStatusEffects:false
|
||||
3
config/xaeroworldmap-common.txt
Normal file
3
config/xaeroworldmap-common.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
allowCaveModeOnServer:true
|
||||
allowNetherCaveModeOnServer:true
|
||||
registerStatusEffects:false
|
||||
147
index.toml
147
index.toml
@@ -4,9 +4,13 @@ hash-format = "sha256"
|
||||
file = "README.md"
|
||||
hash = "4fb0cb37de5a6de765958c81c93af543c6c89b69d0fbbf9eda2380c3138101d2"
|
||||
|
||||
[[files]]
|
||||
file = "config/Sit!.properties"
|
||||
hash = "89c4c11d217d273334b9dda9a71b3f19541c4782e81aa08eb9444b29e52fdd94"
|
||||
|
||||
[[files]]
|
||||
file = "config/styled-chat.json"
|
||||
hash = "fc67b511f239aaf82dee4480ccce15c29f0870f956ee668a106f2ec25093e540"
|
||||
hash = "6da20942e93e83047055e600ac822205988be6f708059f10fb4340a58acb0885"
|
||||
|
||||
[[files]]
|
||||
file = "config/styledplayerlist/config.json"
|
||||
@@ -17,120 +21,131 @@ file = "config/styledplayerlist/styles/default.json"
|
||||
hash = "5b64a5cb4b72963b04dea7ffa645761afd7b5713b915016bc78321a8fb9fe78c"
|
||||
|
||||
[[files]]
|
||||
file = "mods/LuckPerms-Fabric-PlaceholderAPI-Hook.jar"
|
||||
hash = "8725f502a6277a38be066c0c7b8a11a193381c0de8e1f5857debd67f282cbd04"
|
||||
file = "config/xaerominimap-common.txt"
|
||||
hash = "10ba22dca29b33ace769afd33c752cf1e8217d9e112b4a6ced7fef2c93e46632"
|
||||
|
||||
[[files]]
|
||||
file = "mods/async-locator.pw.toml"
|
||||
hash = "b0c84806bc32028e006144a81865ff5180614bb8146ffc265a905bb2c6c3e1bb"
|
||||
file = "config/xaeroworldmap-common.txt"
|
||||
hash = "10ba22dca29b33ace769afd33c752cf1e8217d9e112b4a6ced7fef2c93e46632"
|
||||
|
||||
[[files]]
|
||||
file = "mods/anti-xray.pw.toml"
|
||||
hash = "610076c89a6e55343df37808fcf59806330eb37b4108c5b080807c95cd0c7162"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/audioplayer.pw.toml"
|
||||
hash = "8fe794b4355754d3d8f837f127ca2abe086d03e1b871101b61e77717076b2a65"
|
||||
hash = "dc3575dab2673b765947da8a87c01464ea77af8fe355fe18579dce514b35be7a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/axiom.pw.toml"
|
||||
hash = "7a5f1830a01e3b80f8401a4ba9a3dcd54a0b70d0d049a35a3f655c63489eab5a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/c2me-fabric.pw.toml"
|
||||
hash = "d3a7764f686bd4c6e44ef7e2ec0581fdefeb9ed3d4aab1db63aa58821a264d61"
|
||||
hash = "82302805c9d6e897108da0e5abafd367eac05b517d9e892a2355cd0d91946b53"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet-extra.pw.toml"
|
||||
hash = "3d3b8336379b6d9f072476caf1f91b13e7e02e70fab23399e4e695eca48369fb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet-fixes-1.20-1.16.1.jar"
|
||||
hash = "8c5528b69eabfc6b76df3806d61d400a95ee65ea0e55f7a16f16a4af8480d55b"
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet-fixes.pw.toml"
|
||||
hash = "590d03cf3e5e0915028c371ad4f5b7d0ac37b8108f06c242febbdbd131dd56f2"
|
||||
hash = "3346dff03bf04d048dc007986f94639a941e18d95cc78349bfe180d455d88173"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet-tis-addition.pw.toml"
|
||||
hash = "6ea66a58b0188c6e5ec3375e066c03ed63c2dbd72289c5c9ad27803612f3cc58"
|
||||
hash = "e50b94c5adefca87dcf870dec1c9c273427487802128f734c068ecad536ceb21"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet.pw.toml"
|
||||
hash = "a44e6eac50227e4346d507836214f8ec462e74a264307253ec19bd3343ad0c7f"
|
||||
hash = "4b7d1bdb1c0e8e349be41cad57e61abdfaf47eccb4c30e4c4bf32960f2260835"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-api.pw.toml"
|
||||
hash = "db3c8e7c289678e7244a3cc0300303ebe68008b134e2ddfb207f7a2fb8cfa262"
|
||||
hash = "7bac418be4f003dc98ecacaac516120320f02f3eceef0541989bc98f89fc8608"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-language-kotlin.pw.toml"
|
||||
hash = "bd278a821fa158a7ffedb511c84e5bc0887192ceae21f9038b30357edd64a9e9"
|
||||
hash = "bb9a29a48b27e7abc0799d4393240ae2cdcf7d64341c9a63347769173f8bda2e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-permissions-api.jar"
|
||||
hash = "a8e808dffaa62afaa2780cf712865bab0941572568ffad573f1bec94c459b9b9"
|
||||
file = "mods/fabric-permissions-api.pw.toml"
|
||||
hash = "5a3120cff8cdb296fe3c03e77624fd4505011751133ec573dd3c426c6e1e1229"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabricproxy-lite.pw.toml"
|
||||
hash = "1b4999da08f3479112d3a04c57be1f0ffa14c61e629ea95831d30af830baa069"
|
||||
hash = "21a9b349fd73558a8c7a49748cb4e9d0a561905bbef7b0e5d9b6466a93c62345"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ferrite-core.pw.toml"
|
||||
hash = "4146027b92b4885fddec00435233c61c3728b5e09265982ab187021519a4fa89"
|
||||
hash = "9fb4d588bd578e2f16a9605ff6303872130b36ccb0fdfff98bd7274da94f91b9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/journeymap.pw.toml"
|
||||
hash = "2f4ce060f0445bacbbb3598752200ba36f49d8727bf7499df825e10df5a6d775"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/krypton.pw.toml"
|
||||
hash = "fe6abe1ea33393fe1441801f79eda74ea892e5f4b677a56eccafafcbf4d253ca"
|
||||
hash = "4ee72fa3b6d91ccec6ec3420396db368dc5097350ee2bb909af3a65f0446c9d5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ledger.pw.toml"
|
||||
hash = "0684b15fd9fd27d81fc7175947d086cbc36d60ef565fc6175d82b11bf3d9c58d"
|
||||
hash = "c12090d1aa1239085a4b3d790900823ad14a40eacbd8fa42d9626d22995a8a80"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lithium.pw.toml"
|
||||
hash = "3dedde5213176d72e1c353877fa44315945e8f3da2ba05f5679d81e9f558bb1d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/log-begone.pw.toml"
|
||||
hash = "63546806d3dee28561f471db20b855a00965b2f6d8dc122566ab42120aff57fd"
|
||||
hash = "bc213d7a99082681c3b76ec0a08d2c7b697eff9327c314497b52e64bc7d9d78d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/luckperms.pw.toml"
|
||||
hash = "0bcf5ca6fa1cf6822e69ba183f983480c696b46553e857415054a579b5b92ace"
|
||||
hash = "daa76587023f09d159c8f2999812ae8dbb5214319c688775fa019a03e803d02d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mcdiscordchat.pw.toml"
|
||||
hash = "fcba23d67c2942a1724b15f54ab968e64146498801da9c531618a027ecfaf308"
|
||||
hash = "dd7018b83fd07fa25e06d173b4f49990cf50608af08e04b0891e5d1c0e25c1ed"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/memoryleakfix.pw.toml"
|
||||
hash = "3c0945a312aca06a2185b00cb03ae482949b008d72614497148aa2df301af019"
|
||||
file = "mods/mcdr-command-fabric.pw.toml"
|
||||
hash = "570de7791cec7082f19a1af8eb1cee2921a9f4186fd1d020f87544b94a3a495e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modernfix.pw.toml"
|
||||
hash = "6be9bf8af4c867d6cc7c680df870e2b878fbec4090160f3df3a8426c61216472"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modmenu.pw.toml"
|
||||
hash = "368c2b1447d2378d64cf46ba7205d20535ad58937743ceda949b7940c4c0ada5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "a045df0a5d03ef89d92ca9318aa42a5a5e7617b37dd38d32b0a7058c0f6f4ef7"
|
||||
hash = "f3c5cb21ff2e78c7e8cdbd14d1535e6edd464d5a436dbfa4e60b8ea91374674d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/owo-lib.pw.toml"
|
||||
hash = "7df4e9e2dcdae03cff43d5c0159b638f6b2eba53d3f9419a756facb0bcce4101"
|
||||
hash = "22d2bd35f4752e53e7604168881af536589e1a29df882bc0f2431e38912a58ec"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/raknetify.pw.toml"
|
||||
hash = "02421594640b86ccd43e888d0413ade610b4a87bb5a2325cccdfda0a502c5b61"
|
||||
hash = "f92a29e6cee84301e1418980bd76f2dc2aff615cba6243a331068522ce2c50e0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@@ -140,50 +155,80 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "671f00e95fdab8f0d4ecdde36e0954221dc6945552c423fe8cec6994b0f64a7a"
|
||||
hash = "31824b27e7cfef5ff4091fdb37cce9e42be93dbbef6610874ed7b7158d44fd08"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sit!.pw.toml"
|
||||
hash = "fc69eebd405c7d609926cb1d823e69142ce114100738a06a3f7ec92989cd9faf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spark.pw.toml"
|
||||
hash = "3f1cdc39c7c76eba1c62b6f22d07f9507ff1c9a9e860f179481ec63449451a79"
|
||||
hash = "9bdd041fb29ab003ef5bb1f0ba53516847e32e3010a3fce247f743fc98e08a6b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/starlight.pw.toml"
|
||||
hash = "18ee61062b3f43fd026ee620bb2de6073de791132c5067d262bd424628bed4a5"
|
||||
file = "mods/stackable-shulkers-fix.pw.toml"
|
||||
hash = "f6435ad11b706ef41babd02496b395d374ac48c5ba2f529a336d98b03e2ec495"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styled-chat.pw.toml"
|
||||
hash = "3ef4b93adbac3581872c2464fc33f6026b1caaedf3237acdd0a9be2cf77cc7ad"
|
||||
hash = "22a65829892382f1f4a8cea2c788fcedabf231c86b0852f9cbe33c65436a0d53"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styled-nicknames.pw.toml"
|
||||
hash = "1a63f5bfeb792e68c7b06ca0f7264c49419f76f6abe6ef47a839aa1f9eddeb1b"
|
||||
hash = "da4d9d0e5257127a4b12ac746a1762db374ba19712abf891da0d76fa06288eff"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styledplayerlist.pw.toml"
|
||||
hash = "39bdfc596f88235de2e387d107f2e184040cb7a7c6055303247f406e86e8264a"
|
||||
hash = "615cc195f32f56bf0b038a782bcd157fa01be5dd11b16627de11c3c7932577d7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/syncmatica.pw.toml"
|
||||
hash = "b8686f7382b6667de82d37b7f0ef8a33955b6ee65231d0178fb78d6eb14bf5a5"
|
||||
hash = "5418953c173312f623ed5fbde524cb402ec4b683d6de5f5d402e9f6976686a48"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vanilla-permissions.pw.toml"
|
||||
hash = "237f8ebf563d146096b05a9d9120fd28714a2885b88a87e10bbd0730a22ec0eb"
|
||||
hash = "96e744a4550086bb254db1ff5943268c7c74a62f5a9e44d4422d35d4a2eb9636"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/viabackwards.pw.toml"
|
||||
hash = "10b9f4ffa43bc0c2b82d64b17bc254b9ee4093ba41e4a835600bad0249da3d42"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/viafabric.pw.toml"
|
||||
hash = "3b265a150d6c3978848d6e05a1b0449a53a9d1b75de7597b8140075d6a4381c3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/viaversion.pw.toml"
|
||||
hash = "21bb1f2a923815b9b158c04647c28d53f20de6b77ee7245b8a0da8c554fd5831"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vmp-fabric.pw.toml"
|
||||
hash = "25f30abe64eb76ee087648f3995a757868d2c5e1778610c03141bf8d2de2d955"
|
||||
hash = "dc382290106ff8657b408cdd44fc86268cba0de757708167e83e99f0cbcebb92"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-minimap.pw.toml"
|
||||
hash = "c1a94bbf04e20aa75c465cae21d84a29f853f59d3e0c490884c27b8c365e3781"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-world-map.pw.toml"
|
||||
hash = "79da525a4d5d520536f3de521cb6d4a812f7143c4028c288ca3f44b09c7e26c8"
|
||||
hash = "06ba705f4134b69018b7a10b14ec2a90a4147e82725fdd823a6f058ce709fb59"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yacl.pw.toml"
|
||||
hash = "40f878858365d9aef818ebc8cd74088efbdeb090e6d175fd15a3e4a114078955"
|
||||
metafile = true
|
||||
|
||||
Binary file not shown.
13
mods/anti-xray.pw.toml
Normal file
13
mods/anti-xray.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "AntiXray"
|
||||
filename = "antixray-fabric-1.4.6+1.21.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/sml2FMaA/versions/9Fb0twuI/antixray-fabric-1.4.6%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "1b8548052cc7df877054b6d624fa0b6279559912b4e019d386524417f16413bfbceb66e070ee5923593807932120e79e583cc06e4793b4083917cb55e34ac7f8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "sml2FMaA"
|
||||
version = "9Fb0twuI"
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Async Locator"
|
||||
filename = "async-locator-fabric-1.20-1.3.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rkN8aqci/versions/xXhZI4u3/async-locator-fabric-1.20-1.3.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9bd8650056dd2dbbc64c4842f4dc9b9391ee8bf9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rkN8aqci"
|
||||
version = "xXhZI4u3"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "AudioPlayer"
|
||||
filename = "audioplayer-fabric-1.20.4-1.8.7.jar"
|
||||
filename = "audioplayer-fabric-1.21.1-1.13.2.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/JDN9sb58/audioplayer-fabric-1.20.4-1.8.7.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cae9835e5d34280f7d7496dda5b79a72f41e5380"
|
||||
url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/7SlDRxwD/audioplayer-fabric-1.21.1-1.13.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a494196f05b52ec7544108ea08df89b5775a029f95e8d395958dc3d192e90ca7574675db697505204df383edd3ac0dbd10fba33dfb99df190e19b3794255ae07"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "SRlzjEBS"
|
||||
version = "JDN9sb58"
|
||||
version = "7SlDRxwD"
|
||||
|
||||
13
mods/axiom.pw.toml
Normal file
13
mods/axiom.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Axiom"
|
||||
filename = "Axiom-4.3.3-for-MC1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/N6n5dqoA/versions/SV5tgbW3/Axiom-4.3.3-for-MC1.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "775a3df575bc66dead7e14bb3d8687156b1e7afa900f008bdd4183a9ace9e2ae467a646fe5c35159fbb69bc9c18588cab09a61d7b9665c0216d6068c55644c04"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "N6n5dqoA"
|
||||
version = "SV5tgbW3"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Concurrent Chunk Management Engine (Fabric)"
|
||||
filename = "c2me-fabric-mc1.20.4-0.2.0+alpha.11.40.jar"
|
||||
filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.314.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/OSw3GbgT/c2me-fabric-mc1.20.4-0.2.0%2Balpha.11.40.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1b24dec5cb84d957089a4f6a97223f7c52f0eeac"
|
||||
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/vV4AvU4E/c2me-fabric-mc1.21.1-0.3.0%2Balpha.0.314.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "b5422cb81427bed57ceab2613dda69ee71dc8ae3e858d762d01e41b2d8a1178de556e5b854e7874f7d9c0109a8fa71bb68ed3079a98d924c86b2af243196548d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "VSNURh3q"
|
||||
version = "OSw3GbgT"
|
||||
version = "vV4AvU4E"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Carpet Extra"
|
||||
filename = "carpet-extra-1.20.3-1.4.128.jar"
|
||||
filename = "carpet-extra-1.21-1.4.148.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/VX3TgwQh/versions/APnGg1O6/carpet-extra-1.20.3-1.4.128.jar"
|
||||
url = "https://cdn.modrinth.com/data/VX3TgwQh/versions/8gEVsK18/carpet-extra-1.21-1.4.148.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9ba28b6f74fec9a2bae84ad02de64f57e8b2e17e"
|
||||
hash = "a9ecb08e995296f5919d4b032d95b269d2df6095"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "VX3TgwQh"
|
||||
version = "APnGg1O6"
|
||||
version = "8gEVsK18"
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Carpet-Fixes"
|
||||
filename = "carpet-fixes-1.20-1.17.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/7Jaxgqip/versions/rJzXa8HU/carpet-fixes-1.20-1.17.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "71db2ba00663aeb9c2533b025fb036b0e2f84370"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "7Jaxgqip"
|
||||
version = "rJzXa8HU"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Carpet TIS Addition"
|
||||
filename = "carpet-tis-addition-mc1.20.4-v1.55.0.jar"
|
||||
filename = "carpet-tis-addition-v1.65.2-mc1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jE0SjGuf/versions/cfP4v2vR/carpet-tis-addition-mc1.20.4-v1.55.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3286d5f58aeb4deefc7707e22fc6175161262cb6"
|
||||
url = "https://cdn.modrinth.com/data/jE0SjGuf/versions/a5iHjNPr/carpet-tis-addition-v1.65.2-mc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "08a34a9fe4e5e89b35c02b8cb8870170a106eb3c1107244b00f5731695acded178d63d50ec0b989fbcaa0f44cb4417efc5b6c0ab1dc9a8874b292da614b069b0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jE0SjGuf"
|
||||
version = "cfP4v2vR"
|
||||
version = "a5iHjNPr"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Carpet"
|
||||
filename = "fabric-carpet-1.20.3-1.4.128+v231205.jar"
|
||||
side = "both"
|
||||
filename = "fabric-carpet-1.21-1.4.147+v240613.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/yYzR60Xd/fabric-carpet-1.20.3-1.4.128%2Bv231205.jar"
|
||||
url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/f2mvlGrg/fabric-carpet-1.21-1.4.147%2Bv240613.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "53ee95647e15097f369061e372d8c9411635b4a7"
|
||||
hash = "54f2907d83e67283d165336f26e5219d4bd36037"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "TQTTVgYE"
|
||||
version = "yYzR60Xd"
|
||||
version = "f2mvlGrg"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Fabric API"
|
||||
filename = "fabric-api-0.95.4+1.20.4.jar"
|
||||
filename = "fabric-api-0.115.0+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/cpC3P6YE/fabric-api-0.95.4%2B1.20.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f6d5bec4885374d8d7b35e745fff765069afe5dc"
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/9YVrKY0Z/fabric-api-0.115.0%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e5f3c3431b96b281300dd118ee523379ff6a774c0e864eab8d159af32e5425c915f8664b1cd576f20275e8baf995e016c5971fea7478c8cb0433a83663f2aea8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P7dR8mSH"
|
||||
version = "cpC3P6YE"
|
||||
version = "9YVrKY0Z"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Fabric Language Kotlin"
|
||||
filename = "fabric-language-kotlin-1.10.17+kotlin.1.9.22.jar"
|
||||
filename = "fabric-language-kotlin-1.13.1+kotlin.2.1.10.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/JjrWZ7m8/fabric-language-kotlin-1.10.17%2Bkotlin.1.9.22.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "02e0af07d7c1476a6bd0530d0dacf0a2a9f8a8ea"
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/476dzMG5/fabric-language-kotlin-1.13.1%2Bkotlin.2.1.10.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "8e3609ef53a731c5509b304397e7fd4e37f2bbb4353b0d6234e74438846f0464743022f3339ba4f5acf21b023c80420ce59c194c1dfb11aeb79caffa6f842fb6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ha28R6CL"
|
||||
version = "JjrWZ7m8"
|
||||
version = "476dzMG5"
|
||||
|
||||
Binary file not shown.
7
mods/fabric-permissions-api.pw.toml
Normal file
7
mods/fabric-permissions-api.pw.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
name = "fabric-permissions-api"
|
||||
filename = "fabric-permissions-api-0.3.1.jar"
|
||||
|
||||
[download]
|
||||
url = "https://github.com/lucko/fabric-permissions-api/releases/download/v0.3.1/fabric-permissions-api-0.3.1.jar"
|
||||
hash-format = "sha256"
|
||||
hash = "1894f9db7ea6d70f95f6b088b92a8037e87df376e8774ee2b048ddcc0f967226"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "FabricProxy-Lite"
|
||||
filename = "FabricProxy-Lite-2.7.0.jar"
|
||||
filename = "FabricProxy-Lite-2.9.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8dI2tmqs/versions/Mxw3Cbsk/FabricProxy-Lite-2.7.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/8dI2tmqs/versions/AQhF7kvw/FabricProxy-Lite-2.9.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e6347ca3365edcc2fa0b2b04c69f5f673a47a1b7"
|
||||
hash = "08542e32123a23f017aaf8ea718de5520e9914f9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8dI2tmqs"
|
||||
version = "Mxw3Cbsk"
|
||||
version = "AQhF7kvw"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "FerriteCore"
|
||||
filename = "ferritecore-6.0.3-fabric.jar"
|
||||
filename = "ferritecore-7.0.2-hotfix-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/pguEMpy9/ferritecore-6.0.3-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f2bbb773f4213d36201b76820f206e2a6f213c0c"
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/bwKMSBhn/ferritecore-7.0.2-hotfix-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ca975bd3708cd96d30cf1447ac8883572113562eb2dd697e60c1cf382d6b70d0b1a511fcbfd042c51b2cf5d5ffc718b847f845e4c8a3e421e8c9ee741119a421"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uXXizFIs"
|
||||
version = "pguEMpy9"
|
||||
version = "bwKMSBhn"
|
||||
|
||||
13
mods/journeymap.pw.toml
Normal file
13
mods/journeymap.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "JourneyMap"
|
||||
filename = "journeymap-fabric-1.21.1-6.0.0-beta.37.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/VgrCCuhR/journeymap-fabric-1.21.1-6.0.0-beta.37.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "7af71e1ada33ba3dda96fee999626e67b14ba070763e081c61fd5a92006b775af72e653c397c2b05b501b6f34046f5c4ca1213f4d1e67d85432001f415cec9ed"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lfHFW1mp"
|
||||
version = "VgrCCuhR"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Krypton"
|
||||
filename = "krypton-0.2.6.jar"
|
||||
filename = "krypton-0.2.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/bRcuOnao/krypton-0.2.6.jar"
|
||||
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/Acz3ttTp/krypton-0.2.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "fc237a3cdf7cff71e222db8e14fa6d4546e2d000"
|
||||
hash = "73e792eb5f120787becda4b87b6ff18b26caea50"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fQEb0iXm"
|
||||
version = "bRcuOnao"
|
||||
version = "Acz3ttTp"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Ledger"
|
||||
filename = "ledger-1.2.10.jar"
|
||||
filename = "ledger-1.3.5.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/aeyvUBDY/ledger-1.2.10.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "96823116f8a6d026366041f17cd1856df4d79f6e"
|
||||
url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/t1AtqfxZ/ledger-1.3.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ab2407e568fd94d863ee178c6009e8a2f21887cc8a9b73d042f9bbc65ffd072848f426351c55e36ffa5430122e4487e7e5392b4a189fc530d62efa59a47f1234"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LVN9ygNV"
|
||||
version = "aeyvUBDY"
|
||||
version = "t1AtqfxZ"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Lithium"
|
||||
filename = "lithium-fabric-mc1.20.4-0.12.1.jar"
|
||||
filename = "lithium-fabric-0.14.7+mc1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/nMhjKWVE/lithium-fabric-mc1.20.4-0.12.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4a0744beb2246d93cb475d21a5a53faa556956e0"
|
||||
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/NHA11tBg/lithium-fabric-0.14.7%2Bmc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "fe4b0d451ee40db68986395f205e38b9c6c8ea1c01c67bb65c166adf91945266a374b449f85d41741730d5957bce17e2f396affc04f38f50a6d9562143565053"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gvQqBUqZ"
|
||||
version = "nMhjKWVE"
|
||||
version = "NHA11tBg"
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Log Begone"
|
||||
filename = "Log-Begone-Fabric-1.20.2-1.0.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9ON3zv6e/versions/fkk1j9Bg/Log-Begone-Fabric-1.20.2-1.0.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "957f136bbf36a0886a82e59cd30da7b01812d69a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9ON3zv6e"
|
||||
version = "fkk1j9Bg"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "LuckPerms"
|
||||
filename = "LuckPerms-Fabric-5.4.113.jar"
|
||||
filename = "LuckPerms-Fabric-5.4.140.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/42RCP8I8/LuckPerms-Fabric-5.4.113.jar"
|
||||
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/l47d4ZWk/LuckPerms-Fabric-5.4.140.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5d6b90bf3f70e19610c684da8bf4a3906805207b"
|
||||
hash = "5368c9a12f181eeeae124b70395691780e5cb657"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Vebnzrzj"
|
||||
version = "42RCP8I8"
|
||||
version = "l47d4ZWk"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "MCDiscordChat"
|
||||
filename = "MC-Discord-Chat-2.2.6.jar"
|
||||
filename = "Discord-MC-Chat-2.4.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/D0sHdnXY/versions/KWGQ6JXw/MC-Discord-Chat-2.2.6.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cb1e097f918c73ffe8f565dd1d6a2c3414c124c5"
|
||||
url = "https://cdn.modrinth.com/data/D0sHdnXY/versions/fgxnpAd1/Discord-MC-Chat-2.4.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "09f88bf9ab1347a5eb90ed7a55a7c30846d3451557c9a9c366d3d68deed4655e5e4e124f2cc9404df5d3841a28dc73890191e9ea97e5655d0f1d1321f83a3128"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "D0sHdnXY"
|
||||
version = "KWGQ6JXw"
|
||||
version = "fgxnpAd1"
|
||||
|
||||
13
mods/mcdr-command-fabric.pw.toml
Normal file
13
mods/mcdr-command-fabric.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "MCDR Command Fabric"
|
||||
filename = "MCDRcommandFabric-1.21-v1.2.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kV8qN2Aj/versions/BE6S2UGR/MCDRcommandFabric-1.21-v1.2.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "379b033aa45b7c21f1255c82cb0f4a757c44ef8e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kV8qN2Aj"
|
||||
version = "BE6S2UGR"
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Memory Leak Fix"
|
||||
filename = "memoryleakfix-fabric-1.17+-1.1.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NRjRiSSD/versions/5xvCCRjJ/memoryleakfix-fabric-1.17%2B-1.1.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "784bbbe9c64ac9d3d4ad19786c02291e607fcf4e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NRjRiSSD"
|
||||
version = "5xvCCRjJ"
|
||||
13
mods/modernfix.pw.toml
Normal file
13
mods/modernfix.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "ModernFix"
|
||||
filename = "modernfix-fabric-5.20.2+mc1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/tn4FFqcg/modernfix-fabric-5.20.2%2Bmc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "1ed6f19b08198d07b6a45a3fe6aaee01f420e70bc73c8cafd1be46ccea97584f407005395eb787b0c4a90e5d9ed9581938d9b335369468d1b05e935d7792e15a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nmDcB62a"
|
||||
version = "tn4FFqcg"
|
||||
13
mods/modmenu.pw.toml
Normal file
13
mods/modmenu.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Mod Menu"
|
||||
filename = "modmenu-11.0.3.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/YIfqIJ8q/modmenu-11.0.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4c6387a059c7ac9028acc3d78124af02a4495bef2c16783bbffe5bf449067daf2620708fd57f8725e46f0c34d0f571adf60f0869742bfe7f6101ddf13a2a87da"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "mOgUt4GM"
|
||||
version = "YIfqIJ8q"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "No Chat Reports"
|
||||
filename = "NoChatReports-FABRIC-1.20.4-v2.5.0.jar"
|
||||
filename = "NoChatReports-FABRIC-1.21.1-v2.9.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/tfv6A4l5/NoChatReports-FABRIC-1.20.4-v2.5.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4108d959727fde432620693c2e271b4be81e5591"
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/D8K0KJXM/NoChatReports-FABRIC-1.21.1-v2.9.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "23bb4a8a6a3f7071281cf97560e12f37e1f5f638a156e3fcb92a50ff0091f1fcfa3e090e7745e4b1175e7c2c784e38d73536a1044db1bf225a182fab758a5a29"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qQyHxfxd"
|
||||
version = "tfv6A4l5"
|
||||
version = "D8K0KJXM"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "oωo (owo-lib)"
|
||||
filename = "owo-lib-0.12.3+1.20.3.jar"
|
||||
filename = "owo-lib-0.12.15+1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/HYGIKGSR/owo-lib-0.12.3%2B1.20.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "efb4191d1a24a077c2f1187e768a49419e8cb47b"
|
||||
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/vCCHsvEa/owo-lib-0.12.15%2B1.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "faa86df062ec4fa58b653455deb1307a778e4307392f51a29c5a87de78da7173bb6f77a5ed239306226f2bf972aa9221fbd946a2c07232ecfa09f798ae381924"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ccKDOlHs"
|
||||
version = "HYGIKGSR"
|
||||
version = "vCCHsvEa"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Raknetify"
|
||||
filename = "raknetify-fabric-0.1.0+alpha.5.114-all.jar"
|
||||
filename = "raknetify-fabric-0.1.0+alpha.5.155-all.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5IovSY3u/versions/8WknFRQe/raknetify-fabric-0.1.0%2Balpha.5.114-all.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e3a572829c645dedcd23382a874aa39750bec063"
|
||||
url = "https://cdn.modrinth.com/data/5IovSY3u/versions/b9vVdH6f/raknetify-fabric-0.1.0%2Balpha.5.155-all.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "613b6d27c60f8cc643116d67f14ae7304616cc2f05909c708c3c4d7ff43eb03dede6a668a53686f960bafdd1cf1a408e7518031caba4e82a6462ac661838ac1f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5IovSY3u"
|
||||
version = "8WknFRQe"
|
||||
version = "b9vVdH6f"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Simple Voice Chat"
|
||||
filename = "voicechat-fabric-1.20.4-2.5.1.jar"
|
||||
filename = "voicechat-fabric-1.21.1-2.5.27.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/lobOF2Co/voicechat-fabric-1.20.4-2.5.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "21789a594464836054a887d78aa27a2fc6ec857b"
|
||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/d3r1NJxy/voicechat-fabric-1.21.1-2.5.27.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e04c04a12e32b160d1deedd1e6d03ac7ed0432eeb1d226595422c8ef4436108492a2ec23c084bbb1934a9f05a68476321e802c9e30362c856bea9f0b056e70f8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9eGKb6K1"
|
||||
version = "lobOF2Co"
|
||||
version = "d3r1NJxy"
|
||||
|
||||
13
mods/sit!.pw.toml
Normal file
13
mods/sit!.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Sit!"
|
||||
filename = "sit!-1.2.1+1.21-1.21.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EsYqsGV4/versions/UvuuwmsA/sit%21-1.2.1%2B1.21-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e325208bcee34fefea28f8cf7da0ef4594ce57bf6c24650e419f4aada3cfaff2f05293cee198e52c68b6cfcf20238b71acf69f3a01f3b719409c5e54a92c829a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EsYqsGV4"
|
||||
version = "UvuuwmsA"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "spark"
|
||||
filename = "spark-1.10.58-fabric.jar"
|
||||
filename = "spark-1.10.109-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/FeV5OquF/spark-1.10.58-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "33bbc9f51ae33023edb264b8c4f4259f358703ad"
|
||||
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/cALUj9l1/spark-1.10.109-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "367f574f6d28432067f09737577d799ced9c309c1725da1d09ffdfe10eacf461a66967205cc938131afbcc8b8255c8c25f8aa516e15f061c6481b6e7b8c94250"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "l6YH9Als"
|
||||
version = "FeV5OquF"
|
||||
version = "cALUj9l1"
|
||||
|
||||
13
mods/stackable-shulkers-fix.pw.toml
Normal file
13
mods/stackable-shulkers-fix.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Stackable Shulkers Fix"
|
||||
filename = "shulkerfix-1.7.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qr7VQIiR/versions/C7rVMdgh/shulkerfix-1.7.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a86bcacb6f47b2c9c645ea0ed71657bbcc7e2f82afe09e8f987451888d9599af1ed945cc4a3c2a97a8ee42702384bae17e11cb1e981174f260937bd6732cb8d5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qr7VQIiR"
|
||||
version = "C7rVMdgh"
|
||||
@@ -1,13 +0,0 @@
|
||||
name = "Starlight (Fabric)"
|
||||
filename = "starlight-1.1.3+fabric.f5dcd1a.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/HZYU0kdg/starlight-1.1.3%2Bfabric.f5dcd1a.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6c1dfb43aa2873ecf474b3278d42348457fbca0f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "H8CaAYZC"
|
||||
version = "HZYU0kdg"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Styled Chat"
|
||||
filename = "styled-chat-2.4.0+1.20.3.jar"
|
||||
filename = "styled-chat-2.6.1+1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/doqSKB0e/versions/hPPTz9OM/styled-chat-2.4.0%2B1.20.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2132ffaaaaed0a6864cf4ae1aeac651441c1eb40"
|
||||
url = "https://cdn.modrinth.com/data/doqSKB0e/versions/4e1xZSk3/styled-chat-2.6.1%2B1.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "cf46ed692a18396c12deb5842c9b04287d8127ba8d3e3604743dc774bf22cd860a5bba3d00377ad671c2e54942394ea99359b20e802e021802e8ab0491bec94c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "doqSKB0e"
|
||||
version = "hPPTz9OM"
|
||||
version = "4e1xZSk3"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Styled Nicknames"
|
||||
filename = "styled-nicknames-1.4.0+1.20.3.jar"
|
||||
filename = "styled-nicknames-1.6.0+1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DOk6Gcdi/versions/R7dIzguo/styled-nicknames-1.4.0%2B1.20.3.jar"
|
||||
url = "https://cdn.modrinth.com/data/DOk6Gcdi/versions/U9pXTyh2/styled-nicknames-1.6.0%2B1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "55805bc0fd21bb9a8529c97b075042adab60c836"
|
||||
hash = "8dce0a79959b1cdee245d0ab4bb16363f7d32a8c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DOk6Gcdi"
|
||||
version = "R7dIzguo"
|
||||
version = "U9pXTyh2"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Styled Player List"
|
||||
filename = "styledplayerlist-3.3.0+1.20.3.jar"
|
||||
filename = "styledplayerlist-3.5.1+1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/jcLxMRaH/styledplayerlist-3.3.0%2B1.20.3.jar"
|
||||
url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/Ui7MOgqG/styledplayerlist-3.5.1%2B1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0cea824207b53473466c89cad7539c51d0b8c628"
|
||||
hash = "f33770ba71d3e24b46591cefee106cf0e18d9eb7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DQIfKUHf"
|
||||
version = "jcLxMRaH"
|
||||
version = "Ui7MOgqG"
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
name = "Syncmatica"
|
||||
filename = "syncmatica-1.20.2-0.3.11.jar"
|
||||
side = "both"
|
||||
filename = "syncmatica-fabric-1.21-0.3.13-sakura.2.jar"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bfneejKo/versions/MQ7NrqXP/syncmatica-1.20.2-0.3.11.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "250830b916477593e0bdd9bc58d34f8b7f7e3ab7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bfneejKo"
|
||||
version = "MQ7NrqXP"
|
||||
url = "https://github.com/sakura-ryoko/syncmatica/releases/download/1.21-0.3.13-sakura.2/syncmatica-fabric-1.21-0.3.13-sakura.2.jar"
|
||||
hash-format = "sha256"
|
||||
hash = "fcf724b01f2c15cf70f02a499eff496ae6b68d6fd55deff7f8318a2b2f7b8f63"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Vanilla Permissions"
|
||||
filename = "vanilla-permissions-0.2.2+1.20.2.jar"
|
||||
filename = "vanilla-permissions-0.2.4+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fdZkP5Bb/versions/No5mDVrC/vanilla-permissions-0.2.2%2B1.20.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/fdZkP5Bb/versions/pDaHPTD2/vanilla-permissions-0.2.4%2B1.21.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2ee283e204d4aacd0ea6ebb3364ec288e8ee73b3"
|
||||
hash = "f8241cba0e099c2e09d80e73c0c201e86c75e6b0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fdZkP5Bb"
|
||||
version = "No5mDVrC"
|
||||
version = "pDaHPTD2"
|
||||
|
||||
13
mods/viabackwards.pw.toml
Normal file
13
mods/viabackwards.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "ViaBackwards"
|
||||
filename = "ViaBackwards-5.0.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NpvuJQoq/versions/Kn9W09hI/ViaBackwards-5.0.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "fbaadd9f55f0facd72817c5f800028d1e685606f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NpvuJQoq"
|
||||
version = "Kn9W09hI"
|
||||
13
mods/viafabric.pw.toml
Normal file
13
mods/viafabric.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "ViaFabric"
|
||||
filename = "ViaFabric-0.4.15+84-main.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/YlKdE5VK/versions/6DgogkJ3/ViaFabric-0.4.15%2B84-main.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ee2998b1e10ee8fb2eb11587f243960fb04b0d1cca065dc6ca345e73c870697545c9337861ac73a1887dcb242168c0f9a98e19236b2d21413fd8dc99d743c084"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "YlKdE5VK"
|
||||
version = "6DgogkJ3"
|
||||
13
mods/viaversion.pw.toml
Normal file
13
mods/viaversion.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "ViaVersion"
|
||||
filename = "ViaVersion-5.0.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P1OZGk5p/versions/R6MNWQmm/ViaVersion-5.0.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "256096d4ab4355ba78a869d65afd481b5d3b79fd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P1OZGk5p"
|
||||
version = "R6MNWQmm"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Very Many Players (Fabric)"
|
||||
filename = "vmp-fabric-mc1.20.4-0.2.0+beta.7.136-all.jar"
|
||||
filename = "vmp-fabric-mc1.21.1-0.2.0+beta.7.169-all.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/nnYi9x5f/vmp-fabric-mc1.20.4-0.2.0%2Bbeta.7.136-all.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "71f96996c1f2a6d53f8f32fff382a85ffd3a1b1a"
|
||||
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/mUvDaDZl/vmp-fabric-mc1.21.1-0.2.0%2Bbeta.7.169-all.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c7e1d9421200e5728e51f23a2fc0886720c98c24f912f4d0d48d697c20e6f83451572d4f572c486b9c3f94b4770a58166b5818a0f3eed50799aab964ae91f2dd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "wnEe9KBa"
|
||||
version = "nnYi9x5f"
|
||||
version = "mUvDaDZl"
|
||||
|
||||
13
mods/xaeros-minimap.pw.toml
Normal file
13
mods/xaeros-minimap.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Xaero's Minimap"
|
||||
filename = "Xaeros_Minimap_25.1.0_Fabric_1.21.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/2Go558kv/Xaeros_Minimap_25.1.0_Fabric_1.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9c1f2b8dc8f3f28a8f73293981249c07cb70b48952f3e2a9973c2ab38d9aa0d38e72fd538247cfd39b1d6f712d9bc76968ea1bbd81b598a85de2f4750af4b513"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1bokaNcj"
|
||||
version = "2Go558kv"
|
||||
@@ -1,13 +1,13 @@
|
||||
name = "Xaero's World Map"
|
||||
filename = "XaerosWorldMap_1.37.7_Fabric_1.20.4.jar"
|
||||
side = "client"
|
||||
filename = "XaerosWorldMap_1.39.2_Fabric_1.21.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/IwNGlfAn/XaerosWorldMap_1.37.7_Fabric_1.20.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "acb34b68dc00cded554cb3eb5525881f4c15a1d3"
|
||||
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/2QD9OoBs/XaerosWorldMap_1.39.2_Fabric_1.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "05ca24e912cd3cef4f83eb32ce7ee22f90787e54bd8d7eddc99071a17649a5b10bdf0fa514b9689e721edf7420f6983bd222ee62e9775386c1701b3a249fa003"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NcUtCpym"
|
||||
version = "IwNGlfAn"
|
||||
version = "2QD9OoBs"
|
||||
|
||||
13
mods/yacl.pw.toml
Normal file
13
mods/yacl.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "YetAnotherConfigLib"
|
||||
filename = "YetAnotherConfigLib-3.6.2+1.21-fabric.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/iu96ISLv/YetAnotherConfigLib-3.6.2%2B1.21-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0a52df2fd4126a994a2558d3c9464f886b0cb4bb7cb87cf36a12f87bd885e2525d562ff1d06625b4ff9911b89d31420e5d261ecd07f3b6ab47486543bdd017ad"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1eAoo2KR"
|
||||
version = "iu96ISLv"
|
||||
10
pack.toml
10
pack.toml
@@ -1,16 +1,16 @@
|
||||
name = "Nesquate Server's Server Modpack"
|
||||
author = "Nesquate"
|
||||
version = "1.1.1"
|
||||
version = "3.0.1"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "1a805b9fec0fd28787129390b2a555bb4943e9e7803d4d1300dc212623e7445a"
|
||||
hash = "adeecc70d4239cf70456729aa2dc03ca951d2eff3e57352bde32543de3758fc6"
|
||||
|
||||
[versions]
|
||||
fabric = "0.15.3"
|
||||
minecraft = "1.20.4"
|
||||
fabric = "0.16.5"
|
||||
minecraft = "1.21.1"
|
||||
|
||||
[options]
|
||||
acceptable-game-versions = ["1.20.2"]
|
||||
acceptable-game-versions = ["1.21"]
|
||||
|
||||
Reference in New Issue
Block a user