update mods
Some checks failed
Build Modpack / build (push) Failing after 2s

This commit is contained in:
Merith 2025-03-07 13:52:20 -08:00
parent 30620ffd6b
commit 179bf47539
43 changed files with 508 additions and 88 deletions

View file

@ -0,0 +1,30 @@
{
// Whether a custom window title should be set. Uses the value set in 'customWindowTitle'.
"setCustomWindowTitle": true,
// The custom window title that's used when 'setCustomWindowTitle' is enabled.
"customWindowTitle": "Unbaked Anarchy",
// 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,
// 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.
"replaceMainMenuLogo": false,
// If a custom main menu 'edition' logo should be rendered. This will replace the 'Java Edition' text. An 'edition.png' file is needed. Located in './config/simplemenu/logo'. By default the image dimensions are 512x64. To remove it completely, use an empty .png file.
"replaceMainMenuEditionLogo": false,
// If a custom background should be rendered. A 'background.png' file is needed. Located in './config/simplemenu/background/'.
"setCustomBackground": true,
// If the Minecraft Realms button should be hidden from the main menu. Enabled by default, since modded Minecraft is incompatible with it.
"hideMinecraftRealmsButton": false,
// Whether the Minecraft Realms button should be replaced by a serverhosting promo button.
"enableServerPromoButton": false,
// The default server promo button text.
"serverPromoButtonTextDefault": "Need a Server?",
// The server promo button text shown when hovering it.
"serverPromoButtonTextOnHover": "Use code PROMO for 25% off",
// The URL that's being navigated to when clicking the server promo button.
"serverPromoButtonClickURL": "https://localhost/exampleurl",
// Whether the splash text should be hidden on the main menu.
"hideSplashText": false,
// Whether experimental/beta mod loader text should be removed from the main menu.
"removeExperimentalModLoaderText": false,
// Whether the text in the bottom left should be removed from the main menu.
"removeTextBottomLeft": false
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -1,6 +0,0 @@
{
"external_saves_directory": "--auto-detect",
"priority": -1,
"swap_owf_and_singleplayer_button": false,
"replace_singleplayer_button": true
}

View file

@ -0,0 +1,42 @@
'head' : '',
'chest' : '{count:1,id:"minecraft:chainmail_chestplate"}',
'legs' : '',
'feet' : '',
'offhand' : '{count:1,id:"minecraft:shield"}',
0 : '{count:1,id:"copper_reforged:copper_sword"}',
1 : '{components:{"travelersbackpack:ability_enabled":0b,"travelersbackpack:backpack_container":[{item:{},slot:0},{item:{},slot:1},{item:{},slot:2},{item:{},slot:3},{item:{},slot:4},{item:{},slot:5},{item:{},slot:6},{item:{},slot:7},{item:{},slot:8},{item:{},slot:9},{item:{},slot:10},{item:{},slot:11},{item:{},slot:12},{item:{},slot:13},{item:{},slot:14},{item:{},slot:15},{item:{},slot:16},{item:{},slot:17},{item:{},slot:18},{item:{},slot:19},{item:{},slot:20},{item:{},slot:21},{item:{},slot:22},{item:{},slot:23},{item:{},slot:24},{item:{},slot:25},{item:{},slot:26}],"travelersbackpack:render_info":{RenderInfo:{LeftTank:{},RightTank:{}}},"travelersbackpack:show_tool_slots":1b,"travelersbackpack:storage_slots":27,"travelersbackpack:tool_slots":2,"travelersbackpack:tools_container":[{item:{count:1,id:"copper_reforged:copper_axe"},slot:0},{item:{count:1,id:"copper_reforged:copper_pickaxe"},slot:1}],"travelersbackpack:upgrade_slots":2,"travelersbackpack:upgrades":[{item:{count:1,id:"travelersbackpack:tanks_upgrade"},slot:0},{item:{count:1,id:"travelersbackpack:crafting_upgrade"},slot:1}]},count:1,id:"travelersbackpack:standard"}',
2 : '{count:1,id:"minecraft:lantern"}',
3 : '',
4 : '',
5 : '',
6 : '',
7 : '',
8 : '',
9 : '',
10 : '',
11 : '',
12 : '',
13 : '',
14 : '',
15 : '',
16 : '',
17 : '',
18 : '',
19 : '',
20 : '',
21 : '',
22 : '',
23 : '',
24 : '',
25 : '',
26 : '',
27 : '',
28 : '',
29 : '',
30 : '',
31 : '',
32 : '',
33 : '',
34 : '',
35 : '',
'effects' : '',

View file

@ -77,7 +77,7 @@
"analogMovement": "true", "analogMovement": "true",
"QUICKCOMMAND_0": "/gamemode survival", "QUICKCOMMAND_0": "/gamemode survival",
"playerModelType": "VANILLA", "playerModelType": "VANILLA",
"headToHmdLength": "0.10000000149011612", "headToHmdLength": "0.1",
"chatNotificationSound": "block.note_block.bell", "chatNotificationSound": "block.note_block.bell",
"jumpThreshold": "0.05", "jumpThreshold": "0.05",
"movementSpeedMultiplier": "1.0", "movementSpeedMultiplier": "1.0",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View file

@ -1,8 +1,20 @@
hash-format = "sha256" hash-format = "sha256"
[[files]]
file = "config/simplemenu.json5"
hash = "9c0e60b192f414b9bb41e10595ba409d2d6ef04ed807005bff4d16b5464076dd"
[[files]]
file = "config/simplemenu/background/background.png"
hash = "af3367f22763c9340a10595b476de6c04602ccc90c43fe7e2bb73aea48be9384"
[[files]]
file = "config/simplemenu/icon/icon_16x16.png"
hash = "d74b83108721db58245315757f961020c368b1ed8af190bc2ea0daaf5edbc29c"
[[files]] [[files]]
file = "config/simplemenu/icon/icon_32x32.png" file = "config/simplemenu/icon/icon_32x32.png"
hash = "6cfd7ed95f1d805d383de2a0743dd0dedb22f15939302e969b304d7e967760e7" hash = "02b1fb49ebba634b8dda7f893eabbe563ef59e602fc9827e5b24a895f34be24f"
[[files]] [[files]]
file = "config/travelersbackpack.json5" file = "config/travelersbackpack.json5"
@ -21,12 +33,12 @@ file = "config/yosbr/config/luckperms/luckperms.conf"
hash = "1e324a30c0efe883cc65f2bb3bae1b02c01d7156533c43ff820c232a2a067e15" hash = "1e324a30c0efe883cc65f2bb3bae1b02c01d7156533c43ff820c232a2a067e15"
[[files]] [[files]]
file = "config/yosbr/config/oneworldfolder/oneworldfolder.json" file = "config/yosbr/config/starterkit/kits/Kickstart.txt"
hash = "00b2b137a2062ed20ab5b8953279ea415ba4fd9e7eac075e787ed58373860887" hash = "d85189d8739c9746adaa775e5188a7b89eea30fe06397483db9b8a9a3b543e05"
[[files]] [[files]]
file = "config/yosbr/config/vivecraft-client-config.json" file = "config/yosbr/config/vivecraft-client-config.json"
hash = "65ca79a55ddc49ea223704dc373af26ffe27d3661ebf6a1bc7d59600f8e351b9" hash = "4773df642faf7205259c06029127e82cfe360ec381cb2424aaa8077cae659312"
[[files]] [[files]]
file = "config/yosbr/mods/luckperms/yaml-storage/groups/admin.yml" file = "config/yosbr/mods/luckperms/yaml-storage/groups/admin.yml"
@ -50,7 +62,12 @@ hash = "20a4331ae3175651ff24265d8851f45e4e8b3cc580bafc175e12a6c141c6cd2b"
[[files]] [[files]]
file = "icon.png" file = "icon.png"
hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c" hash = "cc3d1cf3ff64c47c8032921a906c8e339675d04319fa22ef275cdadb2bd474a5"
[[files]]
file = "mods/accessories-cc-layer.pw.toml"
hash = "d2400d3ffbfa00248556511b23af5d19694d4042e0161820d392ce24ca41c969"
metafile = true
[[files]] [[files]]
file = "mods/accessories.pw.toml" file = "mods/accessories.pw.toml"
@ -83,13 +100,13 @@ hash = "c9aca350959a8936b054c7164fb55d789ab1e0d38cff2af48b78f70af2bc0c6d"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/bluemap.pw.toml" file = "mods/caelus.pw.toml"
hash = "f33a4720ef4f315b6d1f778039e9f7bdb8f5ef1b58a57d565c30fd1d8adee207" hash = "992b0dca9683f225fc774d779762d18a009f2d82b9d051e7c0b55a33a95d9238"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/cc-tweaked.pw.toml" file = "mods/cc-tweaked.pw.toml"
hash = "ce8d74915fb947fb51f57ffb89b4be3ea9fc794c806f76ff06db11cc9897c5b6" hash = "b8446771b0d1d228cbc3034ef75e81e4e07627c74368624664acdf4daa9fbfba"
metafile = true metafile = true
[[files]] [[files]]
@ -99,7 +116,12 @@ metafile = true
[[files]] [[files]]
file = "mods/collective.pw.toml" file = "mods/collective.pw.toml"
hash = "874f578662fd07d02038e7d31e475ed9e1bbda2be31d5067cba21440289e68d8" hash = "e94bd41a54a72723e283df0c6a870c7baef0fa38ee9099842470f9fd10fc7e70"
metafile = true
[[files]]
file = "mods/common-network.pw.toml"
hash = "8831fd4db9c71c69f67d53b54e9c7d2c30b0c05fc486b0c7ed9a7d3330ce0826"
metafile = true metafile = true
[[files]] [[files]]
@ -112,9 +134,39 @@ file = "mods/corgilib.pw.toml"
hash = "7f657c9071754b89ccfa3b138c33e73fb8414384b6c442396a951a6ad97e4956" hash = "7f657c9071754b89ccfa3b138c33e73fb8414384b6c442396a951a6ad97e4956"
metafile = true metafile = true
[[files]]
file = "mods/create-encased.pw.toml"
hash = "8d65f66e5409268caa28eb47eba2c0e2741c0b180998e4c9b3ce947d51b7ea86"
metafile = true
[[files]]
file = "mods/create-renewable-brass.pw.toml"
hash = "6da202f121d90a60e3c428eff33f38cde6ae36e8b97ebf16579d3ec69272ceb0"
metafile = true
[[files]]
file = "mods/create-renewable-diamonds.pw.toml"
hash = "35c461171edd7c253e9cfb2489ad33ccac5343a541ac5302f510084ba693040e"
metafile = true
[[files]]
file = "mods/create-renewable-netherite.pw.toml"
hash = "a415fb5b85a7de4ae22d4c75fe7ad4f3528171d0564b9f49245101b11813439a"
metafile = true
[[files]]
file = "mods/create-stones.pw.toml"
hash = "f131ebc6dcb9b5e6c340c2569bf6d4341daa65aa0af5667e88adf03768dfee01"
metafile = true
[[files]]
file = "mods/create-unlimited.pw.toml"
hash = "9fd0e68e8b141f38cd79a7e0d8b6eefb5aeb318e6dcd3448721a9ecfa81cea0c"
metafile = true
[[files]] [[files]]
file = "mods/create.pw.toml" file = "mods/create.pw.toml"
hash = "ff71b3c719839b4b01cbc6d247b96fbd4902ae472b8439071f1c8c3e2721b17f" hash = "22cbffc716babfbb34155fcfd8cfc6ffb94efd67a67607e6d1ef9b02f7484fe2"
metafile = true metafile = true
[[files]] [[files]]
@ -122,6 +174,11 @@ file = "mods/custom-player-models.pw.toml"
hash = "ce4b995e0fd36ae1725e1121561a447358d818e1db3172d78999da042d31ba1d" hash = "ce4b995e0fd36ae1725e1121561a447358d818e1db3172d78999da042d31ba1d"
metafile = true metafile = true
[[files]]
file = "mods/custom-portal-api-reforged.pw.toml"
hash = "3b0b9974f159e889b82a6d6f0da9d2123caa11fac93fa93a5d58e1f3757cc486"
metafile = true
[[files]] [[files]]
file = "mods/emi.pw.toml" file = "mods/emi.pw.toml"
hash = "f98bb58144f3b207bc5ebc99d898e1c2557924e27f403e670f491f5ec7d72863" hash = "f98bb58144f3b207bc5ebc99d898e1c2557924e27f403e670f491f5ec7d72863"
@ -137,9 +194,14 @@ file = "mods/geckolib.pw.toml"
hash = "97df06d07cba2990d9b252fb7ef701f5f57b3473fe5ade2b10f39829bb0e3f34" hash = "97df06d07cba2990d9b252fb7ef701f5f57b3473fe5ade2b10f39829bb0e3f34"
metafile = true metafile = true
[[files]]
file = "mods/icarus.pw.toml"
hash = "19e2d53f4bd7abed2be25edd3af43113a281344fa2a4fc3d5326f3902f7ba9b8"
metafile = true
[[files]] [[files]]
file = "mods/immediatelyfast.pw.toml" file = "mods/immediatelyfast.pw.toml"
hash = "4c6d9e09a9cb4dbd1cae6a962da9a5838eab21a3cf8514784359d6ae0dc13199" hash = "32ae660626d91a73a70a83d6c5be17fbb0b42e4f7e9bee694c5ee674aef97cd8"
metafile = true metafile = true
[[files]] [[files]]
@ -172,11 +234,21 @@ file = "mods/kotlin-for-forge.pw.toml"
hash = "0033c5a00c46d5d7b6cf77b19fa76ce5c78a613f3128dcadb3588fa5841ae489" hash = "0033c5a00c46d5d7b6cf77b19fa76ce5c78a613f3128dcadb3588fa5841ae489"
metafile = true metafile = true
[[files]]
file = "mods/kube-utils.pw.toml"
hash = "b4109878dd19a95b4ba19cdfd5b300d1ec6af56b4d8a3c7199e97c3448e83eb1"
metafile = true
[[files]] [[files]]
file = "mods/kubejs.pw.toml" file = "mods/kubejs.pw.toml"
hash = "eba62fcfbe8678c035ef239481af4f01b21b33d198f8bf7467726e02bf37f845" hash = "eba62fcfbe8678c035ef239481af4f01b21b33d198f8bf7467726e02bf37f845"
metafile = true metafile = true
[[files]]
file = "mods/lootr.pw.toml"
hash = "51b85f6d9555f015aa4e0bc073ab523199b6df35e325077bcf14fd60ba84a513"
metafile = true
[[files]] [[files]]
file = "mods/luckperms.pw.toml" file = "mods/luckperms.pw.toml"
hash = "91e6a0e562023e927ca1c56bdfd5df673609cac23528f768a83afe3674cdd0c0" hash = "91e6a0e562023e927ca1c56bdfd5df673609cac23528f768a83afe3674cdd0c0"
@ -204,12 +276,12 @@ metafile = true
[[files]] [[files]]
file = "mods/oh-the-biomes-weve-gone.pw.toml" file = "mods/oh-the-biomes-weve-gone.pw.toml"
hash = "d0d056a0e63813a3febd45c204e7658d591074d10d5badb38c317083701fa5f8" hash = "6bf7f5bcc4063d09b3295093802dd441c01e26cc4e29857eea1dbb729a4acfea"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/oh-the-trees-youll-grow.pw.toml" file = "mods/oh-the-trees-youll-grow.pw.toml"
hash = "49fbca2ac6ef217c23ac8556e761c0af0995f901482506aeed406f96349522c6" hash = "c3896538e796d26f4ce372b6bf4bc5c77728e19e54828e957d8b3525ff710afc"
metafile = true metafile = true
[[files]] [[files]]
@ -232,6 +304,11 @@ file = "mods/paxi.pw.toml"
hash = "74d96b4361faf4457a439bcc2a1656625a22dfc656164091e89a3ba676880867" hash = "74d96b4361faf4457a439bcc2a1656625a22dfc656164091e89a3ba676880867"
metafile = true metafile = true
[[files]]
file = "mods/portaljs.pw.toml"
hash = "dd07c9fdeecca878ac97071b0467768a2fc8a89c44ee57a00ba463e3dbe6b29a"
metafile = true
[[files]] [[files]]
file = "mods/raised.pw.toml" file = "mods/raised.pw.toml"
hash = "e1a8901cb576171c4795431ef8cd8488d4d14f2329a94b09f48a05a0d249297d" hash = "e1a8901cb576171c4795431ef8cd8488d4d14f2329a94b09f48a05a0d249297d"
@ -242,9 +319,19 @@ file = "mods/reeses-sodium-options.pw.toml"
hash = "09306b955060349986ccf6a6d2a67f1e019fa172a7dc690dd6007f81c966309a" hash = "09306b955060349986ccf6a6d2a67f1e019fa172a7dc690dd6007f81c966309a"
metafile = true metafile = true
[[files]]
file = "mods/renderjs.pw.toml"
hash = "284c0c6ec11f386fa0d52159ad4836fd1769dfc0659c9363897703a1aa45c0f2"
metafile = true
[[files]]
file = "mods/resourceful-config.pw.toml"
hash = "b954467adc6c354b2f56390a2d993f1c6815e5032ba264cd2b59c08685d4fb60"
metafile = true
[[files]] [[files]]
file = "mods/resourcify.pw.toml" file = "mods/resourcify.pw.toml"
hash = "c5856f1225bd85cc7ee1020a916e6ca23cb12e94e23bd230e3401ec287ba6ee0" hash = "d525f4f3a1bc9358a21159f335989da1d467dd75eccb9fdb14263aec6366ed53"
metafile = true metafile = true
[[files]] [[files]]
@ -257,11 +344,21 @@ file = "mods/scribble.pw.toml"
hash = "3ad87fbb20108d7aa5c89759f64d6695e5ec68553f32976f0710bd0a4d34d85b" hash = "3ad87fbb20108d7aa5c89759f64d6695e5ec68553f32976f0710bd0a4d34d85b"
metafile = true metafile = true
[[files]]
file = "mods/scriptor-magicae.pw.toml"
hash = "018f10f819ee88fa9c6ced0e3ba64a3cbf9bb15b889e4b4c3f4ba50ddda0ce9a"
metafile = true
[[files]] [[files]]
file = "mods/security-craft.pw.toml" file = "mods/security-craft.pw.toml"
hash = "237556d84d214b893e9e4758b303d0c2cec0680bc0692d829cfbd9becec1d578" hash = "237556d84d214b893e9e4758b303d0c2cec0680bc0692d829cfbd9becec1d578"
metafile = true metafile = true
[[files]]
file = "mods/simple-backups.pw.toml"
hash = "a5fc2f19cc07797ef5a16a73b0e8cfc7911c6279fcf4b65657aa95aa80767591"
metafile = true
[[files]] [[files]]
file = "mods/simple-menu.pw.toml" file = "mods/simple-menu.pw.toml"
hash = "713745235a8e71c9d9ed781148e57055e653fd453215a8a0af9006993d412a81" hash = "713745235a8e71c9d9ed781148e57055e653fd453215a8a0af9006993d412a81"
@ -297,6 +394,11 @@ file = "mods/spark.pw.toml"
hash = "593fa7b30ab016aa45be07bd6bef3a9f160ed0f24689850d60bf84995d69b843" hash = "593fa7b30ab016aa45be07bd6bef3a9f160ed0f24689850d60bf84995d69b843"
metafile = true metafile = true
[[files]]
file = "mods/sparkweave.pw.toml"
hash = "4c9581b2bd39cbe9252fa8d5f4958a2f6708d4e7d46d485b63f42f5fa4d9d3c9"
metafile = true
[[files]] [[files]]
file = "mods/starter-kit.pw.toml" file = "mods/starter-kit.pw.toml"
hash = "97380b4a75e63fadd64a671c11e72c1b2ade23ed54625a55f91266d4f3389dcb" hash = "97380b4a75e63fadd64a671c11e72c1b2ade23ed54625a55f91266d4f3389dcb"
@ -324,7 +426,7 @@ metafile = true
[[files]] [[files]]
file = "mods/vivecraft-compat.pw.toml" file = "mods/vivecraft-compat.pw.toml"
hash = "91efac5abe4a019b2d98eba811d6799658f0b65550441d3ba3762813303897ef" hash = "e3f1422a0a9a9463b6b2f00ef86b84ad4703f96874e975e54249a6c1b2224181"
metafile = true metafile = true
[[files]] [[files]]
@ -349,12 +451,12 @@ metafile = true
[[files]] [[files]]
file = "mods/yungs-api.pw.toml" file = "mods/yungs-api.pw.toml"
hash = "0df3146d35a0d29e2a7011aa4cd1c1233b1151edc13ff723af04e71458c8ea03" hash = "d987d3a1b3c54d02c10d69b80903ceb9082a8e120817fa3d36a29422edfa7e02"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/yungs-better-desert-temples.pw.toml" file = "mods/yungs-better-desert-temples.pw.toml"
hash = "cb8dafb894f054f87041738ca31c7ce8e63a487568a008ac3a40bd6c05e74e32" hash = "dce620469f4a7d3efdc43e522da0825b1fcceef66265753952d653563fa8081e"
metafile = true metafile = true
[[files]] [[files]]
@ -379,7 +481,7 @@ metafile = true
[[files]] [[files]]
file = "mods/yungs-better-nether-fortresses.pw.toml" file = "mods/yungs-better-nether-fortresses.pw.toml"
hash = "19b478dba95d57f5e5c22958175e212368eae5c3eead77d2b258b64cceb0358c" hash = "ec55d198f4bf6e8252bc31e014a8a84b567fad8667c30b0d9a93ba7039bf78ca"
metafile = true metafile = true
[[files]] [[files]]
@ -389,7 +491,7 @@ metafile = true
[[files]] [[files]]
file = "mods/yungs-better-strongholds.pw.toml" file = "mods/yungs-better-strongholds.pw.toml"
hash = "e223aea35b4bbe85f44e70be45c4fe9892d3729d27f61e5f6461c0a40612ed12" hash = "1a33e6d64e88ad59b65d126c6457d582e62724167349ea184eb237435298985e"
metafile = true metafile = true
[[files]] [[files]]

View file

@ -0,0 +1,13 @@
name = "Curios Compat Layer for Accessories"
filename = "accessories_cclayer-9.2.2-beta.24+1.21.1-neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/izkDUlrJ/versions/PxcOOfvx/accessories_cclayer-9.2.2-beta.24%2B1.21.1-neoforge.jar"
hash-format = "sha512"
hash = "3f85507f36cc7a80bea2d006c91637a8e6e6ef074f267ddf171da46aeb079c4229dfc518c669139708834c2e5ca99dd5c7b467a8ccf6936f81b03cc47a9b89ac"
[update]
[update.modrinth]
mod-id = "izkDUlrJ"
version = "PxcOOfvx"

View file

@ -1,13 +0,0 @@
name = "BlueMap"
filename = "bluemap-5.7-neoforge.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/swbUV1cr/versions/8iJcPOHJ/bluemap-5.7-neoforge.jar"
hash-format = "sha512"
hash = "7332afbcd2389f846e2142a0937a85aec1a7c90b02876d396c701bdaccae529ef918adadca7c5e472b2f0fce2e7a614f1832f1579f310de8a4ba9b0a97114335"
[update]
[update.modrinth]
mod-id = "swbUV1cr"
version = "8iJcPOHJ"

View file

@ -0,0 +1,13 @@
name = "Caelus API"
filename = "caelus-neoforge-7.0.1+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/40FYwb4z/versions/KsfI4QsR/caelus-neoforge-7.0.1%2B1.21.1.jar"
hash-format = "sha512"
hash = "3763f95304ade2bacb217828c74eeef7905a114f71d41537d56121af58c182c2685467a5afb7e03ddb3997ec3d7496bdfdf71a9946a9f33e3470393e7a13306d"
[update]
[update.modrinth]
mod-id = "40FYwb4z"
version = "KsfI4QsR"

View file

@ -1,13 +1,13 @@
name = "CC: Tweaked" name = "CC: Tweaked"
filename = "cc-tweaked-1.21.1-forge-1.115.0.jar" filename = "cc-tweaked-1.21.1-forge-1.115.1.jar"
side = "both" side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/wXE3hsMq/cc-tweaked-1.21.1-forge-1.115.0.jar" url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/h6qYZ1UT/cc-tweaked-1.21.1-forge-1.115.1.jar"
hash-format = "sha512" hash-format = "sha512"
hash = "71597fc604b1b17b205422edda3cffb12eee8c49a945d6dcfad3b78d662816c5900431ac6999035a4035c3e5b86f12dc092ef38d7123e390cea93bf7fca633d3" hash = "a9580e569243592448955fa9f65e96b0efe7275df62b0c49e8fd9cf6c07546ea006a00a6c0aa30bb4e7d441cc0a3b79607388c1dab1efad45afec5bf4a9a48b7"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "gu7yAYhd" mod-id = "gu7yAYhd"
version = "wXE3hsMq" version = "h6qYZ1UT"

View file

@ -1,13 +1,13 @@
name = "Collective" name = "Collective"
filename = "collective-1.21.1-7.93.jar" filename = "collective-1.21.1-7.94.jar"
side = "both" side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/XglaW5sN/collective-1.21.1-7.93.jar" url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/T4M8TBiR/collective-1.21.1-7.94.jar"
hash-format = "sha512" hash-format = "sha512"
hash = "dcde662197324d558c0e9354daad58783dbe8f8b7f786fe1484e0c747a818bb50cab8ca808e765aa76fa3eae1bff31eaf4ba6b3685adfa2389463d490bc4f46b" hash = "d3c1965357a7bacb5bb9de75c384bfe8e1df12231497988ba6a8d6c6b6eab0ddd5e5fe03cc306456a6f3846fc769743c448a1992ffa28d79b4cffcfb9138787c"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "e0M1UDsY" mod-id = "e0M1UDsY"
version = "XglaW5sN" version = "T4M8TBiR"

View file

@ -0,0 +1,13 @@
name = "Common Network"
filename = "common-networking-neoforge-1.0.18-1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/HIuqnQpi/versions/QYLtKTFr/common-networking-neoforge-1.0.18-1.21.1.jar"
hash-format = "sha512"
hash = "2bbe69b81d7e480bb248c43622b32b7c231f5b87996aaeffee86deba830af729e71461238f4605b69c78234ffa8beb33abe05d4a271ea5cd485ad958b472950b"
[update]
[update.modrinth]
mod-id = "HIuqnQpi"
version = "QYLtKTFr"

View file

@ -0,0 +1,13 @@
name = "Create Encased"
filename = "Create Encased-1.21.1-1.7.0-fix1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hSSqdyU1/versions/QExImWNo/Create%20Encased-1.21.1-1.7.0-fix1.jar"
hash-format = "sha512"
hash = "1e91e0febff84c8aa94e1a910eb9177b18759bb7837a8d89dd0ec725c8f20928b477829f3d8ce3e600a8ac64c48cccce6e153b34d16b7928daefa76cb388b95c"
[update]
[update.modrinth]
mod-id = "hSSqdyU1"
version = "QExImWNo"

View file

@ -0,0 +1,13 @@
name = "Create: Renewable Brass"
filename = "create-renewable-brass-1.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/AqQzrKJo/versions/7r2h7KxQ/create-renewable-brass-1.0.1.jar"
hash-format = "sha512"
hash = "efedb3a4ce38bcb3baa2d9e5f87a6c538b5c7116bbe3a075e74bb9dde39a6424927e4bace3bc1938a48a06401999f0a44f31bcd7761d580b01018fb7eb5ae07b"
[update]
[update.modrinth]
mod-id = "AqQzrKJo"
version = "7r2h7KxQ"

View file

@ -0,0 +1,13 @@
name = "Create: Renewable Diamonds"
filename = "create-renewable-diamonds-1.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/IxTis4hc/versions/uH5X2jQp/create-renewable-diamonds-1.0.0.jar"
hash-format = "sha512"
hash = "25188f0d2ae8ef3d1fa078b2f832cb3a37d37fc82e2ac7b71ed29cace5207a086da936f61fc9e5cd6009568b8b07d8e66b5038ffc971d992ee5951417ba35b92"
[update]
[update.modrinth]
mod-id = "IxTis4hc"
version = "uH5X2jQp"

View file

@ -0,0 +1,13 @@
name = "Create: Renewable Netherite"
filename = "create-renewable-netherite-2.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nGq1sdd2/versions/rDx0fd71/create-renewable-netherite-2.0.0.jar"
hash-format = "sha512"
hash = "6c455e99d493723f3a68eb739e5352f1ca0253139b29891963ba1b908e91c9e48ebb05361da1ccfba9daabf28bfb986ca0fefcde9addd062b30cc076f49864eb"
[update]
[update.modrinth]
mod-id = "nGq1sdd2"
version = "rDx0fd71"

View file

@ -0,0 +1,13 @@
name = "Create: Stones"
filename = "create-stones-2.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/KKlx33Ch/versions/5nrUa9uw/create-stones-2.0.0.jar"
hash-format = "sha512"
hash = "588784d0f4cb0e3086058561da468ca911197d4ccba0b9acdbee878035b779d1c15e468bc00fe0e0f10a1c637e6ae4db61efa7b1ae03649ed7e1a709fa2b63b3"
[update]
[update.modrinth]
mod-id = "KKlx33Ch"
version = "5nrUa9uw"

View file

@ -0,0 +1,13 @@
name = "Create Unlimited"
filename = "createunlimited-0.7.0-beta.1.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/jyG2CDff/versions/Cx42mCfL/createunlimited-0.7.0-beta.1.jar"
hash-format = "sha512"
hash = "45a5145df30c43328a6e4217f5b170c52b00b81a698f91fa131652acf6506cf8222f65b6f625a9893de3911e9779bc4ba5e0643a8b9427549cc6daf9eb3d24aa"
[update]
[update.modrinth]
mod-id = "jyG2CDff"
version = "Cx42mCfL"

View file

@ -1,13 +1,13 @@
name = "Create" name = "Create"
filename = "create-1.21.1-6.0.0.jar" filename = "create-1.21.1-6.0.2.jar"
side = "both" side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/LNytGWDc/versions/NEb0yK69/create-1.21.1-6.0.0.jar" url = "https://cdn.modrinth.com/data/LNytGWDc/versions/N367NzaZ/create-1.21.1-6.0.2.jar"
hash-format = "sha512" hash-format = "sha512"
hash = "be04d2987b7b6affd6b6e07d68a54be2e6a4d2e04eba5a4fcf18723cc726f70d89588d6d03bcac2c508c8fed64e5264858ebe66918ebe9101af58401bc1f5be7" hash = "28e17ada25a918da61146c61e307605a09bd82be94b689e7b686ecccc36c45259cf6742dd181a6c7d2ae92315aabe74a0cd32c81f8753f97b49a83ed272a8a49"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "LNytGWDc" mod-id = "LNytGWDc"
version = "NEb0yK69" version = "N367NzaZ"

View file

@ -0,0 +1,13 @@
name = "Custom Portal API Reforged"
filename = "cpapireforged-neo-1.21.1-1.0.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/VepYPOdy/versions/4BUxmAat/cpapireforged-neo-1.21.1-1.0.11.jar"
hash-format = "sha512"
hash = "c091669424b057b96e2212cb77d762e023b021c1fd4436991ff1006a8f627c69e1e490cb86d87abd20583192750991665172aae3d96113241c29339635721391"
[update]
[update.modrinth]
mod-id = "VepYPOdy"
version = "4BUxmAat"

View file

@ -0,0 +1,13 @@
name = "Icarus"
filename = "Icarus-NeoForge-4.5.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Dw7M6XKW/versions/3vQNzwIW/Icarus-NeoForge-4.5.0.jar"
hash-format = "sha512"
hash = "247228f082bbadc01c977eb94e103bd2b5de61e0b41101520fca7aa7cfb780e01da009df641ccda53f03bb9c61d20c3d2da732b6ac9500c8bda8194edd46b9a1"
[update]
[update.modrinth]
mod-id = "Dw7M6XKW"
version = "3vQNzwIW"

View file

@ -1,13 +1,13 @@
name = "ImmediatelyFast" name = "ImmediatelyFast"
filename = "ImmediatelyFast-NeoForge-1.3.5+1.21.1.jar" filename = "ImmediatelyFast-NeoForge-1.6.0+1.21.1.jar"
side = "client" side = "client"
[download] [download]
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/tQw4QnHI/ImmediatelyFast-NeoForge-1.3.5%2B1.21.1.jar" url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/cNeyFzTb/ImmediatelyFast-NeoForge-1.6.0%2B1.21.1.jar"
hash-format = "sha512" hash-format = "sha512"
hash = "3fee118c9f19ee90708ed27fab56da1fba3795e2859e8d403897389c4948d9e589ac013d5577768b9a1b614ac3e1239bce2b8a90fbff7952973549439caaecd7" hash = "c5d936620abfeedc9a693c853c7a80195581b0d59fe671b20b6b5245e79ec22b06b29c1e9fddd94c0e63d6abfb9c8222c9ec5ae3e69fc6e5cedb62f686381b73"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "5ZwdcRci" mod-id = "5ZwdcRci"
version = "tQw4QnHI" version = "cNeyFzTb"

View file

@ -0,0 +1,13 @@
name = "Kube Utils"
filename = "kube-utils-21.1.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/JHdL51WR/versions/QRzhw42E/kube-utils-21.1.1.jar"
hash-format = "sha512"
hash = "566c1eb9dc3f18e0bbc3207a85f0950e81c4331172e02ebe18448dab2edce12a8b7e5b520537d196abefbd1c6324c9e866e0ea7ade624227f5bfab0756d75833"
[update]
[update.modrinth]
mod-id = "JHdL51WR"
version = "QRzhw42E"

View file

@ -0,0 +1,13 @@
name = "Lootr"
filename = "lootr-neoforge-1.21-1.10.35.89.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/EltpO5cN/versions/krx35dPx/lootr-neoforge-1.21-1.10.35.89.jar"
hash-format = "sha512"
hash = "d10e61dc151e773055fd1c71f79bf7817d19c9b8c150f35ff3c62b87fd72d3cd8bb4dc7a0e084ee0b362e420a3def19e8879d784e8d42dcf2201611f45f5e02f"
[update]
[update.modrinth]
mod-id = "EltpO5cN"
version = "krx35dPx"

View file

@ -1,13 +1,13 @@
name = "Oh The Biomes We've Gone" name = "Oh The Biomes We've Gone"
filename = "Oh-The-Biomes-Weve-Gone-NeoForge-2.3.7.jar" filename = "Oh-The-Biomes-Weve-Gone-NeoForge-2.3.8.jar"
side = "both" side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/4sZMRr9e/Oh-The-Biomes-Weve-Gone-NeoForge-2.3.7.jar" url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/d9PksrfG/Oh-The-Biomes-Weve-Gone-NeoForge-2.3.8.jar"
hash-format = "sha512" hash-format = "sha512"
hash = "52661a19d15bfc212a00d0b34ec3058a2980b57297d14c3f0d9cbb9f30a4ae79e20dc60f69432f01b475192627c346d1bf908c3a76dad0edde828132ef29fdf8" hash = "e99ec3b14f0bdb5ba350f655bb04d660df7a2d6b6437168c756d644e6daba7aae04290b73c6de9cef6f097f75f37b04d0783e4848f2ef9bf50e47c61433b511b"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "NTi7d3Xc" mod-id = "NTi7d3Xc"
version = "4sZMRr9e" version = "d9PksrfG"

View file

@ -1,6 +1,6 @@
name = "Oh The Trees You'll Grow" name = "Oh The Trees You'll Grow"
filename = "Oh-The-Trees-Youll-Grow-neoforge-1.21.1-5.0.6.jar" filename = "Oh-The-Trees-Youll-Grow-neoforge-1.21.1-5.0.6.jar"
side = "server" side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/g8NOG5OR/versions/5kWMNgNH/Oh-The-Trees-Youll-Grow-neoforge-1.21.1-5.0.6.jar" url = "https://cdn.modrinth.com/data/g8NOG5OR/versions/5kWMNgNH/Oh-The-Trees-Youll-Grow-neoforge-1.21.1-5.0.6.jar"

View file

@ -0,0 +1,13 @@
name = "PortalJS"
filename = "portaljs-1.21.1-1.1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qgrvoFmg/versions/yI29PnLI/portaljs-1.21.1-1.1.0.jar"
hash-format = "sha512"
hash = "cc12af343446e42b40f66fd6e0bc7b93b5e756fcbd76aaaab8634df200a0c57f1af6db1b41ccce52919d0046ef687d77c38d7bec2902b89a881a46e050e77635"
[update]
[update.modrinth]
mod-id = "qgrvoFmg"
version = "yI29PnLI"

View file

@ -0,0 +1,13 @@
name = "Renderjs"
filename = "Renderjs-neoforge1.21-20240928.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/8iJQHAl1/versions/uAAoyETW/Renderjs-neoforge1.21-20240928.jar"
hash-format = "sha512"
hash = "0ed582b9e1abb07edf4f103883dee442022b2df22229b7adc739d5435763e99063f991d7eb3fc6c92fa9b1df3171297428f79bb625b7d48652c7d954e1cba55c"
[update]
[update.modrinth]
mod-id = "8iJQHAl1"
version = "uAAoyETW"

View file

@ -0,0 +1,13 @@
name = "Resourceful Config"
filename = "resourcefulconfig-neoforge-1.21-3.0.9.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/M1953qlQ/versions/ApjlhBC4/resourcefulconfig-neoforge-1.21-3.0.9.jar"
hash-format = "sha512"
hash = "2015786af1887f6926bcf2720cebee3b3368c6b5f0fb03c59681ddcf1609041ed5a61b8060e3ee7d460696ae15e863d92b06b007c0b7eb7920454507b31f5e1b"
[update]
[update.modrinth]
mod-id = "M1953qlQ"
version = "ApjlhBC4"

View file

@ -1,13 +1,13 @@
name = "Resourcify" name = "Resourcify"
filename = "Resourcify (1.21.1-neoforge)-1.7.0.jar" filename = "Resourcify (1.21.1-neoforge)-1.7.1.jar"
side = "client" side = "client"
[download] [download]
url = "https://cdn.modrinth.com/data/RLzHAoZe/versions/3He5dVwH/Resourcify%20%281.21.1-neoforge%29-1.7.0.jar" url = "https://cdn.modrinth.com/data/RLzHAoZe/versions/MbiJIOrq/Resourcify%20%281.21.1-neoforge%29-1.7.1.jar"
hash-format = "sha512" hash-format = "sha512"
hash = "d825bd4f1ebc3ad1ebeba5731beec0a128c20164862bbf5e8a9b5ab091c639c456f6be28cf7c07e69d6c896bc23e95c7376bd0c14280f851843d192dab3028a3" hash = "83bccca9aa4b926b8868ec3dc044b03c60569b8cbe99af328c2ba67ac3d86520bd646c5fed7afc18689d65065c8dc634658c818669593cbb2c9c05b98d9b3083"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "RLzHAoZe" mod-id = "RLzHAoZe"
version = "3He5dVwH" version = "MbiJIOrq"

View file

@ -0,0 +1,13 @@
name = "Scriptor Magicae"
filename = "scriptor-neoforge-1.4.0-sgd.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/JyJgaOrk/versions/QJJQ2je4/scriptor-neoforge-1.4.0-sgd.jar"
hash-format = "sha512"
hash = "fb5a9e89ba3e4f81f13ff5f4ebcfe59921a6f2cb5ac0315e486a842be5f956bbb16b87bb53c25731c4dfd3262c886d3cc09a44d9f6cdb3261a85824660050c82"
[update]
[update.modrinth]
mod-id = "JyJgaOrk"
version = "QJJQ2je4"

View file

@ -0,0 +1,13 @@
name = "Simple Backups"
filename = "SimpleBackups-1.21-4.0.8.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fzSKSXVK/versions/3vkhkRW7/SimpleBackups-1.21-4.0.8.jar"
hash-format = "sha512"
hash = "4b18adaae14ee92296e0d612210a278f1dd333c34251a4a53593d1be884b9ac28a59ff2cdefafeacd49edc449ea13d0561f9995c04aea06af41bde4d3715ed0f"
[update]
[update.modrinth]
mod-id = "fzSKSXVK"
version = "3vkhkRW7"

View file

@ -0,0 +1,13 @@
name = "Sparkweave Engine"
filename = "Sparkweave-NeoForge-0.508.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nf68xfAw/versions/onNXYwO1/Sparkweave-NeoForge-0.508.1.jar"
hash-format = "sha512"
hash = "07cb1d95d5dfa6d2fbfdfceee75339ee548958d7842f5c9036203344b92502854673c7f5f521af31474830cc41621222124b80eaa89f8090be6c7b318cdefdc1"
[update]
[update.modrinth]
mod-id = "nf68xfAw"
version = "onNXYwO1"

View file

@ -1,13 +1,13 @@
name = "ViveCraft Compat" name = "ViveCraft Compat"
filename = "vivecraftcompat-1.21-1.4.3.jar" filename = "vivecraftcompat-1.21-1.5.0.jar"
side = "client" side = "client"
[download] [download]
url = "https://cdn.modrinth.com/data/xnSuzkaS/versions/XUifXaMZ/vivecraftcompat-1.21-1.4.3.jar" url = "https://cdn.modrinth.com/data/xnSuzkaS/versions/sCDvAGib/vivecraftcompat-1.21-1.5.0.jar"
hash-format = "sha512" hash-format = "sha512"
hash = "70e34c8bddf41d23842d0061197a2aa183ab5b16ab5f10c599d91a9dd6b457e6601b2bb62b6eca87ec4415bccde60d71b4413b53d2a6589c3c340255b1705ca2" hash = "0d4aa518572350cc5eeaa77fb6def5148de4eedc6ad373154abdda61d5b42065f78f88c3cd3363e12621d6707c6f0da18744c924e7df5c408ef40baa6e5dc42e"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "xnSuzkaS" mod-id = "xnSuzkaS"
version = "XUifXaMZ" version = "sCDvAGib"

View file

@ -1,13 +1,13 @@
name = "YUNG's API" name = "YUNG's API"
filename = "YungsApi-1.21.1-NeoForge-5.1.3.jar" filename = "YungsApi-1.21.1-NeoForge-5.1.4.jar"
side = "both" side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/MoMQNZ94/YungsApi-1.21.1-NeoForge-5.1.3.jar" url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/x20IZIXE/YungsApi-1.21.1-NeoForge-5.1.4.jar"
hash-format = "sha512" hash-format = "sha512"
hash = "0c7323c49ec9a2d91cdeabbd053de1654c0ecfa5b216a487116e39e43d0ff203f31e1239f0ef30910bf20a6d0fcbae16e27e9503514c4f5906c068a942f3abf6" hash = "8c687d620a1654357c9ce45d11c3cb3ffd75a54ceb2ee50e849a4cc07e782c9bb8bae519077c24869b5556c5c409daf309dd8bce61da04dcc4c671aa90ba99e1"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "Ua7DFN59" mod-id = "Ua7DFN59"
version = "MoMQNZ94" version = "x20IZIXE"

View file

@ -1,13 +1,13 @@
name = "YUNG's Better Desert Temples" name = "YUNG's Better Desert Temples"
filename = "YungsBetterDesertTemples-1.21.1-NeoForge-4.1.3.jar" filename = "YungsBetterDesertTemples-1.21.1-NeoForge-4.1.4.jar"
side = "server" side = "server"
[download] [download]
url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/3J7rwhqh/YungsBetterDesertTemples-1.21.1-NeoForge-4.1.3.jar" url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/n3dqXFGK/YungsBetterDesertTemples-1.21.1-NeoForge-4.1.4.jar"
hash-format = "sha512" hash-format = "sha512"
hash = "1d0f460cbc0b98bfaeb612f0370aa6936944d5263ca1664c71aee00577b22cc0b4145c007cbe10e9a9db357f83d01cc95fb021a2640ec5b1e3c43de9c8a9ac0d" hash = "88bfd23344404e34c3c34616f11bf09ae55ea121d4a20fec42b462d827d864719990e2016112ff337887ed29d49e6ca7aa497490897774712fe1f8e2e3d07c30"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "XNlO7sBv" mod-id = "XNlO7sBv"
version = "3J7rwhqh" version = "n3dqXFGK"

View file

@ -1,13 +1,13 @@
name = "YUNG's Better Nether Fortresses" name = "YUNG's Better Nether Fortresses"
filename = "YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.3.jar" filename = "YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.4.jar"
side = "server" side = "server"
[download] [download]
url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/JXvA28QW/YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.3.jar" url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/oNRbcwIE/YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.4.jar"
hash-format = "sha512" hash-format = "sha512"
hash = "ab193b042742ee16dcc1b0b152585ad5b6d24b5e8f21e615912491ea6ef25bbcd83b696292225da9868d4452bbae6675920e8f9832fbbecf2d5ede6883a1fe07" hash = "6741fa2810b1f11e875e538752cf5c68682ba015254fce3a33bd6262895a56efb2c5725b9df92ee9f028539a807839105b202e3658b51801d72029f995109bfd"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "Z2mXHnxP" mod-id = "Z2mXHnxP"
version = "JXvA28QW" version = "oNRbcwIE"

View file

@ -1,13 +1,13 @@
name = "YUNG's Better Strongholds" name = "YUNG's Better Strongholds"
filename = "YungsBetterStrongholds-1.21.1-NeoForge-5.1.2.jar" filename = "YungsBetterStrongholds-1.21.1-NeoForge-5.1.3.jar"
side = "server" side = "server"
[download] [download]
url = "https://cdn.modrinth.com/data/kidLKymU/versions/Vq5mh4Ot/YungsBetterStrongholds-1.21.1-NeoForge-5.1.2.jar" url = "https://cdn.modrinth.com/data/kidLKymU/versions/8U0dIfSM/YungsBetterStrongholds-1.21.1-NeoForge-5.1.3.jar"
hash-format = "sha512" hash-format = "sha512"
hash = "c2f27305c4847ea20456ae0aae716ec592c7a46f1dbdfca58698135b30ff3faf731643f5aaf9eb4107bf7ccacdc2e2c5716631a5823b6f7ffbf74f0f115eb1eb" hash = "385d67e07f2c67af5ea387d92d92949d8f671e8f99204457b6396dbe987ac3b14c2bff765df5fcbaa68016604f82a1fc6ec5a69c012ca22ad088d1a7c9bc135d"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "kidLKymU" mod-id = "kidLKymU"
version = "Vq5mh4Ot" version = "8U0dIfSM"

View file

@ -6,11 +6,11 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "e081008b81c62a334f0989154b35a5edd37c90f0920cf4b0361282db833cf4b6" hash = "c47b201cb017d26e05ebe3042611ff3b2b1ab0f9e020e9a7b5c57029665601a7"
[versions] [versions]
minecraft = "1.21.1" minecraft = "1.21.1"
neoforge = "21.1.119" neoforge = "21.1.125"
[options] [options]
acceptable-game-versions = ["1.21", "1.21.1"] acceptable-game-versions = ["1.21", "1.21.1"]

View file

@ -9,6 +9,7 @@
- [Iris Shaders](https://modrinth.com/mod/YL57xq9U) - [Iris Shaders](https://modrinth.com/mod/YL57xq9U)
- [Raised](https://modrinth.com/mod/nCQRBEiR) - [Raised](https://modrinth.com/mod/nCQRBEiR)
- [Reese's Sodium Options](https://modrinth.com/mod/Bh37bMuy) - [Reese's Sodium Options](https://modrinth.com/mod/Bh37bMuy)
- [Renderjs](https://modrinth.com/mod/8iJQHAl1)
- [Resourcify](https://modrinth.com/mod/RLzHAoZe) - [Resourcify](https://modrinth.com/mod/RLzHAoZe)
- [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)
@ -20,37 +21,55 @@
## Shared Mods ## Shared Mods
- [Curios Compat Layer for Accessories](https://modrinth.com/mod/izkDUlrJ)
- [Accessories](https://modrinth.com/mod/jtmvUHXj) - [Accessories](https://modrinth.com/mod/jtmvUHXj)
- [Adorn](https://modrinth.com/mod/E6FUtRJh) - [Adorn](https://modrinth.com/mod/E6FUtRJh)
- [Advanced Peripherals](https://modrinth.com/mod/SOw6jD6x) - [Advanced Peripherals](https://modrinth.com/mod/SOw6jD6x)
- [Architectury API](https://modrinth.com/mod/lhGA9TYQ) - [Architectury API](https://modrinth.com/mod/lhGA9TYQ)
- [Caelus API](https://modrinth.com/mod/40FYwb4z)
- [CC: Tweaked](https://modrinth.com/mod/gu7yAYhd) - [CC: Tweaked](https://modrinth.com/mod/gu7yAYhd)
- [Cloth Config API](https://modrinth.com/mod/9s6osm5g) - [Cloth Config API](https://modrinth.com/mod/9s6osm5g)
- [Collective](https://modrinth.com/mod/e0M1UDsY) - [Collective](https://modrinth.com/mod/e0M1UDsY)
- [Common Network](https://modrinth.com/mod/HIuqnQpi)
- [Copper Reforged](https://modrinth.com/mod/stKRB6TS) - [Copper Reforged](https://modrinth.com/mod/stKRB6TS)
- [CorgiLib](https://modrinth.com/mod/ziOp6EO8) - [CorgiLib](https://modrinth.com/mod/ziOp6EO8)
- [Create Encased](https://modrinth.com/mod/hSSqdyU1)
- [Create: Renewable Brass](https://modrinth.com/mod/AqQzrKJo)
- [Create: Renewable Diamonds](https://modrinth.com/mod/IxTis4hc)
- [Create: Renewable Netherite](https://modrinth.com/mod/nGq1sdd2)
- [Create: Stones](https://modrinth.com/mod/KKlx33Ch)
- [Create](https://modrinth.com/mod/LNytGWDc) - [Create](https://modrinth.com/mod/LNytGWDc)
- [Custom Portal API Reforged](https://modrinth.com/mod/VepYPOdy)
- [EMI](https://modrinth.com/mod/fRiHVvU7) - [EMI](https://modrinth.com/mod/fRiHVvU7)
- [Geckolib](https://modrinth.com/mod/8BmcQJ2H) - [Geckolib](https://modrinth.com/mod/8BmcQJ2H)
- [Icarus](https://modrinth.com/mod/Dw7M6XKW)
- [Toni's Immersive Lanterns](https://modrinth.com/mod/vskzdsyT) - [Toni's Immersive Lanterns](https://modrinth.com/mod/vskzdsyT)
- [ImmersiveMC](https://modrinth.com/mod/XJ9is6vj) - [ImmersiveMC](https://modrinth.com/mod/XJ9is6vj)
- [Jade 🔍](https://modrinth.com/mod/nvQzSEkH) - [Jade 🔍](https://modrinth.com/mod/nvQzSEkH)
- [Just Enough Items](https://modrinth.com/mod/u6dRKJwZ) - [Just Enough Items](https://modrinth.com/mod/u6dRKJwZ)
- [Kotlin for Forge](https://modrinth.com/mod/ordsPcFz) - [Kotlin for Forge](https://modrinth.com/mod/ordsPcFz)
- [Kube Utils](https://modrinth.com/mod/JHdL51WR)
- [KubeJS](https://modrinth.com/mod/umyGl7zF) - [KubeJS](https://modrinth.com/mod/umyGl7zF)
- [Lootr](https://modrinth.com/mod/EltpO5cN)
- [MC VR API](https://modrinth.com/mod/B3INNxum) - [MC VR API](https://modrinth.com/mod/B3INNxum)
- [Mekanism](https://modrinth.com/mod/Ce6I4WUE) - [Mekanism](https://modrinth.com/mod/Ce6I4WUE)
- [MoreJS: KubeJS Addon](https://modrinth.com/mod/mo64mR1W) - [MoreJS: KubeJS Addon](https://modrinth.com/mod/mo64mR1W)
- [No Chat Reports](https://modrinth.com/mod/qQyHxfxd) - [No Chat Reports](https://modrinth.com/mod/qQyHxfxd)
- [Oh The Biomes We've Gone](https://modrinth.com/mod/NTi7d3Xc) - [Oh The Biomes We've Gone](https://modrinth.com/mod/NTi7d3Xc)
- [Oh The Trees You'll Grow](https://modrinth.com/mod/g8NOG5OR)
- [oωo (owo-lib)](https://modrinth.com/mod/ccKDOlHs) - [oωo (owo-lib)](https://modrinth.com/mod/ccKDOlHs)
- [Patchouli](https://modrinth.com/mod/nU0bVIaL) - [Patchouli](https://modrinth.com/mod/nU0bVIaL)
- [PAUCAL](https://modrinth.com/mod/TZo2wHFe) - [PAUCAL](https://modrinth.com/mod/TZo2wHFe)
- [Paxi](https://modrinth.com/mod/CU0PAyzb) - [Paxi](https://modrinth.com/mod/CU0PAyzb)
- [PortalJS](https://modrinth.com/mod/qgrvoFmg)
- [Resourceful Config](https://modrinth.com/mod/M1953qlQ)
- [Rhino](https://modrinth.com/mod/sk9knFPE) - [Rhino](https://modrinth.com/mod/sk9knFPE)
- [Scriptor Magicae](https://modrinth.com/mod/JyJgaOrk)
- [SecurityCraft](https://modrinth.com/mod/v8jzRtAt) - [SecurityCraft](https://modrinth.com/mod/v8jzRtAt)
- [Simple Backups](https://modrinth.com/mod/fzSKSXVK)
- [Simple Voice Chat](https://modrinth.com/mod/9eGKb6K1) - [Simple Voice Chat](https://modrinth.com/mod/9eGKb6K1)
- [spark](https://modrinth.com/mod/l6YH9Als) - [spark](https://modrinth.com/mod/l6YH9Als)
- [Sparkweave Engine](https://modrinth.com/mod/nf68xfAw)
- [Starter Kit](https://modrinth.com/mod/6L3ydNi8) - [Starter Kit](https://modrinth.com/mod/6L3ydNi8)
- [TerraBlender](https://modrinth.com/mod/kkmrDlKT) - [TerraBlender](https://modrinth.com/mod/kkmrDlKT)
- [Traveler's Backpack](https://modrinth.com/mod/rlloIFEV) - [Traveler's Backpack](https://modrinth.com/mod/rlloIFEV)
@ -63,9 +82,8 @@
## Server Mods ## Server Mods
- [AuthShield](https://modrinth.com/mod/JpIaV7e9) - [AuthShield](https://modrinth.com/mod/JpIaV7e9)
- [BlueMap](https://modrinth.com/mod/swbUV1cr) - [Create Unlimited](https://modrinth.com/mod/jyG2CDff)
- [LuckPerms](https://modrinth.com/mod/Vebnzrzj) - [LuckPerms](https://modrinth.com/mod/Vebnzrzj)
- [Oh The Trees You'll Grow](https://modrinth.com/mod/g8NOG5OR)
- [Vanishmod](https://modrinth.com/mod/MihN2cw5) - [Vanishmod](https://modrinth.com/mod/MihN2cw5)
- [When Dungeons Arise](https://modrinth.com/mod/8DfbfASn) - [When Dungeons Arise](https://modrinth.com/mod/8DfbfASn)
- [YUNG's Better Desert Temples](https://modrinth.com/mod/XNlO7sBv) - [YUNG's Better Desert Temples](https://modrinth.com/mod/XNlO7sBv)