base mod layer

This commit is contained in:
endigma 2023-08-26 21:02:45 -03:00
parent c8990c00e4
commit c775d3350a
Signed by: endigma
GPG Key ID: 915867AD1D297D9F
50 changed files with 886 additions and 8 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
review/out

View File

@ -1 +1,2 @@
README.md
review/

View File

@ -2,13 +2,6 @@
The new and worsened bad modpack 2023 edition!
## Todo
- [ ] configure builtin-servers
- [ ] configure preventer
- [ ] configure main menu credits
- [ ] configured rules mod
## QA process
does it launch? good

View File

@ -0,0 +1,10 @@
{
"badgeVisible": true,
"builtinServers": [
{
"name": "Bingus SMP 2023",
"address": "smp.bingus.zone",
"forced": true
}
]
}

View File

@ -0,0 +1,5 @@
{
"enabled": true,
"activeProfile": 1,
"latestKnownVersion": "3.1.2"
}

View File

@ -0,0 +1,9 @@
==Section:TopLeft==
{{fps >= 60, "&a", fps < 30, "&c", "&e"}}{fps}&f fps
&cX&aY&bZ: &c{bx} &a{by} &b{bz} &f| &e{velocity_xz}
==Section:TopRight==
Mem: &e{memory_used_percentage}%&f of &e{memory_total}
CPU Usage: &e{cpu}%
Packets: &e{tx} {rx}
{{tps, "TPS: &e{tps}", "Ping: &e{ping}"}}

View File

@ -0,0 +1,25 @@
{
"main_menu": {
"top_left": [
"|"
],
"top_right": [
"||"
],
"bottom_left": [
"",
"||"
],
"bottom_right": [
"|_"
],
"mod_blacklist": []
},
"pause_menu": {
"top_left": [],
"top_right": [],
"bottom_left": [],
"bottom_right": [],
"mod_blacklist": []
}
}

83
config/preventer.json Normal file
View File

@ -0,0 +1,83 @@
{
"welcomeMessage": true,
"noStrip": false,
"noStrip_msg": false,
"noPath": false,
"noPath_msg": false,
"noFarmland": false,
"noFarmland_msg": false,
"noCake": false,
"noCake_msg": false,
"noScraping": false,
"noScraping_msg": false,
"noDeWax": false,
"noDeWax_msg": false,
"noTrappedChestOpening": false,
"noTrappedChestOpening_msg": false,
"preventRocketUse": false,
"preventRocketUse_msg": false,
"rocketInOffhand": true,
"rocketInMainHand": false,
"preventBedUse": false,
"preventBedUse_msg": false,
"preventRenamedItemEating": false,
"preventRenamedItemEating_msg": false,
"preventNoteBlockEditing": false,
"preventNoteBlockEditing_msg": false,
"noGlowBerrieHarvest": false,
"noGlowBerrieHarvest_msg": false,
"noSweetBerrieHarvest": false,
"noSweetBerrieHarvest_msg": false,
"onlyMatureCropHarvest": false,
"onlyMatureCropHarvest_msg": false,
"preventStemBreaking": false,
"preventStemBreaking_msg": false,
"preventBuddingAmethystBreaking": false,
"preventBuddingAmethystBreaking_msg": false,
"preventItemFrameBreaking": false,
"preventItemFrameBreaking_msg": false,
"preventPaintingBreaking": false,
"preventPaintingBreaking_msg": false,
"preventGlassBreaking": false,
"preventGlassBreaking_msg": false,
"preventSuspiciousBlockBreaking": false,
"preventSuspiciousBlockBreaking_msg": false,
"enhancedSuspiciousBlockBreakingPrevention": false,
"preventEnderChestBreaking": false,
"preventEnderChestBreaking_msg": false,
"preventCoralPlace": false,
"preventCoralPlace_msg": false,
"preventWaterPlace": false,
"preventWaterPlace_msg": false,
"preventRenamedBlockPlacing": false,
"preventRenamedBlockPlacing_msg": false,
"preventLavaPlacing": false,
"preventLavaPlacing_msg": false,
"preventVillagerPunch": false,
"preventVillagerPunch_msg": false,
"noZombifiedPiglinPunch": false,
"noZombifiedPiglinPunch_msg": false,
"preventEndCrystalHitting": false,
"preventEndCrystalHitting_msg": false,
"preventGolemAttacking": false,
"preventGolemAttacking_msg": false,
"preventNamedMobAttacking": false,
"preventNamedMobAttacking_msg": false,
"preventTamedMobAttacking": false,
"preventTamedMobAttacking_msg": false,
"preventRareMobAttacking": false,
"preventRareMobAttacking_msg": false,
"preventHorseAttacking": false,
"preventHorseAttacking_msg": false,
"preventNeutralMobAttacking": false,
"preventNeutralMobAttacking_msg": false,
"lowDurabilityProtection": false,
"lowDurabilityProtection_msg": false,
"lowDurabilityProtectionRange": 5,
"preventToolDropping": false,
"preventToolDropping_msg": false,
"preventRenamedItemDropping": false,
"preventRenamedItemDropping_msg": false,
"hideShield": false,
"hideTotem": false
}

18
config/rules.json Normal file
View File

@ -0,0 +1,18 @@
{
"rules_header": "welcome to <red><bold>BINGUS SMP</bold></red>",
"rule_schema": "<bold><red>%rule_title%</red></bold>",
"rules": [
{
"title": "MANKIND IS DEAD"
},
{
"title": "BLOOD IS FUEL"
},
{
"title": "HELL IS FULL"
},
{
"title": "BABA IS YOU"
}
]
}

View File

@ -1,10 +1,39 @@
hash-format = "sha256"
[[files]]
file = "config/builtinservers.json"
hash = "fcfa9e93a0b20850c5d61a4528aaeec20a5073d2cfb277753ad8b93d16a8d456"
[[files]]
file = "config/custom-hud/config.json"
hash = "a7c3295da6da8a2c65c0dbb11333cb57987b78dfe386a4fcc02f349c2ba1873a"
[[files]]
file = "config/custom-hud/profile1.txt"
hash = "d1186927ebf1307c233b1794887e2c7c57753ac299fd502275519639ba0756c8"
[[files]]
file = "config/isxander-main-menu-credits.json"
hash = "da44f876c6d3d00019f4f5d78829ec41841c09128b686123527dbff3c0555549"
[[files]]
file = "config/preventer.json"
hash = "f1732450e74cbeaece566e75c5de7ee81cdeafd96693f786a460abb68162f65d"
[[files]]
file = "config/rules.json"
hash = "4e126cb5d83c38dec8b0df299539aa92fff39fd3faa2a3824c94e1171749f1f1"
[[files]]
file = "mods/advancementinfo.pw.toml"
hash = "a14f8a33991b072fcece09a03c630cbfd17bbc74a24a04f9cf537bfa5d425280"
metafile = true
[[files]]
file = "mods/amecs.pw.toml"
hash = "16ce27183f78f23c8606787ab2bbbaf01d290b569a4c6d5a6f91b30802ebabd9"
metafile = true
[[files]]
file = "mods/animatica.pw.toml"
hash = "f0463f1b50e2c2ab3c726b14236b22e07ce9be4896528ede9d51486a212a5c07"
@ -20,11 +49,31 @@ file = "mods/appleskin.pw.toml"
hash = "6869de1ca55dc09beabb3c234727e84be4d4fbdcbad2c8081c03010713f374e1"
metafile = true
[[files]]
file = "mods/auth-me.pw.toml"
hash = "e954c2f9ea9195ef558f0cb7dbc7057f2086348fc4a78186bc399145c18b4bb9"
metafile = true
[[files]]
file = "mods/autoreconnect.pw.toml"
hash = "a6b573a662882ca6daf09638cca6920fe40cc80fe252541a6641e5e188615b39"
metafile = true
[[files]]
file = "mods/better-mount-hud.pw.toml"
hash = "961a423cc427d4c785354239e8e7b251b5575756b1cf85dd1bc85011b47f0fbf"
metafile = true
[[files]]
file = "mods/better-ping-display-fabric.pw.toml"
hash = "6a51c7bacf8d179e11fe783804fd3687e409f34f6288e1aaceedf7261ee14006"
metafile = true
[[files]]
file = "mods/better-trim-tooltips.pw.toml"
hash = "c0b4399adb48c2b8d9304d01d621c836b3c0a0faecab519108f62d40a5ee8bef"
metafile = true
[[files]]
file = "mods/betterf3.pw.toml"
hash = "ba31b113733abc813e36738bdc8104fad628232d29907f66f48cf8c45299de9f"
@ -40,11 +89,26 @@ file = "mods/borderless-mining.pw.toml"
hash = "c49d42cddfb05cf5e4882d5753bd98a525c9a994fda5f49651003e8266b7aa9d"
metafile = true
[[files]]
file = "mods/bounced.pw.toml"
hash = "d3d2b1382a91e4883a72d3f77dd377b0f1649d180f9724e85c52605368174417"
metafile = true
[[files]]
file = "mods/builtin-servers.pw.toml"
hash = "a58721796367f9247ad863b063d67638a6824dd0a342da690a0c1a0418e367e8"
metafile = true
[[files]]
file = "mods/capes.pw.toml"
hash = "4c712d7ad6d2ddb130b845c3b2c660be7cb7795db21be00b130443730719305e"
metafile = true
[[files]]
file = "mods/cat_jam.pw.toml"
hash = "a1947fa01e2fffa796c359465625abcd317adce585741a853a0973f2faa80bea"
metafile = true
[[files]]
file = "mods/cit-resewn.pw.toml"
hash = "44e2cc695c040b7bbca462165099fa3c56a98aa8f01104bb067dc850b65f6d02"
@ -55,6 +119,11 @@ file = "mods/cloth-config.pw.toml"
hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691"
metafile = true
[[files]]
file = "mods/completeconfig.pw.toml"
hash = "2b880a4be1a624e956fafaea89834828c58b0c512e611e6746c3fb8d9e93b260"
metafile = true
[[files]]
file = "mods/continuity.pw.toml"
hash = "2ff8353009122a86ac846dd8d48b2522d46f3b43111eb3a697d99cc42285a14f"
@ -65,21 +134,61 @@ file = "mods/controlify.pw.toml"
hash = "a10e9b8d3794518c6a1cc3f27a5624ab2f28a0ff9bde0bb0bf2aa4e16569b6b2"
metafile = true
[[files]]
file = "mods/controlling.pw.toml"
hash = "0360f47c1afd7385518db9df5d809344e1bcdc163e940a8744ee61b6d745b6ce"
metafile = true
[[files]]
file = "mods/custom-fov-illusive.pw.toml"
hash = "fa2aea3461ede4e442a0c6512b7bf76e7b42250e8e4d962ce604373ab9e943e5"
metafile = true
[[files]]
file = "mods/customhud.pw.toml"
hash = "42fff62d3f609bc47158ad669b9e34631ee94f61661125da4d49ccf802065e08"
metafile = true
[[files]]
file = "mods/datapacks.pw.toml"
hash = "64c464fe58315a3b87b36ad2c6a61873f6832f721dbe73efd91c5e485d73f53e"
metafile = true
[[files]]
file = "mods/debugify.pw.toml"
hash = "4ba45966a267b774f5d83442c3c43d740f55e11a910e117e50c046b4f77b5c66"
metafile = true
[[files]]
file = "mods/ding.pw.toml"
hash = "7c5259e9ac7df8366d01465703abcfbb38b59ab68c885cba988f259bea36afb2"
metafile = true
[[files]]
file = "mods/dynamic-fps.pw.toml"
hash = "c8c6a3893859d2f0e04ebf400c8ce8b47de21cfe6097996b5dde1561e92f3c80"
metafile = true
[[files]]
file = "mods/dynamiccrosshair.pw.toml"
hash = "5d3432ea801302589dd7349d8b675f507562fae19e8a8e05e86bfb8654d0ffd7"
metafile = true
[[files]]
file = "mods/e4mc.pw.toml"
hash = "706924659dac92dc50b584b1ecf8f90ba628ede1e029d8642ca4aaec4d9eb3d5"
metafile = true
[[files]]
file = "mods/emi.pw.toml"
hash = "4f0afa4e70e830f08266c181c2a0deb207780712db6e7f8961ffb62061afada0"
metafile = true
[[files]]
file = "mods/emitrades.pw.toml"
hash = "4c59088a2cb975f60347da57d72bb1069b65452c6a7b92af8facec6e1bed9409"
metafile = true
[[files]]
file = "mods/entity-model-features.pw.toml"
hash = "b97c2e6418ccc906fdba8bf0318b97b8cd9cf66454064c5a37a662add9ab8d15"
@ -125,11 +234,36 @@ file = "mods/ferrite-core.pw.toml"
hash = "03e174cf691b52da20bd973b955fae6f3720d3d2120f9d6cc1de5fdf3180013c"
metafile = true
[[files]]
file = "mods/fix-keyboard-on-linux.pw.toml"
hash = "38a2c415fc59ca97c5297542b67daf477ecce294b3cbe2fe530193c879a252a6"
metafile = true
[[files]]
file = "mods/fog-looks-good-now-fabric.pw.toml"
hash = "5885e54b30087ff1e995df3851ae9bd33cfda07b1c6173253e59cb102f14cedf"
metafile = true
[[files]]
file = "mods/gamemenuremovegfarb.pw.toml"
hash = "769e07f03e65c6adb8708f4da6c476365b24aad10f943514d6bbd8b0f57ff327"
metafile = true
[[files]]
file = "mods/immediatelyfast.pw.toml"
hash = "cdfba6239ea3dd9c111ebdca03626c3f179f7794ee146d0f043a82064ea39be1"
metafile = true
[[files]]
file = "mods/indium.pw.toml"
hash = "678d1c7827d30fbe8c225e7f2b8ddc29f1dd69cced29335ee5a670477a0728a2"
metafile = true
[[files]]
file = "mods/invmove.pw.toml"
hash = "881ad6ef91c24ce547c8062685cf361b1937b4162c8a238196c8106ef62ab15d"
metafile = true
[[files]]
file = "mods/iris.pw.toml"
hash = "f2170f677cce023da0b7506a0445352d99690603d70046ec5c90231016b4d3b9"
@ -145,11 +279,21 @@ file = "mods/lazydfu.pw.toml"
hash = "b4ca05b39b85c27cd97ccb65d5fb832f5e9fd7ee5710542a3e69dfa30a97ea7d"
metafile = true
[[files]]
file = "mods/lilylib.pw.toml"
hash = "db70fd37b880be2f192bb9be2805330e273be20563e5e57f7ec7b6617e0183b8"
metafile = true
[[files]]
file = "mods/lithium.pw.toml"
hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da"
metafile = true
[[files]]
file = "mods/main-menu-credits.pw.toml"
hash = "2a79f7fb98b7073c926c6f87a93473f5714cf82a2ace7f344e4e2de4a33e0233"
metafile = true
[[files]]
file = "mods/memoryleakfix.pw.toml"
hash = "97ffbc7d0e4087777c5e3732780f01958f99d44c4f09fd534bbb8f239d4980a1"
@ -180,26 +324,76 @@ file = "mods/no-chat-reports.pw.toml"
hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5"
metafile = true
[[files]]
file = "mods/no-mining-cooldown.pw.toml"
hash = "e239aada8e8d508de6b16913e9ade90de8f95a62c7a88b8dc028855e08475324"
metafile = true
[[files]]
file = "mods/not-enough-animations.pw.toml"
hash = "15bbdb7f98ae7148b79b69408488dd03016ac89fe647b5396417a8ba4f968df0"
metafile = true
[[files]]
file = "mods/optigui.pw.toml"
hash = "6b9a5755df72a262ba648f459c72d130211f859811b80b69aed1d47ea1a7aad6"
metafile = true
[[files]]
file = "mods/preventer.pw.toml"
hash = "ed5b598ced9c2b372bb8c26973ba6abbfb478c67970b39aa8f195484b9c9e2cb"
metafile = true
[[files]]
file = "mods/puzzle.pw.toml"
hash = "a6e087aa1beacb72cbfd77e442c78329b8a3c8af71cd3833078ff4cc7186d64f"
metafile = true
[[files]]
file = "mods/reacharound.pw.toml"
hash = "1bdc2b4d59ee6805bcd05fb4a68782c2a020270a7da21531b245fd03b5ba2426"
metafile = true
[[files]]
file = "mods/reeses-sodium-options.pw.toml"
hash = "44b0a2294e1693230308e53b529d671a0303e94b623ba2c2650cdf5760a5a335"
metafile = true
[[files]]
file = "mods/replaymod.pw.toml"
hash = "9e7c1e6cf3b81dce5a77bf5c95ed9d8e9b936b932aeadb1255245234230ced16"
metafile = true
[[files]]
file = "mods/resourcify.pw.toml"
hash = "538f31487e2c0104a8f376c86972ca78e7a432306c03418c49386657ab76d40c"
metafile = true
[[files]]
file = "mods/rrls.pw.toml"
hash = "d6df523cc504146a9d96b6bad4e379f364c7bc889d8d17b48ebcda53bdea6d5e"
metafile = true
[[files]]
file = "mods/rules.pw.toml"
hash = "c866c9f1d4f7ee4e42327a1bac6c99d1377d57c1d4eb5a0c61999d87aa94ce59"
metafile = true
[[files]]
file = "mods/screenshot-to-clipboard.pw.toml"
hash = "672f3809a2053eef01aea4015ca4b0d4be6c507622172c091c17833b8d2ffb39"
metafile = true
[[files]]
file = "mods/searchables.pw.toml"
hash = "fcb1434a5c0b42eea5b27d0eb5a2160cf438d941e4f7f9d88a969cf4d819123d"
metafile = true
[[files]]
file = "mods/server-country-flags.pw.toml"
hash = "76b1e25eee328e407c05acee25218bf7d45944e40a62f61716a5d0816e293d75"
metafile = true
[[files]]
file = "mods/sodium-extra.pw.toml"
hash = "4e691c86059e755a026b8cae8cf0c66396dc39bf47b6c71980589101803ecd36"
@ -215,6 +409,26 @@ file = "mods/starlight.pw.toml"
hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11"
metafile = true
[[files]]
file = "mods/translucent-glass.pw.toml"
hash = "c26c49f3c6321cf5fb9a9f310747ca0c6601c315903c0a0fd2cdbcc80b7ac531"
metafile = true
[[files]]
file = "mods/ukulib.pw.toml"
hash = "e5872cc60c44ec15f089987419b646d50d4f3e8ed00bb470f58a2ee17f4395db"
metafile = true
[[files]]
file = "mods/ukus-armor-hud.pw.toml"
hash = "4a807bf22e6095d7732c4e619201a372bbe132f9b1ed478e409ff9777e6f6ffd"
metafile = true
[[files]]
file = "mods/vtdownloader.pw.toml"
hash = "a04d4648349d35e607e7173fccfc576d5ebbe804a3716c1bd9154dcce0fd697a"
metafile = true
[[files]]
file = "mods/yacl.pw.toml"
hash = "2008716fdfef554660ce44659a3a42acd673a5391af2d4bd94f40654f1f60a1d"

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

@ -0,0 +1,13 @@
name = "Amecs"
filename = "amecs-1.3.9+mc.1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/rcLriA4v/versions/97ZA8JmI/amecs-1.3.9%2Bmc.1.20.1.jar"
hash-format = "sha1"
hash = "9c6b9f99c12cb1209f39cf83dabe05b9f4cbdd24"
[update]
[update.modrinth]
mod-id = "rcLriA4v"
version = "97ZA8JmI"

13
mods/auth-me.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Auth Me"
filename = "authme-7.0.2+1.20.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yjgIrBjZ/versions/RiTU8rGC/authme-7.0.2%2B1.20.jar"
hash-format = "sha1"
hash = "5e430805cf3dfd79fc5f0995f97604edac1491cd"
[update]
[update.modrinth]
mod-id = "yjgIrBjZ"
version = "RiTU8rGC"

View File

@ -0,0 +1,13 @@
name = "AutoReconnect"
filename = "autoreconnect-2.2.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/A9rziLV4/versions/pLQQC55S/autoreconnect-2.2.1.jar"
hash-format = "sha1"
hash = "1f2ad89d426958dcdaab475610bc6a4e12b8741b"
[update]
[update.modrinth]
mod-id = "A9rziLV4"
version = "pLQQC55S"

View File

@ -0,0 +1,13 @@
name = "Better Ping Display [Fabric]"
filename = "BetterPingDisplay-Fabric-1.20.1-1.1.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/MS1ZMyR7/versions/FbxcDBxy/BetterPingDisplay-Fabric-1.20.1-1.1.1.jar"
hash-format = "sha1"
hash = "c9c7a272b371dc3362cb40bfb4550f7d4be59002"
[update]
[update.modrinth]
mod-id = "MS1ZMyR7"
version = "FbxcDBxy"

View File

@ -0,0 +1,13 @@
name = "Better Trim Tooltips"
filename = "better-trim-tooltips-1.0.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/WMoUFmXc/versions/azD5oArr/better-trim-tooltips-1.0.1.jar"
hash-format = "sha1"
hash = "5cb640048145f647fd879d68b2db953607610c8e"
[update]
[update.modrinth]
mod-id = "WMoUFmXc"
version = "azD5oArr"

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

@ -0,0 +1,13 @@
name = "Bounced"
filename = "bounced-1.20-2.1.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/2mlOZXZr/versions/WuSJVn3D/bounced-1.20-2.1.2.jar"
hash-format = "sha1"
hash = "a21871aa160a416aee10f1eb75ab39de9e501301"
[update]
[update.modrinth]
mod-id = "2mlOZXZr"
version = "WuSJVn3D"

View File

@ -0,0 +1,13 @@
name = "Builtin Servers"
filename = "builtin-servers-2.1+1.20-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/IupkwRPf/versions/6QfolMkF/builtin-servers-2.1%2B1.20-fabric.jar"
hash-format = "sha1"
hash = "a5c788f6409f0d1a3b2552b40b49a6ffb9d44595"
[update]
[update.modrinth]
mod-id = "IupkwRPf"
version = "6QfolMkF"

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

@ -0,0 +1,13 @@
name = "cat_jam"
filename = "cat_jam-1.1.3.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/x3s69afN/versions/kWCh1X47/cat_jam-1.1.3.jar"
hash-format = "sha1"
hash = "d98b41f7dcedfaf5a52c4f2ad29834654ad5bdff"
[update]
[update.modrinth]
mod-id = "x3s69afN"
version = "kWCh1X47"

View File

@ -0,0 +1,13 @@
name = "CompleteConfig"
filename = "completeconfig-2.5.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/GtqG8z1h/versions/df7u1Xpi/completeconfig-2.5.0.jar"
hash-format = "sha1"
hash = "1c9ea8fb5cbc7d9aa39c9f388f87ee5a2e91fc87"
[update]
[update.modrinth]
mod-id = "GtqG8z1h"
version = "df7u1Xpi"

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

@ -0,0 +1,13 @@
name = "Controlling"
filename = "Controlling-fabric-1.20.1-12.0.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/xv94TkTM/versions/6ipZLQSK/Controlling-fabric-1.20.1-12.0.2.jar"
hash-format = "sha1"
hash = "8d6badebb7f2aea04793c92174dafa946b13f1e9"
[update]
[update.modrinth]
mod-id = "xv94TkTM"
version = "6ipZLQSK"

View File

@ -0,0 +1,13 @@
name = "Custom FOV"
filename = "customfov-fabric-6.2.1+1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/uZAcFHLd/versions/y3ZRuxm1/customfov-fabric-6.2.1%2B1.20.1.jar"
hash-format = "sha1"
hash = "548855498d667712700921412cd6cd97b2e2ad95"
[update]
[update.modrinth]
mod-id = "uZAcFHLd"
version = "y3ZRuxm1"

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

@ -0,0 +1,13 @@
name = "CustomHud"
filename = "custom_hud-3.1.2+1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/6jis0UTI/versions/UKBaGxvE/custom_hud-3.1.2%2B1.20.1.jar"
hash-format = "sha1"
hash = "342afd1aca99d0865075d5adf3e47c0b2bacbe0f"
[update]
[update.modrinth]
mod-id = "6jis0UTI"
version = "UKBaGxvE"

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

@ -0,0 +1,13 @@
name = "Global Datapacks"
filename = "global-datapack-1.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/bRa9yz7E/versions/z3VuVeLh/global-datapack-1.2.jar"
hash-format = "sha1"
hash = "274fd9b588aae827980a682ab10634b5b8c65d08"
[update]
[update.modrinth]
mod-id = "bRa9yz7E"
version = "z3VuVeLh"

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

@ -0,0 +1,13 @@
name = "Ding"
filename = "Ding-1.20.1-Fabric-1.4.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/UEtTD3gP/versions/HBLM82MU/Ding-1.20.1-Fabric-1.4.1.jar"
hash-format = "sha1"
hash = "08db53ceca2fd56ba4cbc08e238c58ba43b318aa"
[update]
[update.modrinth]
mod-id = "UEtTD3gP"
version = "HBLM82MU"

View File

@ -0,0 +1,13 @@
name = "Dynamic Crosshair"
filename = "dynamiccrosshair-7.0.4+1.20-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/ZcR9weSm/versions/rOBAdNim/dynamiccrosshair-7.0.4%2B1.20-fabric.jar"
hash-format = "sha1"
hash = "6a370903bf69f5e3ad19cc60b0c4451313992036"
[update]
[update.modrinth]
mod-id = "ZcR9weSm"
version = "rOBAdNim"

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

@ -0,0 +1,13 @@
name = "EMI"
filename = "emi-1.0.19+1.20.1+fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/K2ePWegL/emi-1.0.19%2B1.20.1%2Bfabric.jar"
hash-format = "sha1"
hash = "2a2dcf2efc095344f7f8ce95225fe6098ea04af6"
[update]
[update.modrinth]
mod-id = "fRiHVvU7"
version = "K2ePWegL"

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

@ -0,0 +1,13 @@
name = "EMI Trades"
filename = "emitrades-fabric-1.2.0+mc1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/j2HhbEE7/versions/hlcZDRJ1/emitrades-fabric-1.2.0%2Bmc1.20.1.jar"
hash-format = "sha1"
hash = "880671a5d55859627eb91f5938ff8d81b9cb24ad"
[update]
[update.modrinth]
mod-id = "j2HhbEE7"
version = "hlcZDRJ1"

View File

@ -0,0 +1,13 @@
name = "Fix Keyboard on Linux"
filename = "fix-keyboard-on-linux-1.0.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/siXFh9dn/versions/1.0.0/fix-keyboard-on-linux-1.0.0.jar"
hash-format = "sha1"
hash = "4b6989cb24a43d00c0295b5f00a93eed8a8b3d96"
[update]
[update.modrinth]
mod-id = "siXFh9dn"
version = "jdX6FvED"

View File

@ -0,0 +1,13 @@
name = "Fog Looks Good Now [Fabric]"
filename = "FogLooksGoodNow-1.2.0+1.20.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/WuGVWUF2/versions/lUvYDpG6/FogLooksGoodNow-1.2.0%2B1.20.jar"
hash-format = "sha1"
hash = "89bb469879f8a0ac07a3dd435f3373d53ec40118"
[update]
[update.modrinth]
mod-id = "WuGVWUF2"
version = "lUvYDpG6"

View File

@ -0,0 +1,13 @@
name = "Game Menu Remove GFARB"
filename = "gamemenuremovegfarb-fabric-mc1.19.4-2.1.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/bKQclmIt/versions/RqkO2I7y/gamemenuremovegfarb-fabric-mc1.19.4-2.1.2.jar"
hash-format = "sha1"
hash = "34832dcf3cb85993c066a53a2d4a2190f191c10e"
[update]
[update.modrinth]
mod-id = "bKQclmIt"
version = "RqkO2I7y"

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

@ -0,0 +1,13 @@
name = "Indium"
filename = "indium-1.0.25+mc1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/6UQwWURe/indium-1.0.25%2Bmc1.20.1.jar"
hash-format = "sha1"
hash = "5f7a6c0d6a3dfadc87d6135889ab937d09fdcaa0"
[update]
[update.modrinth]
mod-id = "Orvt0mRa"
version = "6UQwWURe"

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

@ -0,0 +1,13 @@
name = "InvMove"
filename = "InvMove-1.20-0.8.4-Fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/REfW2AEX/versions/W5h8ZaUy/InvMove-1.20-0.8.4-Fabric.jar"
hash-format = "sha1"
hash = "8151113885920d2d67609dfa8e2fc7ac70a807d8"
[update]
[update.modrinth]
mod-id = "REfW2AEX"
version = "W5h8ZaUy"

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

@ -0,0 +1,13 @@
name = "LilyLib"
filename = "lilylib-0.1.0-beta.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/T7JGtCNH/versions/JOaU11h1/lilylib-0.1.0-beta.2.jar"
hash-format = "sha1"
hash = "2f1859288e40f446480dab9cf576c2cf41ba7b71"
[update]
[update.modrinth]
mod-id = "T7JGtCNH"
version = "JOaU11h1"

View File

@ -0,0 +1,13 @@
name = "Main Menu Credits"
filename = "main-menu-credits-1.1.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/qJDfP7WN/versions/hWX5REu6/main-menu-credits-1.1.2.jar"
hash-format = "sha1"
hash = "771eb704928c6d3e9fdf0e7971ba7d97305e09dd"
[update]
[update.modrinth]
mod-id = "qJDfP7WN"
version = "hWX5REu6"

View File

@ -0,0 +1,13 @@
name = "No Mining Cooldown"
filename = "nmc-2.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/azfbyO6s/versions/zJCethp1/nmc-2.1.jar"
hash-format = "sha1"
hash = "830ac84051744dab93937df83548a3d0ddbecf7c"
[update]
[update.modrinth]
mod-id = "azfbyO6s"
version = "zJCethp1"

View File

@ -0,0 +1,13 @@
name = "Not Enough Animations"
filename = "notenoughanimations-fabric-1.6.4-mc1.20.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/6auoqhMp/notenoughanimations-fabric-1.6.4-mc1.20.jar"
hash-format = "sha1"
hash = "8397ccb8afcf16e7f27e5f0d5ca5c2346ee5330d"
[update]
[update.modrinth]
mod-id = "MPCX6s5C"
version = "6auoqhMp"

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

@ -0,0 +1,13 @@
name = "Preventer"
filename = "1.20.x-preventer-1.0.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/RK0tTWG1/versions/IwAvQUFe/1.20.x-preventer-1.0.0.jar"
hash-format = "sha1"
hash = "408974aa83a99d9fa0de1baca2cf4d321f097536"
[update]
[update.modrinth]
mod-id = "RK0tTWG1"
version = "IwAvQUFe"

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

@ -0,0 +1,13 @@
name = "Reacharound"
filename = "reacharound+1.20-1.1.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/r3VgI4QN/versions/uk6tRHW7/reacharound%2B1.20-1.1.2.jar"
hash-format = "sha1"
hash = "31406fd3d8d2eb0424c3c84fa0cec186445e6438"
[update]
[update.modrinth]
mod-id = "r3VgI4QN"
version = "uk6tRHW7"

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

@ -0,0 +1,13 @@
name = "ReplayMod"
filename = "replaymod-1.20.1-2.6.13.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Nv2fQJo5/versions/akFkhrL8/replaymod-1.20.1-2.6.13.jar"
hash-format = "sha1"
hash = "a7d1cf1041c1b869dbe25d98abe81138ef634936"
[update]
[update.modrinth]
mod-id = "Nv2fQJo5"
version = "akFkhrL8"

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

@ -0,0 +1,13 @@
name = "Resourcify"
filename = "Resourcify (1.20.x-fabric)-1.1.3.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/RLzHAoZe/versions/1UfEsLCe/Resourcify%20%281.20.x-fabric%29-1.1.3.jar"
hash-format = "sha1"
hash = "cdf30a35994d368bf64f7519e7791db2ec94a595"
[update]
[update.modrinth]
mod-id = "RLzHAoZe"
version = "1UfEsLCe"

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

@ -0,0 +1,13 @@
name = "Rules"
filename = "rules-2.0.0+1.20.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/4a1Rhkhp/versions/dY4srtkc/rules-2.0.0%2B1.20.jar"
hash-format = "sha1"
hash = "db1385bc1bfbb32ebd722543f19dc90fbb5c9f5f"
[update]
[update.modrinth]
mod-id = "4a1Rhkhp"
version = "dY4srtkc"

View File

@ -0,0 +1,13 @@
name = "Screenshot to Clipboard"
filename = "screenshot-to-clipboard-1.0.9-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/1KiJRrTg/versions/1.0.9%2Bfabric/screenshot-to-clipboard-1.0.9-fabric.jar"
hash-format = "sha1"
hash = "39c55d7e0ebe4a7f626e0d4bc85b8d2bea353092"
[update]
[update.modrinth]
mod-id = "1KiJRrTg"
version = "rObP72r1"

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

@ -0,0 +1,13 @@
name = "Searchables"
filename = "Searchables-fabric-1.20.1-1.0.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/kt5hkP9b/Searchables-fabric-1.20.1-1.0.1.jar"
hash-format = "sha1"
hash = "9c05fbc3b731e09b3da6216ed65ececa39693b94"
[update]
[update.modrinth]
mod-id = "fuuu3xnx"
version = "kt5hkP9b"

View File

@ -0,0 +1,13 @@
name = "Server Country Flags"
filename = "servercountryflags-1.8.1-1.20.x-FABRIC.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/L6HW4EbG/versions/ZAlT29U8/servercountryflags-1.8.1-1.20.x-FABRIC.jar"
hash-format = "sha1"
hash = "9e21677be8b2c8e94ef37c926b4344b01fc74167"
[update]
[update.modrinth]
mod-id = "L6HW4EbG"
version = "ZAlT29U8"

View File

@ -0,0 +1,13 @@
name = "Translucent Glass"
filename = "translucent-glass-0.1.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/AJzlbbzZ/versions/WSWU1DbF/translucent-glass-0.1.0.jar"
hash-format = "sha1"
hash = "21efa2dc2ac999d818cf65579aaccbe37f0a675b"
[update]
[update.modrinth]
mod-id = "AJzlbbzZ"
version = "WSWU1DbF"

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

@ -0,0 +1,13 @@
name = "ukulib"
filename = "ukulib-0.7.0+1.20.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Y8uFrUil/versions/5MXKgYAq/ukulib-0.7.0%2B1.20.jar"
hash-format = "sha1"
hash = "469d02dae208812ba4df1acbeb95658c856dce61"
[update]
[update.modrinth]
mod-id = "Y8uFrUil"
version = "5MXKgYAq"

View File

@ -0,0 +1,13 @@
name = "uku's Armor HUD"
filename = "ukus-armor-hud-0.3.10+mc1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/wF189hn9/versions/IJALWJq8/ukus-armor-hud-0.3.10%2Bmc1.20.1.jar"
hash-format = "sha1"
hash = "abe85ff02d50b0ad88814f78ca5821a78334e88e"
[update]
[update.modrinth]
mod-id = "wF189hn9"
version = "IJALWJq8"

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

@ -0,0 +1,13 @@
name = "VTDownloader"
filename = "vt-downloader-2.0.7+1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/1E2sq1cp/versions/2dDGKqew/vt-downloader-2.0.7%2B1.20.1.jar"
hash-format = "sha1"
hash = "b903472bf0fb31a6f792c006191091e7ce74b1c5"
[update]
[update.modrinth]
mod-id = "1E2sq1cp"
version = "2dDGKqew"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "dafc1f2c0d596dfa726a407c00908fe94fb4d59d6a99448817f29fc7d7cdd71a"
hash = "e0400522792d20cfae0c5d488349b363053c60eec8b0e4ddd5e591a5b6fbc47a"
[versions]
fabric = "0.14.22"

View File

@ -4534,5 +4534,30 @@
"kind": "clientside",
"link": "https://modrinth.com/mod/datapacks",
"conflicts": null
},
{
"slug": "resourcify",
"project_type": "mod",
"title": "Resourcify",
"description": "In-game resource pack, data pack and shader browser",
"body": "<div align=\"center\">\n \n# ![Resourcify](https://github.com/DeDiamondPro/Resourcify/assets/67508414/6836d217-1d9e-439b-b8d3-eb64428375cd)\n\n![Browse Resource Packs, right from in Minecraft](https://github.com/DeDiamondPro/Resourcify/assets/67508414/b1e0659d-a634-4f98-b413-0c27a99e7e36)\nResourcify allows you to browse all resource packs, data packs and shaders on modrinth right from in Minecraft!<br>Just open the resource pack GUI and press the plus button in the top right.\n\n------------------------------------\n\n![Install a Resource Pack with the click of a button](https://github.com/DeDiamondPro/Resourcify/assets/67508414/af1ccd6c-c159-4218-b000-0d2991941d00)\nEasily view the description, gallery and versions of a pack,<br>when you've found a pack you like you can easily install it with one click!\n\n</div>\n\n\n[<img src=\"https://www.bisecthosting.com/partners/custom-banners/793f80ea-c602-458b-968d-6a83df014fe4.webp\" alt=\"https://bisecthosting.com/diamond\" width=100%>](https://bisecthosting.com/diamond?r=Resourcify+Modrinth)",
"client_side": "required",
"server_side": "unsupported",
"categories":
[
"management",
"utility"
],
"additional_categories": [],
"gallery":
[
"https://cdn.modrinth.com/data/RLzHAoZe/images/caacfe616936f22ab0d88e18bc383a577d3e8b66.png",
"https://cdn.modrinth.com/data/RLzHAoZe/images/8d0936a88b70acf7906eded18aa2c075bea82225.png",
"https://cdn.modrinth.com/data/RLzHAoZe/images/d59351a7a73be6f168a733e1b3b96791faa1ac39.png",
"https://cdn.modrinth.com/data/RLzHAoZe/images/16cc71b53f48e99b73c69a881742e74d29050c95.png",
"https://cdn.modrinth.com/data/RLzHAoZe/images/e592165daeedf0a094f199c649f62f55bb7288c0.png"
],
"kind": "clientside",
"link": "https://modrinth.com/mod/resourcify"
}
]