mirror of
https://github.com/nesquate-mcserver/modpack-server.git
synced 2026-06-06 05:48:55 +00:00
Compare commits
14 Commits
stable/1.3
...
stable/2.x
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
886b98e3d2 | ||
|
|
d5143fac68 | ||
|
|
1bc731d372 | ||
|
|
1e884fa596 | ||
|
|
12616ea166 | ||
|
|
d65edc416d | ||
|
|
7f17171cba | ||
|
|
278f0e1ce7 | ||
|
|
305a013093 | ||
|
|
1f2c128daf | ||
|
|
4dd7338d7d | ||
|
|
bd28a61f2e | ||
|
|
0d141eff6e | ||
|
|
311b275f0f |
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
|
"emoticons": false
|
||||||
},
|
},
|
||||||
"default": {
|
"default": {
|
||||||
"display_name": "%luckperms:prefix%${default}",
|
"display_name": "${default}",
|
||||||
"message_formats": {
|
"message_formats": {
|
||||||
"chat": "<${player}> ${message}",
|
"chat": "<${player}> ${message}",
|
||||||
"joined_the_game": "<yellow><lang:multiplayer.player.joined:'${player}'></yellow>",
|
"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
|
||||||
125
index.toml
125
index.toml
@@ -4,9 +4,13 @@ hash-format = "sha256"
|
|||||||
file = "README.md"
|
file = "README.md"
|
||||||
hash = "4fb0cb37de5a6de765958c81c93af543c6c89b69d0fbbf9eda2380c3138101d2"
|
hash = "4fb0cb37de5a6de765958c81c93af543c6c89b69d0fbbf9eda2380c3138101d2"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/Sit!.properties"
|
||||||
|
hash = "89c4c11d217d273334b9dda9a71b3f19541c4782e81aa08eb9444b29e52fdd94"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/styled-chat.json"
|
file = "config/styled-chat.json"
|
||||||
hash = "fc67b511f239aaf82dee4480ccce15c29f0870f956ee668a106f2ec25093e540"
|
hash = "6da20942e93e83047055e600ac822205988be6f708059f10fb4340a58acb0885"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/styledplayerlist/config.json"
|
file = "config/styledplayerlist/config.json"
|
||||||
@@ -17,52 +21,46 @@ file = "config/styledplayerlist/styles/default.json"
|
|||||||
hash = "5b64a5cb4b72963b04dea7ffa645761afd7b5713b915016bc78321a8fb9fe78c"
|
hash = "5b64a5cb4b72963b04dea7ffa645761afd7b5713b915016bc78321a8fb9fe78c"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/LuckPerms-Fabric-PlaceholderAPI-Hook.jar"
|
file = "config/xaerominimap-common.txt"
|
||||||
hash = "8725f502a6277a38be066c0c7b8a11a193381c0de8e1f5857debd67f282cbd04"
|
hash = "10ba22dca29b33ace769afd33c752cf1e8217d9e112b4a6ced7fef2c93e46632"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/xaeroworldmap-common.txt"
|
||||||
|
hash = "10ba22dca29b33ace769afd33c752cf1e8217d9e112b4a6ced7fef2c93e46632"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/audioplayer.pw.toml"
|
file = "mods/audioplayer.pw.toml"
|
||||||
hash = "56a04736e45c2bb85c8a9f9a9377493b38bfd00a13f740b45b9920545c4db9bb"
|
hash = "37b8079b34f96b843a927d6753a209522f2f2c08937485960df91712749e755a"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/bluemap.pw.toml"
|
|
||||||
hash = "6c556e9a9c5b3a2c73181f53e62dd5e70dc0e2abc52b88e6a261e1c307460526"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/c2me-fabric.pw.toml"
|
file = "mods/c2me-fabric.pw.toml"
|
||||||
hash = "e2c268027d63e997ef750bcbc76e9ee29c775b7121a0be28a121bc4f332a7092"
|
hash = "ff95494288c59e70290eb86205a11e9453d91181a838cca5823b835e2e44bf20"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/carpet-extra.pw.toml"
|
file = "mods/carpet-extra.pw.toml"
|
||||||
hash = "3d3b8336379b6d9f072476caf1f91b13e7e02e70fab23399e4e695eca48369fb"
|
hash = "3346dff03bf04d048dc007986f94639a941e18d95cc78349bfe180d455d88173"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/carpet-fixes.pw.toml"
|
|
||||||
hash = "590d03cf3e5e0915028c371ad4f5b7d0ac37b8108f06c242febbdbd131dd56f2"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/carpet-tis-addition.pw.toml"
|
file = "mods/carpet-tis-addition.pw.toml"
|
||||||
hash = "ed7ef0fe7cb072b18011af64a57c70867ddea6f648a2d37f40de80ea4d76b26e"
|
hash = "295991ddfa72d2fd5dd3086e07f121c91e85f93c49f7bd0388da6064c4f7eed8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/carpet.pw.toml"
|
file = "mods/carpet.pw.toml"
|
||||||
hash = "a44e6eac50227e4346d507836214f8ec462e74a264307253ec19bd3343ad0c7f"
|
hash = "4b7d1bdb1c0e8e349be41cad57e61abdfaf47eccb4c30e4c4bf32960f2260835"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabric-api.pw.toml"
|
file = "mods/fabric-api.pw.toml"
|
||||||
hash = "fe7dbe82cf758cc6a73e96f57229e6be3696588388da757fbd936ac8c08c224f"
|
hash = "e3854a5bf8296a33ef7e2dcae13689b0923976a3b949564aebc27143e71d47fc"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabric-language-kotlin.pw.toml"
|
file = "mods/fabric-language-kotlin.pw.toml"
|
||||||
hash = "14e87ff6253d2bd02697e46b4a9b5060465d72b71663def5236f829e30bac6d6"
|
hash = "508af0c05e63443f8179d0b5a34731735fc215872318b23e26df4487d260a36b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -72,67 +70,67 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabricproxy-lite.pw.toml"
|
file = "mods/fabricproxy-lite.pw.toml"
|
||||||
hash = "1b4999da08f3479112d3a04c57be1f0ffa14c61e629ea95831d30af830baa069"
|
hash = "21a9b349fd73558a8c7a49748cb4e9d0a561905bbef7b0e5d9b6466a93c62345"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ferrite-core.pw.toml"
|
file = "mods/ferrite-core.pw.toml"
|
||||||
hash = "4146027b92b4885fddec00435233c61c3728b5e09265982ab187021519a4fa89"
|
hash = "078c828454d8a361baae372b5ee3dc33e5f3573fa19bdac8589b38da9dbc5c03"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/journeymap.pw.toml"
|
file = "mods/journeymap.pw.toml"
|
||||||
hash = "890c039d5c8a645f446f30c85593e86cbffa110e3662dcf985fe72d7089ea6c5"
|
hash = "5c6bc077313918aab0afce40960f2653678e62dfaf52feee625f9f20ab859dfb"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/krypton.pw.toml"
|
file = "mods/krypton.pw.toml"
|
||||||
hash = "fe6abe1ea33393fe1441801f79eda74ea892e5f4b677a56eccafafcbf4d253ca"
|
hash = "4ee72fa3b6d91ccec6ec3420396db368dc5097350ee2bb909af3a65f0446c9d5"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ledger.pw.toml"
|
file = "mods/ledger.pw.toml"
|
||||||
hash = "77f066e333bbaa0e22d1888cd61c22f56c3715ccdc0180f1829aed81cf9062c5"
|
hash = "be01c706542e5e1a1dd4f960f2405dbed2aa4d3a15168d2e8c49e2ba9e070030"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/lithium.pw.toml"
|
file = "mods/lithium.pw.toml"
|
||||||
hash = "3dedde5213176d72e1c353877fa44315945e8f3da2ba05f5679d81e9f558bb1d"
|
hash = "b3b33c53f8356928f86223f26eaebd7a266d610f8628e5077cda196192b0b7e4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/luckperms.pw.toml"
|
file = "mods/luckperms.pw.toml"
|
||||||
hash = "0bcf5ca6fa1cf6822e69ba183f983480c696b46553e857415054a579b5b92ace"
|
hash = "daa76587023f09d159c8f2999812ae8dbb5214319c688775fa019a03e803d02d"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/mariadb-jdbc.pw.toml"
|
|
||||||
hash = "8ae45f3cdf9eee9d23023c944eb05edfe5c768cec302994d1711f8a0d9517dbc"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/mcdiscordchat.pw.toml"
|
file = "mods/mcdiscordchat.pw.toml"
|
||||||
hash = "b35a61ebdab546e85ce5cb7f4d4216e82f9b08a06dab36b9242da5286f0b65ac"
|
hash = "e27e9285e1bbe78e8daefa9d9395194520ae90f5508b385489ff87ab9915a87b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/mcdr-command-fabric.pw.toml"
|
file = "mods/mcdr-command-fabric.pw.toml"
|
||||||
hash = "df13a6348cc6eb88f3405151aad29d93901da4a94f98121bd0dfa886fdc5b525"
|
hash = "570de7791cec7082f19a1af8eb1cee2921a9f4186fd1d020f87544b94a3a495e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/memoryleakfix.pw.toml"
|
file = "mods/modernfix.pw.toml"
|
||||||
hash = "3c0945a312aca06a2185b00cb03ae482949b008d72614497148aa2df301af019"
|
hash = "8db4414ae685883aaa38fba9d9412962338585c231b20b1770b20a119a0d5ba6"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/modmenu.pw.toml"
|
||||||
|
hash = "3067a86d4af60835bbb73ea85cb16b02db1a273947c552a59281dbe8b0a20cc5"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/no-chat-reports.pw.toml"
|
file = "mods/no-chat-reports.pw.toml"
|
||||||
hash = "a6a57004f5990ae59be0b89eb2edc5f50e2233d0410bd5f8060d58401592e0ef"
|
hash = "100a5dfaccb55b107edc57e11fafc1222dc443ce9b669f0d79a39b488e3e45ae"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/owo-lib.pw.toml"
|
file = "mods/owo-lib.pw.toml"
|
||||||
hash = "7c647f3090c57732c32306de0a080ea190ec6562af5dbc2be3e7a9d4cadc8b7c"
|
hash = "dc3aff994dec568716795ca2389336affaada5495e574c8193beee1555a77110"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -147,40 +145,75 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/simple-voice-chat.pw.toml"
|
file = "mods/simple-voice-chat.pw.toml"
|
||||||
hash = "b802b607dc76cbaba1cbf085be896d2c6996bef39b64a09fcf5ddb8b6a0ad968"
|
hash = "1deef8562105a5fecc5c81dad71230892ad28807c7d753b31f7fc8fcdccd6459"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/sit!.pw.toml"
|
||||||
|
hash = "7d6198041ec4bfbf9e53922f1a9e0eadc56a62c65d125f032028afa47f9bb40b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/spark.pw.toml"
|
file = "mods/spark.pw.toml"
|
||||||
hash = "3f1cdc39c7c76eba1c62b6f22d07f9507ff1c9a9e860f179481ec63449451a79"
|
hash = "24ca44f204ce1904fa79e0fab79c101831716b3197a726f71abf6e5d3e621f80"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/stackable-shulkers-fix.pw.toml"
|
||||||
|
hash = "959d9cafd19c2d9efea422ca072fc9b95ee1c7d05da6c7d1a37ad3709199e6db"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/styled-chat.pw.toml"
|
file = "mods/styled-chat.pw.toml"
|
||||||
hash = "3ef4b93adbac3581872c2464fc33f6026b1caaedf3237acdd0a9be2cf77cc7ad"
|
hash = "7d87d7de16a25973902fa27e494bf6d9dd5dadb22f7d35021f8d80a1e0621dfb"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/styled-nicknames.pw.toml"
|
file = "mods/styled-nicknames.pw.toml"
|
||||||
hash = "1a63f5bfeb792e68c7b06ca0f7264c49419f76f6abe6ef47a839aa1f9eddeb1b"
|
hash = "da4d9d0e5257127a4b12ac746a1762db374ba19712abf891da0d76fa06288eff"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/styledplayerlist.pw.toml"
|
file = "mods/styledplayerlist.pw.toml"
|
||||||
hash = "39bdfc596f88235de2e387d107f2e184040cb7a7c6055303247f406e86e8264a"
|
hash = "615cc195f32f56bf0b038a782bcd157fa01be5dd11b16627de11c3c7932577d7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/vanilla-permissions.pw.toml"
|
file = "mods/vanilla-permissions.pw.toml"
|
||||||
hash = "878bdfcf12aa401187d7ae2099b9c32659494b49034456b300b04b08899a4515"
|
hash = "96e744a4550086bb254db1ff5943268c7c74a62f5a9e44d4422d35d4a2eb9636"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/viabackwards.pw.toml"
|
||||||
|
hash = "10b9f4ffa43bc0c2b82d64b17bc254b9ee4093ba41e4a835600bad0249da3d42"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/viafabric.pw.toml"
|
||||||
|
hash = "3d09917992bb22019000f58ecdec751afcbaca5b57e85d2db8d7c573e18c2084"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/viaversion.pw.toml"
|
||||||
|
hash = "21bb1f2a923815b9b158c04647c28d53f20de6b77ee7245b8a0da8c554fd5831"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/vmp-fabric.pw.toml"
|
file = "mods/vmp-fabric.pw.toml"
|
||||||
hash = "d5fa0e898cb2233b7928c1b6109d041e3f0a507bdbdca6aefabbb4462044d9c6"
|
hash = "6448dd2b187041bb7b1da3998c10b43c103e47a125b06230d302d9909be3701c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/xaeros-minimap.pw.toml"
|
||||||
|
hash = "a2474189bbb1d07f1041a6f21ec067c927524aebf99527aa5a58f500e282a2db"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-world-map.pw.toml"
|
file = "mods/xaeros-world-map.pw.toml"
|
||||||
hash = "9b3a6d6a22c560293998d90415d6a318f63b179f62ac9d00775bcbd6ece07a29"
|
hash = "929c4501387607807a202bef7a97d27b08d3f6595b7cebc0a0c8960624bd6fa3"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/yacl.pw.toml"
|
||||||
|
hash = "7f7768f2047011ed61c9bbec29bbcd2d06c5eb8ab731d442b9ecc2c01bbc8c6b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|||||||
Binary file not shown.
@@ -1,13 +1,13 @@
|
|||||||
name = "AudioPlayer"
|
name = "AudioPlayer"
|
||||||
filename = "audioplayer-fabric-1.20.4-1.10.2.jar"
|
filename = "audioplayer-fabric-1.21.1-1.11.0.jar"
|
||||||
side = "server"
|
side = "server"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/6nM3cFNv/audioplayer-fabric-1.20.4-1.10.2.jar"
|
url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/sj20Kdbr/audioplayer-fabric-1.21.1-1.11.0.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "76931e4ff36dd1c15654e32c8421272dd6c2785a"
|
hash = "27afc17d1fff81941fe26a8e0717a6272f3e35c0"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "SRlzjEBS"
|
mod-id = "SRlzjEBS"
|
||||||
version = "6nM3cFNv"
|
version = "sj20Kdbr"
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
name = "BlueMap"
|
|
||||||
filename = "BlueMap-3.21-fabric-1.20.jar"
|
|
||||||
side = "server"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/swbUV1cr/versions/KJdesrDu/BlueMap-3.21-fabric-1.20.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "f943561d7d689d0ccdcae91d2302123f4c7212b9"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "swbUV1cr"
|
|
||||||
version = "KJdesrDu"
|
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Concurrent Chunk Management Engine (Fabric)"
|
name = "Concurrent Chunk Management Engine (Fabric)"
|
||||||
filename = "c2me-fabric-mc1.20.4-0.2.0+alpha.11.67.jar"
|
filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.204.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/xjgJS9KC/c2me-fabric-mc1.20.4-0.2.0%2Balpha.11.67.jar"
|
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/zrRZhnUj/c2me-fabric-mc1.21.1-0.3.0%2Balpha.0.204.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "f14b8a2d8c624b9f2e787826a113fb2be9f9cf31"
|
hash = "aae0299ff2372f036857ccdee0ff0fba3d956bb3"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "VSNURh3q"
|
mod-id = "VSNURh3q"
|
||||||
version = "xjgJS9KC"
|
version = "zrRZhnUj"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Carpet Extra"
|
name = "Carpet Extra"
|
||||||
filename = "carpet-extra-1.20.3-1.4.128.jar"
|
filename = "carpet-extra-1.21-1.4.148.jar"
|
||||||
side = "server"
|
side = "server"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "9ba28b6f74fec9a2bae84ad02de64f57e8b2e17e"
|
hash = "a9ecb08e995296f5919d4b032d95b269d2df6095"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "VX3TgwQh"
|
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"
|
name = "Carpet TIS Addition"
|
||||||
filename = "carpet-tis-addition-mc1.20.4-v1.59.4.jar"
|
filename = "carpet-tis-addition-v1.63.1-mc1.21.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/jE0SjGuf/versions/CKNDBhX2/carpet-tis-addition-mc1.20.4-v1.59.4.jar"
|
url = "https://cdn.modrinth.com/data/jE0SjGuf/versions/6UgvDmub/carpet-tis-addition-v1.63.1-mc1.21.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "c234d2b78d49fee0b732c0b4762a100dc52382e5"
|
hash = "362119763353a078b50d4a5a293d27acd22e6b48"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "jE0SjGuf"
|
mod-id = "jE0SjGuf"
|
||||||
version = "CKNDBhX2"
|
version = "6UgvDmub"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Carpet"
|
name = "Carpet"
|
||||||
filename = "fabric-carpet-1.20.3-1.4.128+v231205.jar"
|
filename = "fabric-carpet-1.21-1.4.147+v240613.jar"
|
||||||
side = "both"
|
side = "server"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "53ee95647e15097f369061e372d8c9411635b4a7"
|
hash = "54f2907d83e67283d165336f26e5219d4bd36037"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "TQTTVgYE"
|
mod-id = "TQTTVgYE"
|
||||||
version = "yYzR60Xd"
|
version = "f2mvlGrg"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Fabric API"
|
name = "Fabric API"
|
||||||
filename = "fabric-api-0.97.1+1.20.4.jar"
|
filename = "fabric-api-0.103.0+1.21.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/tAwdMmKY/fabric-api-0.97.1%2B1.20.4.jar"
|
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/gQS3JbZO/fabric-api-0.103.0%2B1.21.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "37e7e83a2cea7b8717f798e30c5a288d840b4244"
|
hash = "a7cce732abba7fafbec33f9dc6c99d3dda6fff9a"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "P7dR8mSH"
|
mod-id = "P7dR8mSH"
|
||||||
version = "tAwdMmKY"
|
version = "gQS3JbZO"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Fabric Language Kotlin"
|
name = "Fabric Language Kotlin"
|
||||||
filename = "fabric-language-kotlin-1.11.0+kotlin.2.0.0.jar"
|
filename = "fabric-language-kotlin-1.12.1+kotlin.2.0.20.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/afsFajDC/fabric-language-kotlin-1.11.0%2Bkotlin.2.0.0.jar"
|
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/FayzGq0c/fabric-language-kotlin-1.12.1%2Bkotlin.2.0.20.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "4f5b3f0d773c4cc9e79d2f5ede3a637e78737f6d"
|
hash = "5a5c0288ed6ab8c260b987c84d8cdbfe6bc928a7"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "Ha28R6CL"
|
mod-id = "Ha28R6CL"
|
||||||
version = "afsFajDC"
|
version = "FayzGq0c"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "FabricProxy-Lite"
|
name = "FabricProxy-Lite"
|
||||||
filename = "FabricProxy-Lite-2.7.0.jar"
|
filename = "FabricProxy-Lite-2.9.0.jar"
|
||||||
side = "server"
|
side = "server"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "e6347ca3365edcc2fa0b2b04c69f5f673a47a1b7"
|
hash = "08542e32123a23f017aaf8ea718de5520e9914f9"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "8dI2tmqs"
|
mod-id = "8dI2tmqs"
|
||||||
version = "Mxw3Cbsk"
|
version = "AQhF7kvw"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "FerriteCore"
|
name = "FerriteCore"
|
||||||
filename = "ferritecore-6.0.3-fabric.jar"
|
filename = "ferritecore-7.0.0-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/pguEMpy9/ferritecore-6.0.3-fabric.jar"
|
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/wmIZ4wP4/ferritecore-7.0.0-fabric.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "f2bbb773f4213d36201b76820f206e2a6f213c0c"
|
hash = "95b18b0f1673bbbe328812c3052cc1a921591f0f"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "uXXizFIs"
|
mod-id = "uXXizFIs"
|
||||||
version = "pguEMpy9"
|
version = "wmIZ4wP4"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "JourneyMap"
|
name = "JourneyMap"
|
||||||
filename = "journeymap-1.20.4-5.9.28-fabric.jar"
|
filename = "journeymap-fabric-1.21-6.0.0-beta.24.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/mMICqfH9/journeymap-1.20.4-5.9.28-fabric.jar"
|
url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/RNTCl4M9/journeymap-fabric-1.21-6.0.0-beta.24.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "8810f00ed3a7923489e69daff454b7b323c9cad4"
|
hash = "7aa6209db0fd9f1c4fee058e0ae20a37c93aaba4"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "lfHFW1mp"
|
mod-id = "lfHFW1mp"
|
||||||
version = "mMICqfH9"
|
version = "RNTCl4M9"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Krypton"
|
name = "Krypton"
|
||||||
filename = "krypton-0.2.6.jar"
|
filename = "krypton-0.2.8.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "fc237a3cdf7cff71e222db8e14fa6d4546e2d000"
|
hash = "73e792eb5f120787becda4b87b6ff18b26caea50"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "fQEb0iXm"
|
mod-id = "fQEb0iXm"
|
||||||
version = "bRcuOnao"
|
version = "Acz3ttTp"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Ledger"
|
name = "Ledger"
|
||||||
filename = "ledger-1.3.1.jar"
|
filename = "ledger-1.3.4.jar"
|
||||||
side = "server"
|
side = "server"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/zDjIMO8b/ledger-1.3.1.jar"
|
url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/mb29Srom/ledger-1.3.4.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "af479cdc3e5f9afc3a5f883ef109cc4fd36f51c1"
|
hash = "68eb5d3e992b6634efe62a0980295f9ecea210c1"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "LVN9ygNV"
|
mod-id = "LVN9ygNV"
|
||||||
version = "zDjIMO8b"
|
version = "mb29Srom"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Lithium"
|
name = "Lithium"
|
||||||
filename = "lithium-fabric-mc1.20.4-0.12.1.jar"
|
filename = "lithium-fabric-mc1.21.1-0.13.0.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/nMhjKWVE/lithium-fabric-mc1.20.4-0.12.1.jar"
|
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/5szYtenV/lithium-fabric-mc1.21.1-0.13.0.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "4a0744beb2246d93cb475d21a5a53faa556956e0"
|
hash = "25ab173627db3ed587380ddf635844d7a97ec6c4"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "gvQqBUqZ"
|
mod-id = "gvQqBUqZ"
|
||||||
version = "nMhjKWVE"
|
version = "5szYtenV"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "LuckPerms"
|
name = "LuckPerms"
|
||||||
filename = "LuckPerms-Fabric-5.4.113.jar"
|
filename = "LuckPerms-Fabric-5.4.140.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "5d6b90bf3f70e19610c684da8bf4a3906805207b"
|
hash = "5368c9a12f181eeeae124b70395691780e5cb657"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "Vebnzrzj"
|
mod-id = "Vebnzrzj"
|
||||||
version = "42RCP8I8"
|
version = "l47d4ZWk"
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
name = "MariaDB JDBC"
|
|
||||||
filename = "mariadb-jdbc-3.1.4+20230506-all.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/Rn50PHM9/versions/2RGGABYP/mariadb-jdbc-3.1.4%2B20230506-all.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "3c49d74b8ffeb1fd742c36397ae8b8930f925f56"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "Rn50PHM9"
|
|
||||||
version = "2RGGABYP"
|
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "MCDiscordChat"
|
name = "MCDiscordChat"
|
||||||
filename = "Discord-MC-Chat-2.3.2.jar"
|
filename = "Discord-MC-Chat-2.3.4.jar"
|
||||||
side = "server"
|
side = "server"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/D0sHdnXY/versions/3TuVILNu/Discord-MC-Chat-2.3.2.jar"
|
url = "https://cdn.modrinth.com/data/D0sHdnXY/versions/MSrTED1f/Discord-MC-Chat-2.3.4.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "f223cf6b66c2b17e1c6dc7a5866521cbecbf2762"
|
hash = "b62a6d59e674af32ddb02cd92db938c032f02c92"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "D0sHdnXY"
|
mod-id = "D0sHdnXY"
|
||||||
version = "3TuVILNu"
|
version = "MSrTED1f"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "MCDR Command Fabric"
|
name = "MCDR Command Fabric"
|
||||||
filename = "MCDRcommandFabric-1.20.4-v1.2.1.jar"
|
filename = "MCDRcommandFabric-1.21-v1.2.1.jar"
|
||||||
side = "server"
|
side = "server"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/kV8qN2Aj/versions/fYsYVylY/MCDRcommandFabric-1.20.4-v1.2.1.jar"
|
url = "https://cdn.modrinth.com/data/kV8qN2Aj/versions/BE6S2UGR/MCDRcommandFabric-1.21-v1.2.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "ebd772ba7e74e5f639f82eeb1d372e114130684f"
|
hash = "379b033aa45b7c21f1255c82cb0f4a757c44ef8e"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "kV8qN2Aj"
|
mod-id = "kV8qN2Aj"
|
||||||
version = "fYsYVylY"
|
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.19.3+mc1.21.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/T1ftCUJv/modernfix-fabric-5.19.3%2Bmc1.21.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "e2d8ee6f75d2b027ae73eafbf9f38c1eb4a35a93"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "nmDcB62a"
|
||||||
|
version = "T1ftCUJv"
|
||||||
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.2.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/3ib3Uvvv/modmenu-11.0.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "0a7c7ac1dd5360ef735ca1e782540ec45c4fc3c8"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "mOgUt4GM"
|
||||||
|
version = "3ib3Uvvv"
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "No Chat Reports"
|
name = "No Chat Reports"
|
||||||
filename = "NoChatReports-FABRIC-1.20.4-v2.6.1.jar"
|
filename = "NoChatReports-FABRIC-1.21-v2.8.0.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/Pjto4zdj/NoChatReports-FABRIC-1.20.4-v2.6.1.jar"
|
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/riMhCAII/NoChatReports-FABRIC-1.21-v2.8.0.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "f9eb4355b82719c2a40607878dfd61ded138f69e"
|
hash = "f1822b058132f7f221a3ac4470d54d820369c04e"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "qQyHxfxd"
|
mod-id = "qQyHxfxd"
|
||||||
version = "Pjto4zdj"
|
version = "riMhCAII"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "oωo (owo-lib)"
|
name = "oωo (owo-lib)"
|
||||||
filename = "owo-lib-0.12.6+1.20.3.jar"
|
filename = "owo-lib-0.12.12+1.21.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/Her7Z3CG/owo-lib-0.12.6%2B1.20.3.jar"
|
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/7F2C3HCI/owo-lib-0.12.12%2B1.21.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "abf097faf0fc485dcd8566a120a8de254d417d5b"
|
hash = "17861fdda30174d5e4d714b028bc71f5df78dca7"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "ccKDOlHs"
|
mod-id = "ccKDOlHs"
|
||||||
version = "Her7Z3CG"
|
version = "7F2C3HCI"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Simple Voice Chat"
|
name = "Simple Voice Chat"
|
||||||
filename = "voicechat-fabric-1.20.4-2.5.15.jar"
|
filename = "voicechat-fabric-1.21.1-2.5.21.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/D6flU7di/voicechat-fabric-1.20.4-2.5.15.jar"
|
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/anabvqRL/voicechat-fabric-1.21.1-2.5.21.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "fc30c13206918b63596c2374a9020c47f32b193b"
|
hash = "6b0dd8c1fadad63327576064729380bde65cf4fb"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "9eGKb6K1"
|
mod-id = "9eGKb6K1"
|
||||||
version = "D6flU7di"
|
version = "anabvqRL"
|
||||||
|
|||||||
13
mods/sit!.pw.toml
Normal file
13
mods/sit!.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Sit!"
|
||||||
|
filename = "sit!-1.2.0.4+1.21-1.21.1.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/EsYqsGV4/versions/tqW1m05X/sit%21-1.2.0.4%2B1.21-1.21.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "4aa90f69da9d1bf8a16fcfb6aea61e4d63478862"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "EsYqsGV4"
|
||||||
|
version = "tqW1m05X"
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "spark"
|
name = "spark"
|
||||||
filename = "spark-1.10.58-fabric.jar"
|
filename = "spark-1.10.97-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/FeV5OquF/spark-1.10.58-fabric.jar"
|
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/qTSaozEL/spark-1.10.97-fabric.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "33bbc9f51ae33023edb264b8c4f4259f358703ad"
|
hash = "1c8384ff5a49ae40f725764954e5838a4a550d06"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "l6YH9Als"
|
mod-id = "l6YH9Als"
|
||||||
version = "FeV5OquF"
|
version = "qTSaozEL"
|
||||||
|
|||||||
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.4.1.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/qr7VQIiR/versions/nqnDpikS/shulkerfix-1.4.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "df0753b1366cc9b91e6247d7e219523e6833cd11"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "qr7VQIiR"
|
||||||
|
version = "nqnDpikS"
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Styled Chat"
|
name = "Styled Chat"
|
||||||
filename = "styled-chat-2.4.0+1.20.3.jar"
|
filename = "styled-chat-2.6.0+1.21.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/doqSKB0e/versions/hPPTz9OM/styled-chat-2.4.0%2B1.20.3.jar"
|
url = "https://cdn.modrinth.com/data/doqSKB0e/versions/EoTTJkqS/styled-chat-2.6.0%2B1.21.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "2132ffaaaaed0a6864cf4ae1aeac651441c1eb40"
|
hash = "52fef2d722ba8aa3e9556ce9b287fdfc34387405"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "doqSKB0e"
|
mod-id = "doqSKB0e"
|
||||||
version = "hPPTz9OM"
|
version = "EoTTJkqS"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Styled Nicknames"
|
name = "Styled Nicknames"
|
||||||
filename = "styled-nicknames-1.4.0+1.20.3.jar"
|
filename = "styled-nicknames-1.6.0+1.21.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "55805bc0fd21bb9a8529c97b075042adab60c836"
|
hash = "8dce0a79959b1cdee245d0ab4bb16363f7d32a8c"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "DOk6Gcdi"
|
mod-id = "DOk6Gcdi"
|
||||||
version = "R7dIzguo"
|
version = "U9pXTyh2"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Styled Player List"
|
name = "Styled Player List"
|
||||||
filename = "styledplayerlist-3.3.0+1.20.3.jar"
|
filename = "styledplayerlist-3.5.1+1.21.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "0cea824207b53473466c89cad7539c51d0b8c628"
|
hash = "f33770ba71d3e24b46591cefee106cf0e18d9eb7"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "DQIfKUHf"
|
mod-id = "DQIfKUHf"
|
||||||
version = "jcLxMRaH"
|
version = "Ui7MOgqG"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Vanilla Permissions"
|
name = "Vanilla Permissions"
|
||||||
filename = "vanilla-permissions-0.2.3+1.20.4.jar"
|
filename = "vanilla-permissions-0.2.4+1.21.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/fdZkP5Bb/versions/I9QawL7F/vanilla-permissions-0.2.3%2B1.20.4.jar"
|
url = "https://cdn.modrinth.com/data/fdZkP5Bb/versions/pDaHPTD2/vanilla-permissions-0.2.4%2B1.21.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "08aa2d469313a0a0c63e84aedbf9b0c85c38765f"
|
hash = "f8241cba0e099c2e09d80e73c0c201e86c75e6b0"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "fdZkP5Bb"
|
mod-id = "fdZkP5Bb"
|
||||||
version = "I9QawL7F"
|
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+81-main.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/YlKdE5VK/versions/F2zahyhQ/ViaFabric-0.4.15%2B81-main.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "ec08221c3ceb26754a76efad42ecc4e98580df51"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "YlKdE5VK"
|
||||||
|
version = "F2zahyhQ"
|
||||||
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)"
|
name = "Very Many Players (Fabric)"
|
||||||
filename = "vmp-fabric-mc1.20.4-0.2.0+beta.7.139-all.jar"
|
filename = "vmp-fabric-mc1.21.1-0.2.0+beta.7.167-all.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/I8LNJvF3/vmp-fabric-mc1.20.4-0.2.0%2Bbeta.7.139-all.jar"
|
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/Zf4JROY5/vmp-fabric-mc1.21.1-0.2.0%2Bbeta.7.167-all.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "97ea54f05ce50b10649de869c6d2efb666e01f03"
|
hash = "5e4f9f4092ce25adfa9072a0fc1afbb6de4ea0fb"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "wnEe9KBa"
|
mod-id = "wnEe9KBa"
|
||||||
version = "I8LNJvF3"
|
version = "Zf4JROY5"
|
||||||
|
|||||||
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_24.4.0_Fabric_1.21.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/3rShEpTe/Xaeros_Minimap_24.4.0_Fabric_1.21.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "c34010d020990fee15eeda7c0c50f12bcaa0fa1a"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "1bokaNcj"
|
||||||
|
version = "3rShEpTe"
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Xaero's World Map"
|
name = "Xaero's World Map"
|
||||||
filename = "XaerosWorldMap_1.38.8_Fabric_1.20.4.jar"
|
filename = "XaerosWorldMap_1.39.0_Fabric_1.21.jar"
|
||||||
side = "server"
|
side = "server"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/jEhoJmNF/XaerosWorldMap_1.38.8_Fabric_1.20.4.jar"
|
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/373K4YJh/XaerosWorldMap_1.39.0_Fabric_1.21.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "4a60d202f07292ecfcd3b6c212d9e126be7b902c"
|
hash = "d106e7d0d667691b75f309edcfa1d773c166c6e4"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "NcUtCpym"
|
mod-id = "NcUtCpym"
|
||||||
version = "jEhoJmNF"
|
version = "373K4YJh"
|
||||||
|
|||||||
13
mods/yacl.pw.toml
Normal file
13
mods/yacl.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "YetAnotherConfigLib"
|
||||||
|
filename = "YetAnotherConfigLib-3.5.0+1.21-fabric.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/Y8Wa10Re/YetAnotherConfigLib-3.5.0%2B1.21-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "c58dab87a7b62d0b3812c97fa69381ae041a1439"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "1eAoo2KR"
|
||||||
|
version = "Y8Wa10Re"
|
||||||
10
pack.toml
10
pack.toml
@@ -1,16 +1,16 @@
|
|||||||
name = "Nesquate Server's Server Modpack"
|
name = "Nesquate Server's Server Modpack"
|
||||||
author = "Nesquate"
|
author = "Nesquate"
|
||||||
version = "1.3.0"
|
version = "2.1.0"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "e03f71b869cd0592a4129e4fab11f8fdc0b5bddc5b4fc82df1046998d9bd38c9"
|
hash = "ad37c83b1013d96c92b7ee3c2b91d03da652804fe5c98af62b193a192c8fc1d2"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "^0.15.6"
|
fabric = "0.16.5"
|
||||||
minecraft = "1.20.4"
|
minecraft = "1.21.1"
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
acceptable-game-versions = []
|
acceptable-game-versions = ["1.21"]
|
||||||
|
|||||||
Reference in New Issue
Block a user