add some mods and basic configs to start
Some checks failed
Build Modpack / build (push) Failing after 1s
Some checks failed
Build Modpack / build (push) Failing after 1s
This commit is contained in:
parent
f94c9e75ba
commit
ef7f9db24c
27 changed files with 357 additions and 44 deletions
|
@ -2,7 +2,7 @@
|
||||||
// Whether a custom window title should be set. Uses the value set in 'customWindowTitle'.
|
// Whether a custom window title should be set. Uses the value set in 'customWindowTitle'.
|
||||||
"setCustomWindowTitle": true,
|
"setCustomWindowTitle": true,
|
||||||
// The custom window title that's used when 'setCustomWindowTitle' is enabled.
|
// The custom window title that's used when 'setCustomWindowTitle' is enabled.
|
||||||
"customWindowTitle": "Dough",
|
"customWindowTitle": "Vivecraft OneSlot",
|
||||||
// If a custom window icon should be set. Two files are needed. Both in PNG format. One a 16 pixel square called 'icon_16x16.png', and one a 32 pixel square called 'icon_32x32.png'. Located in './config/simplemenu/icon'.
|
// If a custom window icon should be set. Two files are needed. Both in PNG format. One a 16 pixel square called 'icon_16x16.png', and one a 32 pixel square called 'icon_32x32.png'. Located in './config/simplemenu/icon'.
|
||||||
"setCustomWindowIcon": true,
|
"setCustomWindowIcon": true,
|
||||||
// If a custom main menu logo should be rendered. This will replace the 'Minecraft' text. A 'logo.png' file is needed. Located in './config/simplemenu/logo'. By default the image dimensions are 1024x256. To remove it completely, use an empty .png file.
|
// If a custom main menu logo should be rendered. This will replace the 'Minecraft' text. A 'logo.png' file is needed. Located in './config/simplemenu/logo'. By default the image dimensions are 1024x256. To remove it completely, use an empty .png file.
|
||||||
|
|
58
.minecraft/config/yosbr/config/immersive_mc-client.json
Normal file
58
.minecraft/config/yosbr/config/immersive_mc-client.json
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
{
|
||||||
|
"crouchingBypassesImmersives": false,
|
||||||
|
"doVRControllerRumble": true,
|
||||||
|
"returnItemsWhenLeavingImmersives": true,
|
||||||
|
"disableImmersiveMCOutsideVR": true,
|
||||||
|
"bagColor": 11901820,
|
||||||
|
"rightClickChestInteractions": false,
|
||||||
|
"autoCenterFurnaceImmersive": false,
|
||||||
|
"autoCenterBrewingStandImmersive": false,
|
||||||
|
"bagMode": "BUNDLE",
|
||||||
|
"placementGuideMode": "OUTLINE",
|
||||||
|
"placementMode": "PLACE_ONE",
|
||||||
|
"spinSomeImmersiveOutputs": true,
|
||||||
|
"rightClickImmersiveInteractionsInVR": false,
|
||||||
|
"compatFor3dResourcePacks": false,
|
||||||
|
"itemGuideSize": 1.0,
|
||||||
|
"itemGuideSelectedSize": 1.0,
|
||||||
|
"itemGuideColor": 855703551,
|
||||||
|
"itemGuideSelectedColor": 855703296,
|
||||||
|
"rangedGrabColor": 4278255615,
|
||||||
|
"disableVanillaInteractionsForSupportedImmersives": false,
|
||||||
|
"reachBehindBagMode": "BEHIND_BACK",
|
||||||
|
"useAnvilImmersive": true,
|
||||||
|
"useBrewingStandImmersive": true,
|
||||||
|
"useChestImmersive": true,
|
||||||
|
"useCraftingTableImmersive": true,
|
||||||
|
"useFurnaceImmersive": true,
|
||||||
|
"useJukeboxImmersive": true,
|
||||||
|
"useRangedGrabImmersive": true,
|
||||||
|
"useButtonImmersive": true,
|
||||||
|
"useEnchantingTableImmersive": true,
|
||||||
|
"useCampfireImmersive": true,
|
||||||
|
"useLeverImmersive": true,
|
||||||
|
"useBagImmersive": true,
|
||||||
|
"useRepeaterImmersive": true,
|
||||||
|
"useDoorImmersive": true,
|
||||||
|
"useTrapdoorImmersive": true,
|
||||||
|
"allowPetting": true,
|
||||||
|
"useArmorImmersive": true,
|
||||||
|
"useFeedingAnimalsImmersive": true,
|
||||||
|
"useShulkerImmersive": true,
|
||||||
|
"allowPettingAnythingLiving": false,
|
||||||
|
"useShieldImmersive": true,
|
||||||
|
"rangedGrabRange": 8,
|
||||||
|
"useBeaconImmersive": true,
|
||||||
|
"useBarrelImmersive": true,
|
||||||
|
"useThrowingImmersive": true,
|
||||||
|
"allowThrowingBeyondVanillaMaxRange": true,
|
||||||
|
"useHopperImmersive": true,
|
||||||
|
"useSmithingTableImmersive": true,
|
||||||
|
"useChiseledBookshelfImmersive": true,
|
||||||
|
"useWrittenBookImmersive": true,
|
||||||
|
"useCauldronImmersive": true,
|
||||||
|
"useIronFurnacesFurnaceImmersive": true,
|
||||||
|
"useTinkersConstructCraftingStationImmersive": true,
|
||||||
|
"useLecternImmersive": true,
|
||||||
|
"useBucketAndBottleImmersive": true
|
||||||
|
}
|
|
@ -48,6 +48,11 @@ hash = "20a4331ae3175651ff24265d8851f45e4e8b3cc580bafc175e12a6c141c6cd2b"
|
||||||
file = "icon.png"
|
file = "icon.png"
|
||||||
hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c"
|
hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/bakers-tools.pw.toml"
|
||||||
|
hash = "7d1fca8212b3cfbe1d33e30661b35ff1561b6040643a3ca53577675b5f93f2fb"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/bettercommandblockui.pw.toml"
|
file = "mods/bettercommandblockui.pw.toml"
|
||||||
hash = "6da189b0c8713f4c7b81af3fd8207aa4c473ccabeee1770de7da1538efca0b15"
|
hash = "6da189b0c8713f4c7b81af3fd8207aa4c473ccabeee1770de7da1538efca0b15"
|
||||||
|
@ -63,6 +68,16 @@ file = "mods/bluemap.pw.toml"
|
||||||
hash = "f96656076717dcadf38073af32ce253b2cfd0f5ff1785c03450e146f06213ee3"
|
hash = "f96656076717dcadf38073af32ce253b2cfd0f5ff1785c03450e146f06213ee3"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/cardinal-components-api.pw.toml"
|
||||||
|
hash = "127f0a7311e4ecd77c0b96660e0ff873d78d253fffb68db6101eeb414de38bb1"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/cc-tweaked.pw.toml"
|
||||||
|
hash = "c1079c786922de32eb7603ae24653090beccae44286f96790bf7729fd5f33764"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cloth-config.pw.toml"
|
file = "mods/cloth-config.pw.toml"
|
||||||
hash = "41a3dc271859b118417946d2fdb2408523563b2f4f49048073672a342fb1aebf"
|
hash = "41a3dc271859b118417946d2fdb2408523563b2f4f49048073672a342fb1aebf"
|
||||||
|
@ -70,7 +85,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/collective.pw.toml"
|
file = "mods/collective.pw.toml"
|
||||||
hash = "a0f2e11e55aa98b13ca469e8cee71d38a16a2ed0fba99b95fb0664adfc93e838"
|
hash = "299cadd914e01b3b3f1aac013d3b4a22e89e1fbe1934c9a0f7b65034bb8257b1"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -80,7 +95,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/controlify.pw.toml"
|
file = "mods/controlify.pw.toml"
|
||||||
hash = "9267bd5b2e1315c3cdac40e118e006c0c436ddbbc07e25e124eccc442d2721ce"
|
hash = "6c0a8f7c8e833b356f83de4e60952642c669d788ff49be95458b5a50979796f1"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/embeddedcomputer.pw.toml"
|
||||||
|
hash = "953a1beeb4f51f10ea7ce7fa66614bda88599d45384ec5981d06519d1c1e4a75"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -95,7 +115,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabric-language-kotlin.pw.toml"
|
file = "mods/fabric-language-kotlin.pw.toml"
|
||||||
hash = "3d0bf4d56ea941f856200934fdc2fb4952fe513d469f47bdb5fc586f99f16097"
|
hash = "bb9a29a48b27e7abc0799d4393240ae2cdcf7d64341c9a63347769173f8bda2e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -110,7 +130,17 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/immediatelyfast.pw.toml"
|
file = "mods/immediatelyfast.pw.toml"
|
||||||
hash = "2e441b5e21e8db1cd9102216ce4b8d1a25d77a026182e00f6324aadda402f715"
|
hash = "b24899fa80266f775c2a5ad945f01fced39a3d747ac633cdd20f52cb9c921aac"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/immersivemc.pw.toml"
|
||||||
|
hash = "88686f13a04783dffb842499f1632ba2f25a2a6919c9115b2b7f338fb67f8265"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/inventory-tabs.pw.toml"
|
||||||
|
hash = "cf11a2f3584998ee7f7708e84d5b4d7ca06f3a74566628e213b632a521ae27fe"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -120,7 +150,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/jade.pw.toml"
|
file = "mods/jade.pw.toml"
|
||||||
hash = "390c9242cd4bc9eac27379a72081e5e60b6af0ba39706bb4b43dd55399c664f8"
|
hash = "9189950e68af278daaef951d8ef23b06f567f27d8c9f50df898ac0117d35c93c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -143,6 +173,11 @@ file = "mods/luckperms.pw.toml"
|
||||||
hash = "ed322399f2f703b5cc9f6652d85e8eb215a53c7acbeef27964c0d6af7400561a"
|
hash = "ed322399f2f703b5cc9f6652d85e8eb215a53c7acbeef27964c0d6af7400561a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/mc-vr-api.pw.toml"
|
||||||
|
hash = "b0d1514622d4ff882428ed3a9c0e94c68353c2b0a8275f5de56427d5bf5e3cca"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/mod-loading-screen.pw.toml"
|
file = "mods/mod-loading-screen.pw.toml"
|
||||||
hash = "bee03a9e23c530a510995de10798d634fe63a52edc9e6e1e46a3b8cc75608750"
|
hash = "bee03a9e23c530a510995de10798d634fe63a52edc9e6e1e46a3b8cc75608750"
|
||||||
|
@ -163,14 +198,29 @@ file = "mods/no-kebab.pw.toml"
|
||||||
hash = "38862cdc5bed116ab7faf8e26bfabf3e098f4578374d91de0a710635ad795107"
|
hash = "38862cdc5bed116ab7faf8e26bfabf3e098f4578374d91de0a710635ad795107"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/one-slot.pw.toml"
|
||||||
|
hash = "b2a33b058f1a21b0ed07f2ff76c52d2ea8ed1d8be3cd059d5f6c0931a0bf3516"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/one-world-folder.pw.toml"
|
file = "mods/one-world-folder.pw.toml"
|
||||||
hash = "5364e86ec495b0aaeb918c1681e43c756569b6402dde602e3d670cd9b56bab46"
|
hash = "5364e86ec495b0aaeb918c1681e43c756569b6402dde602e3d670cd9b56bab46"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/ovenlib.pw.toml"
|
||||||
|
hash = "a42db218bccf7ade307d618657cac9f6ddac83fa24b615639fb614d8ee4a3093"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/placeholder-api.pw.toml"
|
file = "mods/placeholder-api.pw.toml"
|
||||||
hash = "9848548c0071da322137749b1cf228061248ea1dacaf856b0a966d1932980065"
|
hash = "3c5a5fe2267f93188d7e41f7a06ea09a64b40224b90f601e42cf666c16f12268"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/plethora-peripherals.pw.toml"
|
||||||
|
hash = "db59870600051c25e50b724489fc5a5e106fe9ef454b24195a7b918421127819"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -185,7 +235,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/resourcify.pw.toml"
|
file = "mods/resourcify.pw.toml"
|
||||||
hash = "9e8acfb4a78d7ab91a16321aa432d01c27a62fd60f7ae51a816c63f135bc983f"
|
hash = "fb53720ae88ceae5766d15a3e85da6d9ab4648f09c769cc2c68fa30dd8a120ea"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -195,7 +245,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/scribble.pw.toml"
|
file = "mods/scribble.pw.toml"
|
||||||
hash = "8b95f219b44b0474020f1c5af80ef46e52804ee5a421d599abad5a4cf2ed29c4"
|
hash = "fee68cd6364039d9eca94c1451ae165b41df6579122682d8a97d70ed08c6b0f3"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -203,6 +253,11 @@ file = "mods/simple-menu.pw.toml"
|
||||||
hash = "5c7d82478607ca14645e77b2806a5a6263f93a922d7327f1b80c22186243ed85"
|
hash = "5c7d82478607ca14645e77b2806a5a6263f93a922d7327f1b80c22186243ed85"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/simple-voice-chat.pw.toml"
|
||||||
|
hash = "d7062507251f577355a3c3e4fd3bc33ea9ac0e74ad0da2c8f0eb6c9b9c182b99"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sodium-extra.pw.toml"
|
file = "mods/sodium-extra.pw.toml"
|
||||||
hash = "6b7e9ed619297a29eb6db95f860734144876aa68922de63a05409b65ad8bd163"
|
hash = "6b7e9ed619297a29eb6db95f860734144876aa68922de63a05409b65ad8bd163"
|
||||||
|
@ -218,6 +273,16 @@ file = "mods/spark.pw.toml"
|
||||||
hash = "f010bbe486733738e92241d10f403e28a8feeb40b45ec3af3b2270523f955216"
|
hash = "f010bbe486733738e92241d10f403e28a8feeb40b45ec3af3b2270523f955216"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/travelersbackpack.pw.toml"
|
||||||
|
hash = "d75813225a16b18a49c14e9a34d9d54d0e1bc54cbafca3c628415f74ca702f61"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/trinkets.pw.toml"
|
||||||
|
hash = "ffdb79f5bc29f990e5889f5d159a043c7046b8cd8d79f17f54b44d7ccc2b242a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/vanilla-permissions.pw.toml"
|
file = "mods/vanilla-permissions.pw.toml"
|
||||||
hash = "c503ae1b7776f27fb923cf558c70ab90c432b7990838c02a4563d145af6edc11"
|
hash = "c503ae1b7776f27fb923cf558c70ab90c432b7990838c02a4563d145af6edc11"
|
||||||
|
@ -233,6 +298,11 @@ file = "mods/view-distance-fix.pw.toml"
|
||||||
hash = "31c2a0e56c320f751bf53a44d3f1bcdb4e3ab268b8d26543bc7ec2c638e52487"
|
hash = "31c2a0e56c320f751bf53a44d3f1bcdb4e3ab268b8d26543bc7ec2c638e52487"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/vivecraft.pw.toml"
|
||||||
|
hash = "b9b5cd6ab48e4428e00a7cec1cf59b429e1db775c2cbdac16d9d2e06ab145631"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xanders-sodium-options.pw.toml"
|
file = "mods/xanders-sodium-options.pw.toml"
|
||||||
hash = "0cc28ae40cd511d464f215d66898d3d72f8c66b378ffb9f72ea9b4412d61a971"
|
hash = "0cc28ae40cd511d464f215d66898d3d72f8c66b378ffb9f72ea9b4412d61a971"
|
||||||
|
|
13
.minecraft/mods/bakers-tools.pw.toml
Normal file
13
.minecraft/mods/bakers-tools.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Baker's Tools"
|
||||||
|
filename = "bakers-tools-0.1.5.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/5pK8WJ7f/versions/TiaZhzDq/bakers-tools-0.1.5.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "73b52d26b38e5525d5ec3bd1e85aa0be2f28cc7ce254b08b4b6ab66d40befe064919af76c159780679a5a61fc03c90ecb68b3764c07639b7a8731ed4734c43c2"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "5pK8WJ7f"
|
||||||
|
version = "TiaZhzDq"
|
13
.minecraft/mods/cardinal-components-api.pw.toml
Normal file
13
.minecraft/mods/cardinal-components-api.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Cardinal Components API"
|
||||||
|
filename = "cardinal-components-api-5.2.3.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/K01OU20C/versions/Ielhod3p/cardinal-components-api-5.2.3.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "f20484d5bc780bee9b388ff6075e7c3bd130c7f8cae75a425bfd1fb68d03ca19288c09b0729992987fd32f3a2433b49c25162e086de82abd8d06ee45e4e3c917"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "K01OU20C"
|
||||||
|
version = "Ielhod3p"
|
13
.minecraft/mods/cc-tweaked.pw.toml
Normal file
13
.minecraft/mods/cc-tweaked.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "CC: Tweaked"
|
||||||
|
filename = "cc-tweaked-1.20.1-fabric-1.114.4.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/ZUz8hsy1/cc-tweaked-1.20.1-fabric-1.114.4.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "496d7073ea2e9a556da51a1620c32c9cec9e9f22925bfbe2780e2bca16b96fe7e8869b1a38ccd38ad38a5771d386ec5253899469c1bfbc86ebcbaf106f6bc922"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "gu7yAYhd"
|
||||||
|
version = "ZUz8hsy1"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Collective"
|
name = "Collective"
|
||||||
filename = "collective-1.20.1-7.87.jar"
|
filename = "collective-1.20.1-7.91.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/aNzU64AT/collective-1.20.1-7.87.jar"
|
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/kRVILcx8/collective-1.20.1-7.91.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "65acb74e5acd56f1507ff83cee86fa2a78efea5ff2577828bd1c38323af4bcb594bfa4deb9d511060035c9503046a5da7fccc034228e6e799c2fb36fbf59e1a8"
|
hash = "8af00c11786772e071989cc37c52bf94e20b499cbe0917434c0bd7d348fc003a8f21757a2b50b4b107d0190a17a69bedc2ee7b50888a2de8e614763e7e9d5b31"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "e0M1UDsY"
|
mod-id = "e0M1UDsY"
|
||||||
version = "aNzU64AT"
|
version = "kRVILcx8"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Controlify"
|
name = "Controlify"
|
||||||
filename = "Controlify-2.0.0-beta.21+1.20.1-fabric.jar"
|
filename = "controlify-2.0.2+1.20.1-fabric.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/CKlawqCt/Controlify-2.0.0-beta.21%2B1.20.1-fabric.jar"
|
url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/xGiVq9Sz/controlify-2.0.2%2B1.20.1-fabric.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "5a5221e9bcf6c102bd57c348dc22b665c3fb9d63a430b04212926bde22bea8c78361303c014f63a5731a0cbb8fbb14eb926bd08f54892a41f4883476d86ec9b3"
|
hash = "8a072b50bc978e46a7165a81a14e5961bb76a2774131c3c41f9c30b6e2248a0effc97dfa278685bcac879eb58be0e5223901e37a63d60a2a81825531b9090d1d"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "DOUdJVEm"
|
mod-id = "DOUdJVEm"
|
||||||
version = "CKlawqCt"
|
version = "xGiVq9Sz"
|
||||||
|
|
13
.minecraft/mods/embeddedcomputer.pw.toml
Normal file
13
.minecraft/mods/embeddedcomputer.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Embedded Computer"
|
||||||
|
filename = "embeddedcomputer-0.3.0-beta.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/X41LBcSD/versions/YcOuhmN9/embeddedcomputer-0.3.0-beta.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "25b8f5a2589eb6a447a9b210bdb4f6a9f63afa1f79858b177487abcc784d303030d84352029a83d10604004470c16fce28d3d848e8bd8f61c93a1c4856be7e80"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "X41LBcSD"
|
||||||
|
version = "YcOuhmN9"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Fabric Language Kotlin"
|
name = "Fabric Language Kotlin"
|
||||||
filename = "fabric-language-kotlin-1.13.0+kotlin.2.1.0.jar"
|
filename = "fabric-language-kotlin-1.13.1+kotlin.2.1.10.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/csX9r2wS/fabric-language-kotlin-1.13.0%2Bkotlin.2.1.0.jar"
|
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/476dzMG5/fabric-language-kotlin-1.13.1%2Bkotlin.2.1.10.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "bd6acac5e2196aae0095ec453aec46d54e0d925289895fac94b1426cabd3db7e275302502475c61b9719fc8f026e7aaa305122dcdf374c58620bc38b8b4e99a7"
|
hash = "8e3609ef53a731c5509b304397e7fd4e37f2bbb4353b0d6234e74438846f0464743022f3339ba4f5acf21b023c80420ce59c194c1dfb11aeb79caffa6f842fb6"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "Ha28R6CL"
|
mod-id = "Ha28R6CL"
|
||||||
version = "csX9r2wS"
|
version = "476dzMG5"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "ImmediatelyFast"
|
name = "ImmediatelyFast"
|
||||||
filename = "ImmediatelyFast-Fabric-1.3.3+1.20.4.jar"
|
filename = "ImmediatelyFast-Fabric-1.3.4+1.20.4.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/H62RYZyG/ImmediatelyFast-Fabric-1.3.3%2B1.20.4.jar"
|
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/Oub8JunR/ImmediatelyFast-Fabric-1.3.4%2B1.20.4.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "c35e7b83067ecd095eebc76a650230ed8599d0028ca56c8bd6945c1df2a088b4dbd92ec80976428c6ba8d88b7e819b09b138a5e1056cda7dd15fd8d3925c1d42"
|
hash = "ecd5b9a962c06edb8a69dae93a7d98bc2aa101d8ed3dbfded786e2186d9d5c9b1ec55a36a998543c3da6580939cfa2761361f7b86e9657bb8a10a8cfa9f325d0"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "5ZwdcRci"
|
mod-id = "5ZwdcRci"
|
||||||
version = "H62RYZyG"
|
version = "Oub8JunR"
|
||||||
|
|
13
.minecraft/mods/immersivemc.pw.toml
Normal file
13
.minecraft/mods/immersivemc.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "ImmersiveMC"
|
||||||
|
filename = "immersivemc-1.5.0-beta3-1.20.1-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/XJ9is6vj/versions/cwkvzaFL/immersivemc-1.5.0-beta3-1.20.1-fabric.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "b276a792502dd467e600d8f282d1e2d56c4eb635b44086b7146cd8c60297c1abd448bb165799733630c35775681ee0f521668d3f6ce56671d29a80cfa138e080"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "XJ9is6vj"
|
||||||
|
version = "cwkvzaFL"
|
13
.minecraft/mods/inventory-tabs.pw.toml
Normal file
13
.minecraft/mods/inventory-tabs.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Inventory Tabs"
|
||||||
|
filename = "inventory-tabs-1.4.0+1.20.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/VD1aynYU/versions/2FwwwgGV/inventory-tabs-1.4.0%2B1.20.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "88a799c7e54f76f18f221266f4bd7a364555c8663c54fc2f4bb4b4a30a0721f2e777c5fdd418bc3f748ea8f2ad4fdfe41a3e079cc18ae18eb283ad7d69533829"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "VD1aynYU"
|
||||||
|
version = "2FwwwgGV"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Jade 🔍"
|
name = "Jade 🔍"
|
||||||
filename = "Jade-1.20-Fabric-11.12.0.jar"
|
filename = "Jade-1.20-Fabric-11.12.3.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/Lvyx1o7I/Jade-1.20-Fabric-11.12.0.jar"
|
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/oJx1UoWN/Jade-1.20-Fabric-11.12.3.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "ce292fd0ea419b18bbd59ee631b322a7d3101080c55780a1ca8fde29bdf61ffef1eec5e781463e540254ff175cffa1af4d59e4ee31a5f63fb1e4a4539c124915"
|
hash = "0ca8f2e57633114d2f2b444b9c37422e3eabf5296f155fb0e73a7342a7aa68bc75356de1bb716826ab2cd03cc6ebfbfc08b7a744495dfd3c308b4f17b82bcfea"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "nvQzSEkH"
|
mod-id = "nvQzSEkH"
|
||||||
version = "Lvyx1o7I"
|
version = "oJx1UoWN"
|
||||||
|
|
13
.minecraft/mods/mc-vr-api.pw.toml
Normal file
13
.minecraft/mods/mc-vr-api.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "MC VR API"
|
||||||
|
filename = "vrapi-3.0.12-1.20.1-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/B3INNxum/versions/KunF43Od/vrapi-3.0.12-1.20.1-fabric.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "5d614f4b68b72220e95ee7a2c927b492884ce14a36b4fa9c2bdd54a800a25f61b00d3c31129fdfae9cde2d969f6bed832237ce12b36a797961f70405bccb8468"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "B3INNxum"
|
||||||
|
version = "KunF43Od"
|
13
.minecraft/mods/one-slot.pw.toml
Normal file
13
.minecraft/mods/one-slot.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "One Slot"
|
||||||
|
filename = "one_slot-1.20.1-1.1.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/M10XRh3H/versions/rvIJXFqJ/one_slot-1.20.1-1.1.0.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "ed6a4e8cae8d5265f0d648bcf2ac2b728d27709d06c10304b23db3f6a2b49972ffcc2102908c45168ebda7e814a28a463391e261131418004c86d2fa7c172cbd"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "M10XRh3H"
|
||||||
|
version = "rvIJXFqJ"
|
13
.minecraft/mods/ovenlib.pw.toml
Normal file
13
.minecraft/mods/ovenlib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "ovenlib"
|
||||||
|
filename = "ovenlib-0.1.5.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/lZze5Hii/versions/76rcDWtV/ovenlib-0.1.5.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "58469cd3da38faee148fd8e38010a5c29cdbe8c9708d315cbfb5388332a06c5607f0d9b5551829cfb30197047a4cb514d19345663438e1448c8e96e022af9729"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "lZze5Hii"
|
||||||
|
version = "76rcDWtV"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Text Placeholder API"
|
name = "Text Placeholder API"
|
||||||
filename = "placeholder-api-2.1.3+1.20.1.jar"
|
filename = "placeholder-api-2.1.4+1.20.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/eXts2L7r/versions/wrxtLoOX/placeholder-api-2.1.3%2B1.20.1.jar"
|
url = "https://cdn.modrinth.com/data/eXts2L7r/versions/DaV2ycYi/placeholder-api-2.1.4%2B1.20.1.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "8aefeb50ff5b835ceb055573a683d32b014015697063f169d6e665c1c5f1b3ed771cbc00930551365f8d4e192b0cd22106ea0af2010306c5710e10ecdb342280"
|
hash = "80a4721abf9654a8bbfb9e23fbb7493bfa379d3116adb9d0d98f05482b25150d91994346dd230b691935f64f57ce0840deecce6bb279fbfaa3ebab30ad426db8"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "eXts2L7r"
|
mod-id = "eXts2L7r"
|
||||||
version = "wrxtLoOX"
|
version = "DaV2ycYi"
|
||||||
|
|
13
.minecraft/mods/plethora-peripherals.pw.toml
Normal file
13
.minecraft/mods/plethora-peripherals.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Plethora Peripherals"
|
||||||
|
filename = "Plethora-Fabric-1.11.7.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/LDfFdCXe/versions/OjFtc3oY/Plethora-Fabric-1.11.7.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "ae5ee6567be5afd1335c3a803e831b7b202eac8df34c965a5a7d62733c18d285e280a01eb60930282e644212b97418147ee23f668979fc4d6b22256527f3cb31"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "LDfFdCXe"
|
||||||
|
version = "OjFtc3oY"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Resourcify"
|
name = "Resourcify"
|
||||||
filename = "Resourcify (1.20-1.20.1-fabric)-1.6.0.jar"
|
filename = "Resourcify (1.20.1-fabric)-1.7.0.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/RLzHAoZe/versions/Jqxy2ipu/Resourcify%20%281.20-1.20.1-fabric%29-1.6.0.jar"
|
url = "https://cdn.modrinth.com/data/RLzHAoZe/versions/qtwRLIcB/Resourcify%20%281.20.1-fabric%29-1.7.0.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "dcf46fbb5bffe95ce1ca72231123fd55deb51eb2c44edb7e6bafea903ac76f377ec3c52b1dadbd4a65437a91b6d18236c0d8f82f15cfca689d6dc498700ee6b1"
|
hash = "fb846ef92e77da4f50b31bd4158403e104897fa75d1a778ad09486a5a19dcb45e0682ee1f7cb15e03a5e406440880e62b928ca22bce0ff3461e65bc7200da514"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "RLzHAoZe"
|
mod-id = "RLzHAoZe"
|
||||||
version = "Jqxy2ipu"
|
version = "qtwRLIcB"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Scribble"
|
name = "Scribble"
|
||||||
filename = "Scribble-1.4.4+mc1.20.1-fabric.jar"
|
filename = "Scribble-1.5.0+mc1.20.1-fabric.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/yXAvIk0x/versions/Jzdyv0Cx/Scribble-1.4.4%2Bmc1.20.1-fabric.jar"
|
url = "https://cdn.modrinth.com/data/yXAvIk0x/versions/AQ3XAMJx/Scribble-1.5.0%2Bmc1.20.1-fabric.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "a2f01f8cc7d9ff3e68aea94d01309da949447b422f7b3dcd380df7cc15a036d8047f50c1d47f618790da3577939eadf5ea38b475fd5d752188104dab4d0ad08c"
|
hash = "89cd50f6eee122ec9e79274b85993a4d7bb3a9168dea713633a9521fa8545818244d3031f4723ef03eb0e5234e6fc7df704374503203691f7dbb16030093481a"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "yXAvIk0x"
|
mod-id = "yXAvIk0x"
|
||||||
version = "Jzdyv0Cx"
|
version = "AQ3XAMJx"
|
||||||
|
|
13
.minecraft/mods/simple-voice-chat.pw.toml
Normal file
13
.minecraft/mods/simple-voice-chat.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Simple Voice Chat"
|
||||||
|
filename = "voicechat-fabric-1.20.1-2.5.27.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/IZhZbWUU/voicechat-fabric-1.20.1-2.5.27.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "445f6ef90e5e51ddf3c4ac105897338db5dce9cf69ea808fce5fd8e02d8e40a9ff6d0c51cb4d62e0d09797530d12ca86f34b356210d77edeb6dbc9d9cd8bfd10"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "9eGKb6K1"
|
||||||
|
version = "IZhZbWUU"
|
13
.minecraft/mods/travelersbackpack.pw.toml
Normal file
13
.minecraft/mods/travelersbackpack.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Traveler's Backpack"
|
||||||
|
filename = "travelersbackpack-fabric-1.20.1-9.1.26.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/rlloIFEV/versions/JglksaBM/travelersbackpack-fabric-1.20.1-9.1.26.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "7a0e42a6a1eb72f15acb07ceb3c6c2911258038ef1395a5de216df977042a89891e32757afa92434707671c6c57b365d2150727b7c74012f23e4cfc1c312ef8d"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "rlloIFEV"
|
||||||
|
version = "JglksaBM"
|
13
.minecraft/mods/trinkets.pw.toml
Normal file
13
.minecraft/mods/trinkets.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Trinkets"
|
||||||
|
filename = "trinkets-3.7.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/5aaWibi9/versions/AHxQGtuC/trinkets-3.7.2.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "bedf97c87c5e556416410267108ad358b32806448be24ef8ae1a79ac63b78b48b9c851c00c845b8aedfc7805601385420716b9e65326fdab21340e8ba3cc4274"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "5aaWibi9"
|
||||||
|
version = "AHxQGtuC"
|
13
.minecraft/mods/vivecraft.pw.toml
Normal file
13
.minecraft/mods/vivecraft.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Vivecraft"
|
||||||
|
filename = "vivecraft-1.20.1-1.2.4-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/wGoQDPN5/versions/ZdBj0IHl/vivecraft-1.20.1-1.2.4-fabric.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "bda51529a0a0c76aed6a1f3e83d85f15b6bd9dc04223b9cfabe8778e675362447cb0b029d8416a61c2dbe354a0bffa4bdc90a747d46d8d54391a3e2cae895e5a"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "wGoQDPN5"
|
||||||
|
version = "ZdBj0IHl"
|
|
@ -6,8 +6,11 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "5dc9935bb45fb52d3c62b5433a28dda9fd2175d2e5845b73f3f55722d12e33f5"
|
hash = "af5764f03a65104eed2b9ffbf8ec83be2f196bbe49cec6dbcad3f2e718e41c52"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.9"
|
fabric = "0.16.10"
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
||||||
|
[options]
|
||||||
|
acceptable-game-versions = ["1.20", "1.20.1"]
|
||||||
|
|
|
@ -15,13 +15,13 @@
|
||||||
- [Mod Menu](https://modrinth.com/mod/mOgUt4GM)
|
- [Mod Menu](https://modrinth.com/mod/mOgUt4GM)
|
||||||
- [One World Folder](https://modrinth.com/mod/JL35Xbzz)
|
- [One World Folder](https://modrinth.com/mod/JL35Xbzz)
|
||||||
- [Raised](https://modrinth.com/mod/nCQRBEiR)
|
- [Raised](https://modrinth.com/mod/nCQRBEiR)
|
||||||
- [Reese's Sodium Options](https://modrinth.com/mod/Bh37bMuy)
|
|
||||||
- [Resourcify](https://modrinth.com/mod/RLzHAoZe)
|
- [Resourcify](https://modrinth.com/mod/RLzHAoZe)
|
||||||
- [Scoreboard Overhaul](https://modrinth.com/mod/2YIQkF2v)
|
- [Scoreboard Overhaul](https://modrinth.com/mod/2YIQkF2v)
|
||||||
- [Scribble](https://modrinth.com/mod/yXAvIk0x)
|
- [Scribble](https://modrinth.com/mod/yXAvIk0x)
|
||||||
- [Simple Menu](https://modrinth.com/mod/6pdhya1q)
|
- [Simple Menu](https://modrinth.com/mod/6pdhya1q)
|
||||||
- [Sodium Extra](https://modrinth.com/mod/PtjYWJkn)
|
- [Sodium Extra](https://modrinth.com/mod/PtjYWJkn)
|
||||||
- [Sodium](https://modrinth.com/mod/AANobbMI)
|
- [Sodium](https://modrinth.com/mod/AANobbMI)
|
||||||
|
- [Xander's Sodium Options](https://modrinth.com/mod/sTkQBVyo)
|
||||||
|
|
||||||
## Shared Mods
|
## Shared Mods
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue