Compare commits
10 commits
f82ea7b97e
...
fccfd3da92
Author | SHA1 | Date | |
---|---|---|---|
|
fccfd3da92 | ||
|
b92a731afa | ||
|
8d87c5f18c | ||
|
1f3cda42e6 | ||
|
4e51312aa6 | ||
|
2a63fcb20b | ||
|
dc0672cd33 | ||
|
a3d922832d | ||
|
7d94bb7595 | ||
|
d692f56743 |
54 changed files with 674 additions and 207 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Incendium Optional Resourcepack"
|
||||||
|
filename = "Incendium_Optional_Resourcepack_1.19.4_v5.3.5.zip"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/HfNmMQ9E/versions/T4Xp4oG6/Incendium_Optional_Resourcepack_1.19.4_v5.3.5.zip"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "a1351f15034e16f59c3723a96380f781aa590b63"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "HfNmMQ9E"
|
||||||
|
version = "T4Xp4oG6"
|
39
.minecraft/config/immersive_portals_fabric.json
Normal file
39
.minecraft/config/immersive_portals_fabric.json
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
{
|
||||||
|
"check_the_wiki_for_more_information": "https://qouteall.fun/immptl/wiki/Config-Options",
|
||||||
|
"enableWarning": false,
|
||||||
|
"enableMirrorCreation": false,
|
||||||
|
"maxPortalLayer": 2,
|
||||||
|
"sharedBlockMeshBufferOptimization": true,
|
||||||
|
"lagAttackProof": true,
|
||||||
|
"portalRenderLimit": 99,
|
||||||
|
"indirectLoadingRadiusCap": 4,
|
||||||
|
"enableCrossPortalSound": false,
|
||||||
|
"compatibilityRenderMode": true,
|
||||||
|
"doCheckGlError": false,
|
||||||
|
"portalSearchingRange": 32,
|
||||||
|
"renderYourselfInPortal": false,
|
||||||
|
"serverSideNormalChunkLoading": true,
|
||||||
|
"teleportationDebug": false,
|
||||||
|
"correctCrossPortalEntityRendering": false,
|
||||||
|
"looseMovementCheck": false,
|
||||||
|
"pureMirror": false,
|
||||||
|
"enableAlternateDimensions": true,
|
||||||
|
"reducedPortalRendering": true,
|
||||||
|
"visibilityPrediction": true,
|
||||||
|
"netherPortalOverlay": false,
|
||||||
|
"scaleLimit": 30,
|
||||||
|
"easeCreativePermission": true,
|
||||||
|
"easeCommandStickPermission": false,
|
||||||
|
"enableDatapackPortalGen": true,
|
||||||
|
"enableCrossPortalView": true,
|
||||||
|
"enableClippingMechanism": true,
|
||||||
|
"enableDepthClampForPortalRendering": false,
|
||||||
|
"lightVanillaNetherPortalWhenCrouching": false,
|
||||||
|
"enableNetherPortalEffect": true,
|
||||||
|
"enableClientPerformanceAdjustment": true,
|
||||||
|
"enableServerPerformanceAdjustment": true,
|
||||||
|
"checkModInfoFromInternet": true,
|
||||||
|
"enableUpdateNotification": true,
|
||||||
|
"netherPortalMode": "vanilla",
|
||||||
|
"endPortalMode": "vanilla"
|
||||||
|
}
|
4
.minecraft/config/yosbr/loadmyresources/config.cfg
Normal file
4
.minecraft/config/yosbr/loadmyresources/config.cfg
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
##[general]
|
||||||
|
|
||||||
|
[The path to load resources from.]
|
||||||
|
S:resource_path = '.modpack/resourcepacks/';
|
|
@ -4,10 +4,19 @@ hash-format = "sha256"
|
||||||
file = ".modpack/explode.ogg"
|
file = ".modpack/explode.ogg"
|
||||||
hash = "fd1efad541304e851e8d3308d94d58d3abc4a4eaa39470205eb4af598e0c427d"
|
hash = "fd1efad541304e851e8d3308d94d58d3abc4a4eaa39470205eb4af598e0c427d"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = ".modpack/resourcepacks/incendium-optional-resourcepack.pw.toml"
|
||||||
|
hash = "1e477473890e98fa5210f0d37f808bb5d087615bc15678815466dc38b202e334"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "bin/version.json"
|
file = "bin/version.json"
|
||||||
hash = "daa187c344df623b466756874799fd0753b17e375a1b1dbb9e94c7c65972e4cb"
|
hash = "daa187c344df623b466756874799fd0753b17e375a1b1dbb9e94c7c65972e4cb"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/immersive_portals_fabric.json"
|
||||||
|
hash = "a4ce0d7632729f85811964c3dd48427ed6dddf6c5195073318d027d83943ddf5"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/logbegone.toml"
|
file = "config/logbegone.toml"
|
||||||
hash = "1a573969f74941fd4785ce201c52aef331aaf250301dfff67cee3bc0e02ef1e3"
|
hash = "1a573969f74941fd4785ce201c52aef331aaf250301dfff67cee3bc0e02ef1e3"
|
||||||
|
@ -36,6 +45,10 @@ hash = "36a890045fce4aa69f1c550d5a49a62b336cbb7911a7afa6956fcce5d4d9dcb8"
|
||||||
file = "config/yosbr/config/xaeroworldmap.txt"
|
file = "config/yosbr/config/xaeroworldmap.txt"
|
||||||
hash = "b3972803ddb0a76e13d5bd03c7468237dbf2928949a1fb2923a0c20f77a18b7a"
|
hash = "b3972803ddb0a76e13d5bd03c7468237dbf2928949a1fb2923a0c20f77a18b7a"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yosbr/loadmyresources/config.cfg"
|
||||||
|
hash = "9f7162c383a52a4e9fcbbb647632c92909ffa4064e0a029d1c1a5037b9a32ebe"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/options.txt"
|
file = "config/yosbr/options.txt"
|
||||||
hash = "35437b4437d2a9292a0f05a7567a4c74da8b414a28cb7e53bdcae7f71d34f3b9"
|
hash = "35437b4437d2a9292a0f05a7567a4c74da8b414a28cb7e53bdcae7f71d34f3b9"
|
||||||
|
@ -48,9 +61,23 @@ hash = "60e07e880bdd4e54bf5dd810f3e82a4b300f36455b83b0da605779a89b11c104"
|
||||||
file = "kubejs/server_scripts/loot-table.js"
|
file = "kubejs/server_scripts/loot-table.js"
|
||||||
hash = "5ba4966ae0f01e959fedc74ee48338d33f402f47601470aefeceee391857d83c"
|
hash = "5ba4966ae0f01e959fedc74ee48338d33f402f47601470aefeceee391857d83c"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "modlist.md"
|
||||||
|
hash = "6b86fd260f0b0b961a6a6a9ffd8696be08fab572522d5658e8ec1dc7ce634f1f"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/ad-astra.pw.toml"
|
||||||
|
hash = "69bc79801ac468020ff1bf3fd315d7d4d5cf15727a75c0d1b12a980a6e960c94"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/adorn.pw.toml"
|
file = "mods/adorn.pw.toml"
|
||||||
hash = "0904d6eaf57c3a13708c22af5eccaac980cbaa38097d1ebfff6429be207b367a"
|
hash = "0aa7e85b6c0cf8cc425a37350306f62b6dd119b3f384132ff3aa2e1141969251"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/alloy-forgery.pw.toml"
|
||||||
|
hash = "79175430843c1c8d66a875aa6163bce12a7cc88593e6da9022e8303e464dc0d4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -58,9 +85,14 @@ file = "mods/appleskin.pw.toml"
|
||||||
hash = "4d571d5ebe245ffb62a0df83e81d1c03670807d3528650d6dd9c983bd26ae860"
|
hash = "4d571d5ebe245ffb62a0df83e81d1c03670807d3528650d6dd9c983bd26ae860"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/arachnids.pw.toml"
|
||||||
|
hash = "ff3e18d40bcb39b73aa3cf30ac68c06e20a9ecee138e21e7d8416fa310668800"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/architectury-api.pw.toml"
|
file = "mods/architectury-api.pw.toml"
|
||||||
hash = "843fefd7cf34bfe36b1fb2b6dc35ddfe44db53e23637d6b2674a7fb4e05e803f"
|
hash = "7916e9bf676dd9730f970893ff61fd25f43c563ff6133d1e7886366a3cd9e282"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -70,7 +102,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/azurelib.pw.toml"
|
file = "mods/azurelib.pw.toml"
|
||||||
hash = "32abf39a36b76caf4534447b28228351e2b51ceec24826ffe92d8c5cb17cd9a8"
|
hash = "0e1b0b1c8c3001250addfbd043692d6f03c59e7e22bf8a477f910f709ff530a2"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -80,7 +112,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/better-combat.pw.toml"
|
file = "mods/better-combat.pw.toml"
|
||||||
hash = "878848f04fee74c36e3fe0d53e0d506d9f50966036edeb4fdd7268951cb73fc8"
|
hash = "80084941067856fd4758c91fa05aad359f5d1b18991dc58cbf501c8ad921c2b7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -90,7 +122,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/biomesyougo.pw.toml"
|
file = "mods/biomesyougo.pw.toml"
|
||||||
hash = "f9daa7f4a22030249d4ba643df59c7fc4e49b2cdaf6fc4adb9df70a8827d3f6e"
|
hash = "340b0722d813fba3a58ea3312c0c2fdeb077d31c98e9bba4bd79a5199d5e33d1"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -103,6 +135,16 @@ file = "mods/bobby.pw.toml"
|
||||||
hash = "33d8e4f2b5e3546f8dd4df0aadcc374b2b1e811f456bdea741dc53b94ac22f11"
|
hash = "33d8e4f2b5e3546f8dd4df0aadcc374b2b1e811f456bdea741dc53b94ac22f11"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/botarium.pw.toml"
|
||||||
|
hash = "ed2e23b38b2e862d187b8303903724995bc3c61ce54a72733f3c3792932c2b86"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/building-wands.pw.toml"
|
||||||
|
hash = "a372e9db0200f82bb13b7e5b8962a36cc090cfc2afb2ed660ad042f489ea7b7c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cardinal-components-api.pw.toml"
|
file = "mods/cardinal-components-api.pw.toml"
|
||||||
hash = "5d898bbdb655828c59223382f85016f8328884b3ff176b697c51e8dedaec68c1"
|
hash = "5d898bbdb655828c59223382f85016f8328884b3ff176b697c51e8dedaec68c1"
|
||||||
|
@ -115,7 +157,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/chalk.pw.toml"
|
file = "mods/chalk.pw.toml"
|
||||||
hash = "776d8d4d93ed3052d46f77857707a09dfd77196b2e55de23455e2e4c81e36af9"
|
hash = "3b1ab484e2e6240f704b382d169d98f69ba3a312d89c0027f56e9ed7cd549c7f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -155,7 +197,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/corgilib.pw.toml"
|
file = "mods/corgilib.pw.toml"
|
||||||
hash = "9322278362644f81f8cc456b622d0b761eaf2677abbaca5db1952b23098a33bb"
|
hash = "cdfbb6b7cd0f3205e6ba9f77f9a16aff7ebb4c4afc275264e86edd8cef2a9423"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -165,12 +207,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/crafting-tweaks.pw.toml"
|
file = "mods/crafting-tweaks.pw.toml"
|
||||||
hash = "a572748a834652cad447f8113c080d986114d0d2610fc0a769b0376a0c197990"
|
hash = "adfaab46668e6e7a82398b4449b30233f4ed4b01628b532ed7e818824bbeb4df"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/create-fabric.pw.toml"
|
file = "mods/create-fabric.pw.toml"
|
||||||
hash = "d3b6493205ea43ac22c65a229b2be0611f4c947c2180364fd5881bdef74f0104"
|
hash = "e9ca0f5ceeb8c3dc5117d3bc0d5fd5756eb2763e8ae148e8053396726cc06259"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -180,12 +222,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/custom-player-models.pw.toml"
|
file = "mods/custom-player-models.pw.toml"
|
||||||
hash = "1f7a3d08fa0c2723e95864dfb6e950b1e323f701dbb3ce5631aed9f09814361f"
|
hash = "1970c99ab8e18e20f508719bec52e990e21c8ff274485f688739635791372772"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/data-attributes.pw.toml"
|
file = "mods/data-attributes.pw.toml"
|
||||||
hash = "c11c619bab23d83691aeb891a98c355e14600fd0cc87e15e8976f8630910c3b6"
|
hash = "3aa27e920f3abe630b6eb7c5f35901882a6283be5aadcce27cabff4d854e2422"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -195,7 +237,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ducky-periphs.pw.toml"
|
file = "mods/ducky-periphs.pw.toml"
|
||||||
hash = "5e7e44652267bacd4412a7eaa14e3f2c588d3f89d53915105fffbd225d3ac055"
|
hash = "7f184c2b70f7b25d17ad3707a4e9a54fb9c27d475467ee47ec65b94c9c4f6d4c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -210,7 +252,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/entitytexturefeatures.pw.toml"
|
file = "mods/entitytexturefeatures.pw.toml"
|
||||||
hash = "64e37fd54d2b0afced5c242e90579f321c7fa9cbf1b3270cd4c31a0575eb0e07"
|
hash = "10841bfee1d7ad02433dd48297d4ba5dd4bae64338e4f599bf4bfe510ddc1b29"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -225,7 +267,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabric-language-kotlin.pw.toml"
|
file = "mods/fabric-language-kotlin.pw.toml"
|
||||||
hash = "62360beac5e427be02b732421c9e4fe53819bc6f5e2cc821fd6f2d9278c5485b"
|
hash = "b2b0ad206637c53e64311185758dd34cb1871890e9b70e843eee5c4d085426be"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -250,7 +292,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/gigeresque.pw.toml"
|
file = "mods/gigeresque.pw.toml"
|
||||||
hash = "4f678b28ad52158ab57388ed89f612367368d8a311cf117fc586aaad77c283a7"
|
hash = "ce07b0de35f4c4c94f6e12174d7136da1ffff5e3a56b9a78ac52fc617f46a093"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/hazard-diamond.pw.toml"
|
||||||
|
hash = "b1113b7fb393467bf9c6add6716655e44d5aeb921ea7c43876e3ee783aef8991"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -274,13 +321,18 @@ hash = "8b1c95b10891c6a3fbbd0b4d22882fc0234c450d2fedee0b1a6c2fe5b290132f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/indium.pw.toml"
|
file = "mods/immersiveportals.pw.toml"
|
||||||
hash = "e8168531c092676d47cac3657bfc525f096f11ff5372ce6e322ad57778b81635"
|
hash = "5dd1a25c488a1cab67d33037fd2d3483404fdfd01aa8bdef8c0b0aea99096475"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/iris.pw.toml"
|
file = "mods/incendium.pw.toml"
|
||||||
hash = "8a762171b89a5265ad651263b4691a098ce6429edd74b4ddb09c7c33286fcc75"
|
hash = "8006754d88eb3d16c3d611015e7a102eba44ba5f3a2ff105bb2be2c4ed68a180"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/indium.pw.toml"
|
||||||
|
hash = "e8168531c092676d47cac3657bfc525f096f11ff5372ce6e322ad57778b81635"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -295,7 +347,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/konkrete.pw.toml"
|
file = "mods/konkrete.pw.toml"
|
||||||
hash = "564839c03425a367fc1503ca946f74277580bcdf4174d429d3d40750f3cb46bf"
|
hash = "722a61460c6fc802c2c25fb26deb025517f2a9ae6aa53cf43b1afec2363981ce"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -335,17 +387,22 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/lighty.pw.toml"
|
file = "mods/lighty.pw.toml"
|
||||||
hash = "1031c190ba7ad5671af83738f2dcd2755fdaa93abfcf257039ad4866af0e7c60"
|
hash = "39c4f2fd156912330a997b8421ced6d35f62ecb3249c3a905fd5616f937b7db8"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/load-my-resources.pw.toml"
|
||||||
|
hash = "d9ea83ba847e5e3d6ac95e29d427bdaa11ae375db4abeac03f9915adc6fd69c9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/log-begone.pw.toml"
|
file = "mods/log-begone.pw.toml"
|
||||||
hash = "0092c819358a6d483d94138343dba3a2b063febdd2f8310b1573559c6f630f6d"
|
hash = "265f9e227ce570509b23811ca7a887db2c3b0e45dffd8742b6bc08788d9e140f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/lootr-fabric.pw.toml"
|
file = "mods/lootr-fabric.pw.toml"
|
||||||
hash = "de55e473653cdd5046f3f79220f6aa9d1cf0eccfe97e8902c72935d0bbb0272e"
|
hash = "2056cbbc69741580c892bcc238ca54ad61f568ba726beb7380c216ef58e17eee"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -353,6 +410,11 @@ file = "mods/luckperms.pw.toml"
|
||||||
hash = "b3501a7f76745c70f319a487ab71d553e43558c732890daa1abed779e194d09c"
|
hash = "b3501a7f76745c70f319a487ab71d553e43558c732890daa1abed779e194d09c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/mc-cmd-perms.pw.toml"
|
||||||
|
hash = "268fa2f5a0102ab3a164a9f7540b08b28ad0369bf39476096e3ab311f5d5e578"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/mcpitanlibarch.pw.toml"
|
file = "mods/mcpitanlibarch.pw.toml"
|
||||||
hash = "2f9f9dfc3816fc94e425e671b19c246b3b529aba913a9617bc2fc0e786051126"
|
hash = "2f9f9dfc3816fc94e425e671b19c246b3b529aba913a9617bc2fc0e786051126"
|
||||||
|
@ -378,6 +440,21 @@ file = "mods/mouse-tweaks.pw.toml"
|
||||||
hash = "8f554f10f3ca26505c1f51871263a7d75fca1e07a288c60c1a96b18f830beede"
|
hash = "8f554f10f3ca26505c1f51871263a7d75fca1e07a288c60c1a96b18f830beede"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/mythicmetals-decorations.pw.toml"
|
||||||
|
hash = "d225518cb18f6f1628178fbf825627155f651ec12ff71730dcb9e20dbcd73212"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/mythicmetals.pw.toml"
|
||||||
|
hash = "d78aaf967f7051e9bbe28bff1a10da4d3a5d2f9303d87597feb9cdd69332fb80"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/nullscape.pw.toml"
|
||||||
|
hash = "6488429de6059273a902d861e39df9f881ec61f03db06dd36485da36baba3778"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/numismatic-overhaul.pw.toml"
|
file = "mods/numismatic-overhaul.pw.toml"
|
||||||
hash = "1d93acb8fe0f4afc330701c2bb19e30ee91e54426b7c8ffca6e7c53bdecac9d0"
|
hash = "1d93acb8fe0f4afc330701c2bb19e30ee91e54426b7c8ffca6e7c53bdecac9d0"
|
||||||
|
@ -410,12 +487,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/pehkui.pw.toml"
|
file = "mods/pehkui.pw.toml"
|
||||||
hash = "a0febce406dd277730980450f98c94a80179b8df55e2136279003f30ae8eeaba"
|
hash = "8475894e2eeeaef0b12f4209b7c6da565d2d23b866437f23c70361160af17114"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/peripheralium.pw.toml"
|
file = "mods/peripheralium.pw.toml"
|
||||||
hash = "4e41497a9bd1e01a9ff637a7ef60f366ccd3896634228220b922f83b7c91e239"
|
hash = "397da05551a2568c1754ab0ce524fcadaf7abbdcb4d876fc1b31f231279ab24f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -425,7 +502,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/playerex.pw.toml"
|
file = "mods/playerex.pw.toml"
|
||||||
hash = "a96d4a8eac791c0bc58649e827b4221da58eb91557d861d67e122d8e15820572"
|
hash = "26aa0c59bbaa2635a1bf64af90d3268d11701870b1601fd89201c5218f4adbce"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -435,7 +512,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/probejs.pw.toml"
|
file = "mods/probejs.pw.toml"
|
||||||
hash = "3710d4600587a86c8f2587c37586d60e0c525dfaeeb39fc80e5314801108fc12"
|
hash = "fd297b19db16bae67606d20cccaad156f0ebc6616a763c75805f21c04fb0fb83"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -445,7 +522,17 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/rei.pw.toml"
|
file = "mods/rei.pw.toml"
|
||||||
hash = "f37d98015547fa4c5c392eec612376bebf6af9ed83cde466938bebf60c7ab68d"
|
hash = "21ae5782c5657fbdc90aa42f3d1cfe76168fe107d66f207ec210dc505c096f7b"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/resourceful-config.pw.toml"
|
||||||
|
hash = "625430f4374524d197165fa6d41afad3dc65a60b16ab87298cba3d47581a5485"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/resourceful-lib.pw.toml"
|
||||||
|
hash = "83a54931f4be77baa4a32bfb3f2b343d8d2af2efaa0aa6cf83e9a9d682cf4298"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -455,7 +542,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/simple-voice-chat.pw.toml"
|
file = "mods/simple-voice-chat.pw.toml"
|
||||||
hash = "b326f8f8cdaca0ee982d4a37ae24834d2a5dc2839120039c7c3fd0182beb4d44"
|
hash = "868e361c475b7501a10bb9c393ffd5eb230d5e12f27095aa8b768ad4d8e4b363"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -495,7 +582,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/travelersbackpack.pw.toml"
|
file = "mods/travelersbackpack.pw.toml"
|
||||||
hash = "be6d65a34d1a56d81d3348b9634a445e7d59a34d7713cb379a29f48d770e3fa3"
|
hash = "c3b331b8f1cc6ed681c8dcb7b2fe7c34a91e47c7c62b88504de2aefa904e7723"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -505,7 +592,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/turtlematic.pw.toml"
|
file = "mods/turtlematic.pw.toml"
|
||||||
hash = "71a48a5dd846366e3598c57e6ac44431c5dc7691dba03c5de9f5acf0547fae14"
|
hash = "25547de8019b73c2563b0ee5ff401d1066b226a268ae5f8ece9880ce52c8360b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -515,12 +602,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/unlimitedperipheralworks.pw.toml"
|
file = "mods/unlimitedperipheralworks.pw.toml"
|
||||||
hash = "803e70b08ac0dd691a0252b8a89413f05a1c9b76cb66b6726824746a9a3e8761"
|
hash = "4a4bafab1458f337993954658853035e58ce10f781d0e8f47999c0747efa1403"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/vanish.pw.toml"
|
|
||||||
hash = "5db41327f83479b50f4952a0e2c561a31f43ad3932e605a13a6960ece40558d9"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -540,12 +622,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-world-map.pw.toml"
|
file = "mods/xaeros-world-map.pw.toml"
|
||||||
hash = "ddb32bebc93de51dea1349e9ddd32d9d51dca6b3dffdf69a7e1466e295e2f498"
|
hash = "21ca1ada7fcfa709b334192d409af80ef54fad572c3290a95b3daef5293ecb26"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yosbr.pw.toml"
|
file = "mods/yosbr.pw.toml"
|
||||||
hash = "003dee7fef878abc298c3c6589b7b21e8922def090c9cf8259ae8c6aacc0946f"
|
hash = "bbbcf529b4c35f04e733922ca06dde4aac8d97a556e4396da25d99e2d079c0c9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
125
.minecraft/modlist.md
Normal file
125
.minecraft/modlist.md
Normal file
|
@ -0,0 +1,125 @@
|
||||||
|
# Modlist
|
||||||
|
|
||||||
|
## Client Mods
|
||||||
|
|
||||||
|
- [Auth Me](https://modrinth.com/mod/yjgIrBjZ)
|
||||||
|
- [BetterF3](https://modrinth.com/mod/8shC1gFX)
|
||||||
|
- [Bobby](https://modrinth.com/mod/M08ruV16)
|
||||||
|
- [Chat Patches](https://modrinth.com/mod/MOqt4Z5n)
|
||||||
|
- [CIT Resewn](https://modrinth.com/mod/otVJckYQ)
|
||||||
|
- [Continuity](https://modrinth.com/mod/1IjD5062)
|
||||||
|
- [Eating Animation [Fabric]](https://modrinth.com/mod/rUgZvGzi)
|
||||||
|
- [Entity Texture Features](https://modrinth.com/mod/BVzZfTc1)
|
||||||
|
- [Ex HUD](https://modrinth.com/mod/387DYXF9)
|
||||||
|
- [FabricSkyboxes](https://modrinth.com/mod/YBz7DOs8)
|
||||||
|
- [Indium](https://modrinth.com/mod/Orvt0mRa)
|
||||||
|
- [LambDynamicLights](https://modrinth.com/mod/yBW8D80W)
|
||||||
|
- [Legendary Tooltips](https://modrinth.com/mod/atHH8NyV)
|
||||||
|
- [Lighty](https://modrinth.com/mod/yjvKidNM)
|
||||||
|
- [Load My Resources](https://modrinth.com/mod/TqCKvqjC)
|
||||||
|
- [Mod Menu](https://modrinth.com/mod/mOgUt4GM)
|
||||||
|
- [Mouse Tweaks](https://modrinth.com/mod/aC3cM3Vq)
|
||||||
|
- [Reese's Sodium Options](https://modrinth.com/mod/Bh37bMuy)
|
||||||
|
- [Sodium Extra](https://modrinth.com/mod/PtjYWJkn)
|
||||||
|
- [Sodium](https://modrinth.com/mod/AANobbMI)
|
||||||
|
- [Stendhal](https://modrinth.com/mod/BWloQ9jK)
|
||||||
|
|
||||||
|
## Shared Mods
|
||||||
|
|
||||||
|
- [Incendium Optional Resourcepack](https://modrinth.com/mod/HfNmMQ9E)
|
||||||
|
- [Ad Astra](https://modrinth.com/mod/3ufwT9JF)
|
||||||
|
- [Adorn](https://modrinth.com/mod/E6FUtRJh)
|
||||||
|
- [Alloy Forgery](https://modrinth.com/mod/jhl28YkY)
|
||||||
|
- [AppleSkin](https://modrinth.com/mod/EsAfCjCV)
|
||||||
|
- [Arachnids](https://modrinth.com/mod/AOs8oaMT)
|
||||||
|
- [Architectury API](https://modrinth.com/mod/lhGA9TYQ)
|
||||||
|
- [AzureLib](https://modrinth.com/mod/7zlUOZvb)
|
||||||
|
- [Balm](https://modrinth.com/mod/MBAkmtvl)
|
||||||
|
- [Better Combat](https://modrinth.com/mod/5sy6g3kz)
|
||||||
|
- [Oh The Biomes You'll Go](https://modrinth.com/mod/uE1WpIAk)
|
||||||
|
- [Botarium](https://modrinth.com/mod/2u6LRnMa)
|
||||||
|
- [Building Wands](https://modrinth.com/mod/XkisZUfp)
|
||||||
|
- [Cardinal Components API](https://modrinth.com/mod/K01OU20C)
|
||||||
|
- [CC: Restitched](https://modrinth.com/mod/eldBwa5V)
|
||||||
|
- [Chalk (Fabric)](https://modrinth.com/mod/OrtjXTCH)
|
||||||
|
- [Chunky](https://modrinth.com/mod/fALzjamp)
|
||||||
|
- [Cloth Config API](https://modrinth.com/mod/9s6osm5g)
|
||||||
|
- [CompleteConfig](https://modrinth.com/mod/GtqG8z1h)
|
||||||
|
- [Controlling](https://www.curseforge.com/minecraft/mc-mods/controlling)
|
||||||
|
- [CorgiLib](https://modrinth.com/mod/ziOp6EO8)
|
||||||
|
- [Couplings](https://modrinth.com/mod/80ulerjA)
|
||||||
|
- [Crafting Tweaks](https://modrinth.com/mod/DMu0oBKf)
|
||||||
|
- [Create Fabric](https://modrinth.com/mod/Xbc0uyRg)
|
||||||
|
- [Croptopia](https://www.curseforge.com/minecraft/mc-mods/croptopia)
|
||||||
|
- [Customizable Player Models](https://modrinth.com/mod/h1E7sQNL)
|
||||||
|
- [Data Attributes](https://modrinth.com/mod/wFyCClLQ)
|
||||||
|
- [Dawn API](https://modrinth.com/mod/meZK2DCX)
|
||||||
|
- [Ducky Peripherals](https://modrinth.com/mod/l2IpK3Ji)
|
||||||
|
- [End Remastered](https://modrinth.com/mod/ZJTGwAND)
|
||||||
|
- [Fabric API](https://modrinth.com/mod/P7dR8mSH)
|
||||||
|
- [Fabric Language Kotlin](https://modrinth.com/mod/Ha28R6CL)
|
||||||
|
- [FerriteCore](https://modrinth.com/mod/uXXizFIs)
|
||||||
|
- [Forge Config API Port](https://modrinth.com/mod/ohNO6lps)
|
||||||
|
- [Geckolib](https://modrinth.com/mod/8BmcQJ2H)
|
||||||
|
- [Gigeresque](https://modrinth.com/mod/2kXK3iBI)
|
||||||
|
- [Hazard Diamond](https://modrinth.com/mod/L85Kwl96)
|
||||||
|
- [Hex Casting](https://modrinth.com/mod/nTW3yKrm)
|
||||||
|
- [Icarus](https://modrinth.com/mod/Dw7M6XKW)
|
||||||
|
- [Iceberg](https://modrinth.com/mod/5faXoLqX)
|
||||||
|
- [Immersive Armors](https://modrinth.com/mod/eE2Db4YU)
|
||||||
|
- [Immersive Portals](https://modrinth.com/mod/zJpHMkdD)
|
||||||
|
- [Incendium](https://modrinth.com/mod/ZVzW5oNS)
|
||||||
|
- [Item Alchemy](https://modrinth.com/mod/cfQx2fbQ)
|
||||||
|
- [ItemSwapper](https://modrinth.com/mod/RPOSBQgq)
|
||||||
|
- [Konkrete](https://modrinth.com/mod/J81TRJWm)
|
||||||
|
- [Krypton](https://modrinth.com/mod/fQEb0iXm)
|
||||||
|
- [KubeJS](https://modrinth.com/mod/umyGl7zF)
|
||||||
|
- [LazyDFU](https://modrinth.com/mod/hvFnDODi)
|
||||||
|
- [LibJF](https://modrinth.com/mod/WKwQAwke)
|
||||||
|
- [Log Begone](https://modrinth.com/mod/9ON3zv6e)
|
||||||
|
- [Lootr (Fabric)](https://www.curseforge.com/minecraft/mc-mods/lootr-fabric)
|
||||||
|
- [MCPitanLibarch](https://modrinth.com/mod/uNRoUnGT)
|
||||||
|
- [MidnightLib](https://modrinth.com/mod/codAaoxh)
|
||||||
|
- [Mo' Structures](https://modrinth.com/mod/PTGd6dWp)
|
||||||
|
- [Mythic Metals Decorations](https://modrinth.com/mod/Wtv23AFN)
|
||||||
|
- [Mythic Metals](https://modrinth.com/mod/bAWzYNRd)
|
||||||
|
- [Nullscape](https://modrinth.com/mod/LPjGiSO4)
|
||||||
|
- [Numismatic Overhaul](https://modrinth.com/mod/ZXm8hVxN)
|
||||||
|
- [Origins: Classes](https://modrinth.com/mod/FiDptjtR)
|
||||||
|
- [Origins](https://modrinth.com/mod/3BeIrqZR)
|
||||||
|
- [oωo (owo-lib)](https://modrinth.com/mod/ccKDOlHs)
|
||||||
|
- [Patchouli](https://modrinth.com/mod/nU0bVIaL)
|
||||||
|
- [PAUCAL](https://modrinth.com/mod/TZo2wHFe)
|
||||||
|
- [Pehkui](https://modrinth.com/mod/t5W7Jfwy)
|
||||||
|
- [Peripheralium](https://www.curseforge.com/minecraft/mc-mods/peripheralium)
|
||||||
|
- [playerAnimator](https://modrinth.com/mod/gedNE4y2)
|
||||||
|
- [PlayerEx](https://modrinth.com/mod/o5GUN4b1)
|
||||||
|
- [Prism](https://modrinth.com/mod/1OE8wbN0)
|
||||||
|
- [ProbeJS](https://www.curseforge.com/minecraft/mc-mods/probejs)
|
||||||
|
- [Roughly Enough Items (REI)](https://modrinth.com/mod/nfn13YXA)
|
||||||
|
- [Resourceful Config](https://modrinth.com/mod/M1953qlQ)
|
||||||
|
- [Resourceful Lib](https://modrinth.com/mod/G1hIVOrD)
|
||||||
|
- [Rhino](https://modrinth.com/mod/sk9knFPE)
|
||||||
|
- [Simple Voice Chat](https://modrinth.com/mod/9eGKb6K1)
|
||||||
|
- [SmartBrainLib](https://modrinth.com/mod/PuyPazRT)
|
||||||
|
- [spark](https://modrinth.com/mod/l6YH9Als)
|
||||||
|
- [Starlight (Fabric)](https://modrinth.com/mod/H8CaAYZC)
|
||||||
|
- [TerraBlender](https://modrinth.com/mod/kkmrDlKT)
|
||||||
|
- [Traveler's Backpack](https://modrinth.com/mod/rlloIFEV)
|
||||||
|
- [Trinkets](https://modrinth.com/mod/5aaWibi9)
|
||||||
|
- [Turtlematic](https://www.curseforge.com/minecraft/mc-mods/turtlematic)
|
||||||
|
- [Universal Ores](https://modrinth.com/mod/68kWHuUF)
|
||||||
|
- [UnlimitedPeripheralWorks](https://www.curseforge.com/minecraft/mc-mods/unlimitedperipheralworks)
|
||||||
|
- [WorldEdit Items](https://modrinth.com/mod/xBMX8ICO)
|
||||||
|
- [WorldEdit](https://www.curseforge.com/minecraft/mc-mods/worldedit)
|
||||||
|
- [Xaero's Minimap (Fair-play Edition)](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap-fair-play-edition)
|
||||||
|
- [Xaero's World Map](https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map)
|
||||||
|
- [Your Options Shall Be Respected (YOSBR)](https://www.curseforge.com/minecraft/mc-mods/yosbr)
|
||||||
|
|
||||||
|
## Server Mods
|
||||||
|
|
||||||
|
- [BlueMap](https://modrinth.com/mod/swbUV1cr)
|
||||||
|
- [Ledger](https://modrinth.com/mod/LVN9ygNV)
|
||||||
|
- [LuckPerms](https://modrinth.com/mod/Vebnzrzj)
|
||||||
|
- [mc-cmd-perms](https://github.com/lucko/minecraft-command-permissions-fabric/releases/download/v1.6.1/minecraft-command-permissions-1.6.1.jar)
|
||||||
|
|
13
.minecraft/mods/ad-astra.pw.toml
Normal file
13
.minecraft/mods/ad-astra.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Ad Astra"
|
||||||
|
filename = "ad_astra-fabric-1.19.2-1.12.6.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/3ufwT9JF/versions/8WPZ1i4p/ad_astra-fabric-1.19.2-1.12.6.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "bdb2bf0d201f914fdf851a0b30469e593122c3bf"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "3ufwT9JF"
|
||||||
|
version = "8WPZ1i4p"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Adorn"
|
name = "Adorn"
|
||||||
filename = "Adorn-3.8.2+1.19.2-fabric.jar"
|
filename = "Adorn-3.9.1+1.19.2-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/hIgE4jl7/Adorn-3.8.2%2B1.19.2-fabric.jar"
|
url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/4Af8VkZs/Adorn-3.9.1%2B1.19.2-fabric.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "93783a5e0c950091a9d01f775d44528a497b046c"
|
hash = "cec969be7bcd93e26ed127e057b68da80c687407"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "E6FUtRJh"
|
mod-id = "E6FUtRJh"
|
||||||
version = "hIgE4jl7"
|
version = "4Af8VkZs"
|
||||||
|
|
13
.minecraft/mods/alloy-forgery.pw.toml
Normal file
13
.minecraft/mods/alloy-forgery.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Alloy Forgery"
|
||||||
|
filename = "wraith-alloy-forgery-2.0.20+1.19.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/jhl28YkY/versions/kZQUifqT/wraith-alloy-forgery-2.0.20%2B1.19.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "fabace469735e13c351f7c5359243d75b305da1d"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "jhl28YkY"
|
||||||
|
version = "kZQUifqT"
|
13
.minecraft/mods/arachnids.pw.toml
Normal file
13
.minecraft/mods/arachnids.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Arachnids"
|
||||||
|
filename = "arachnids-1.19.2-0.0.13.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/AOs8oaMT/versions/9tbUGvpq/arachnids-1.19.2-0.0.13.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "4b72c8a6a60530dc3c14408237c181d58e5e0517"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "AOs8oaMT"
|
||||||
|
version = "9tbUGvpq"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Architectury API"
|
name = "Architectury API"
|
||||||
filename = "architectury-6.5.77-fabric.jar"
|
filename = "architectury-6.5.85-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/6hcOpiuA/architectury-6.5.77-fabric.jar"
|
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/HoIJp48v/architectury-6.5.85-fabric.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "42f85cc42c10b5b72c3a678710ce653dadff580f"
|
hash = "5795f772ea4a72049e38848eac80a005b01211d9"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "lhGA9TYQ"
|
mod-id = "lhGA9TYQ"
|
||||||
version = "6hcOpiuA"
|
version = "HoIJp48v"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "AzureLib"
|
name = "AzureLib"
|
||||||
filename = "azurelib-fabric-1.19.2-1.0.16.jar"
|
filename = "azurelib-fabric-1.19.2-1.0.23.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/7zlUOZvb/versions/yws3wl5I/azurelib-fabric-1.19.2-1.0.16.jar"
|
url = "https://cdn.modrinth.com/data/7zlUOZvb/versions/FdFCkMSS/azurelib-fabric-1.19.2-1.0.23.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "992a0821dd984443f35118a7376735c2869d297e"
|
hash = "8e1d9b2555710a0d75323cea58597a84f4cf8a8e"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "7zlUOZvb"
|
mod-id = "7zlUOZvb"
|
||||||
version = "yws3wl5I"
|
version = "FdFCkMSS"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Better Combat"
|
name = "Better Combat"
|
||||||
filename = "bettercombat-fabric-1.6.2+1.19.jar"
|
filename = "bettercombat-fabric-1.7.1+1.19.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/5sy6g3kz/versions/ibYfuIUH/bettercombat-fabric-1.6.2%2B1.19.jar"
|
url = "https://cdn.modrinth.com/data/5sy6g3kz/versions/ukboeB3U/bettercombat-fabric-1.7.1%2B1.19.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "97295e5f2526cb75f7de5e3c24b456fa1f95937a"
|
hash = "6878828edb500e1a1b77fe8607510a25e85b788e"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "5sy6g3kz"
|
mod-id = "5sy6g3kz"
|
||||||
version = "ibYfuIUH"
|
version = "ukboeB3U"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Oh The Biomes You'll Go"
|
name = "Oh The Biomes You'll Go"
|
||||||
filename = "Oh_The_Biomes_You'll_Go-fabric-1.19.2-2.0.1.1.jar"
|
filename = "Oh_The_Biomes_You'll_Go-fabric-1.19.2-2.0.1.3.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/uE1WpIAk/versions/9MInWvhi/Oh_The_Biomes_You%27ll_Go-fabric-1.19.2-2.0.1.1.jar"
|
url = "https://cdn.modrinth.com/data/uE1WpIAk/versions/lgDf4z7U/Oh_The_Biomes_You%27ll_Go-fabric-1.19.2-2.0.1.3.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "08f3b99c84935cbb6655cb97b2c037e81929806e"
|
hash = "d5ab2be8672b210e3c5b9ab9c4310fbae07aa78c"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "uE1WpIAk"
|
mod-id = "uE1WpIAk"
|
||||||
version = "9MInWvhi"
|
version = "lgDf4z7U"
|
||||||
|
|
13
.minecraft/mods/botarium.pw.toml
Normal file
13
.minecraft/mods/botarium.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Botarium"
|
||||||
|
filename = "botarium-fabric-1.19.2-1.8.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/2V9BLVs9/botarium-fabric-1.19.2-1.8.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "4a7482c42cacaab06dab2fb29dac96ebcc4462d2"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "2u6LRnMa"
|
||||||
|
version = "2V9BLVs9"
|
13
.minecraft/mods/building-wands.pw.toml
Normal file
13
.minecraft/mods/building-wands.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Building Wands"
|
||||||
|
filename = "BuildingWands-mc1.19.2-2.6.6-release-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/XkisZUfp/versions/YOFCEFSD/BuildingWands-mc1.19.2-2.6.6-release-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "f1c32abcecb0f0f5e94185597ab5a1a0f825d6cb"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "XkisZUfp"
|
||||||
|
version = "YOFCEFSD"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Chalk (Fabric)"
|
name = "Chalk (Fabric)"
|
||||||
filename = "chalk-2.1.0+1.19.jar"
|
filename = "chalk-2.2.0+1.19.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/OrtjXTCH/versions/2.1.0/chalk-2.1.0%2B1.19.jar"
|
url = "https://cdn.modrinth.com/data/OrtjXTCH/versions/nsVYyiwH/chalk-2.2.0%2B1.19.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "300d8b999e87665b4c66ba9c3f83dc5a0eefe0dd"
|
hash = "147a4ef85cc307c593e415ce834143a8fd1d13e3"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "OrtjXTCH"
|
mod-id = "OrtjXTCH"
|
||||||
version = "2kBPnANn"
|
version = "nsVYyiwH"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "CorgiLib"
|
name = "CorgiLib"
|
||||||
filename = "CorgiLib-fabric-1.19.2-1.0.0.32.jar"
|
filename = "CorgiLib-fabric-1.19.2-1.0.0.34.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/VLaSLzb2/CorgiLib-fabric-1.19.2-1.0.0.32.jar"
|
url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/HaZfKDxj/CorgiLib-fabric-1.19.2-1.0.0.34.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "cee3b865499c928363ae892029772cc174e4ac0d"
|
hash = "9afa2d59e20a5e19c3a926e1645a890dec0c3475"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "ziOp6EO8"
|
mod-id = "ziOp6EO8"
|
||||||
version = "VLaSLzb2"
|
version = "HaZfKDxj"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Crafting Tweaks"
|
name = "Crafting Tweaks"
|
||||||
filename = "craftingtweaks-fabric-1.19-15.1.6.jar"
|
filename = "craftingtweaks-fabric-1.19.2-15.1.7.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/DMu0oBKf/versions/c3oJXxtm/craftingtweaks-fabric-1.19-15.1.6.jar"
|
url = "https://cdn.modrinth.com/data/DMu0oBKf/versions/IKXfKSzT/craftingtweaks-fabric-1.19.2-15.1.7.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "d8c0cc5573c0a81408f7adc3758c41539bd3b8ff"
|
hash = "e938439091314efe08d362aa65c05d8d70813d7c"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "DMu0oBKf"
|
mod-id = "DMu0oBKf"
|
||||||
version = "c3oJXxtm"
|
version = "IKXfKSzT"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Create Fabric"
|
name = "Create Fabric"
|
||||||
filename = "create-fabric-0.5.0.i-991+1.19.2.jar"
|
filename = "create-fabric-0.5.1-b-build.1079+mc1.19.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/MpeKaF3n/create-fabric-0.5.0.i-991%2B1.19.2.jar"
|
url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/q6x0xvc1/create-fabric-0.5.1-b-build.1079%2Bmc1.19.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "9f6c509505b2ca7dae52cd3a03f5a18e58cd042c"
|
hash = "7890f0abfdcbdaf98d076cce4fa8ff1ea18b8718"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "Xbc0uyRg"
|
mod-id = "Xbc0uyRg"
|
||||||
version = "MpeKaF3n"
|
version = "q6x0xvc1"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Customizable Player Models"
|
name = "Customizable Player Models"
|
||||||
filename = "CustomPlayerModels-Fabric-1.19-0.6.7a.jar"
|
filename = "CustomPlayerModels-Fabric-1.19-0.6.8a.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/IQDpg3fQ/CustomPlayerModels-Fabric-1.19-0.6.7a.jar"
|
url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/W1XlbWOH/CustomPlayerModels-Fabric-1.19-0.6.8a.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "2be62148341ba64f7a4bd858c4cd32f8f2eb16c9"
|
hash = "96cc0bb27d8c39f195939877aab624bf12234207"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "h1E7sQNL"
|
mod-id = "h1E7sQNL"
|
||||||
version = "IQDpg3fQ"
|
version = "W1XlbWOH"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Data Attributes"
|
name = "Data Attributes"
|
||||||
filename = "dataattributes-1.4.3+1.19.2.jar"
|
filename = "dataattributes-1.4.6+1.19.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/wFyCClLQ/versions/ierNywVF/dataattributes-1.4.3%2B1.19.2.jar"
|
url = "https://cdn.modrinth.com/data/wFyCClLQ/versions/jPqXXLZe/dataattributes-1.4.6%2B1.19.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "36ca303f265faa21504059df2c245fb47a39a392"
|
hash = "5867cf1d8be8a639ad408fa30461d3d293270706"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "wFyCClLQ"
|
mod-id = "wFyCClLQ"
|
||||||
version = "ierNywVF"
|
version = "jPqXXLZe"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Ducky Peripherals"
|
name = "Ducky Peripherals"
|
||||||
filename = "ducky-periphs-1.19.2-1.1.5.jar"
|
filename = "duckyperiphs-1.19.2-1.2.1-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/l2IpK3Ji/versions/L9c5vAbC/ducky-periphs-1.19.2-1.1.5.jar"
|
url = "https://cdn.modrinth.com/data/l2IpK3Ji/versions/jeRYucbX/duckyperiphs-1.19.2-1.2.1-fabric.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "29a7c39871cc0c6a01b7bea062387d12924204f7"
|
hash = "72afd5a345394a9e867389b780ed8cdd0a39a39e"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "l2IpK3Ji"
|
mod-id = "l2IpK3Ji"
|
||||||
version = "L9c5vAbC"
|
version = "jeRYucbX"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Entity Texture Features"
|
name = "Entity Texture Features"
|
||||||
filename = "entity_texture_features_fabric_1.19.2-4.4.0.jar"
|
filename = "entity_texture_features_fabric_1.19.2-4.4.4.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/4DE0PgtE/entity_texture_features_fabric_1.19.2-4.4.0.jar"
|
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/ASCvruGN/entity_texture_features_fabric_1.19.2-4.4.4.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "d5e73a9744a46422d5203350bc7d3c7639e37b13"
|
hash = "85c1cf3bc968d523e0e98451577426ff8a170813"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "BVzZfTc1"
|
mod-id = "BVzZfTc1"
|
||||||
version = "4DE0PgtE"
|
version = "ASCvruGN"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Fabric Language Kotlin"
|
name = "Fabric Language Kotlin"
|
||||||
filename = "fabric-language-kotlin-1.9.3+kotlin.1.8.20.jar"
|
filename = "fabric-language-kotlin-1.9.5+kotlin.1.8.22.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/MkcO8aQ0/fabric-language-kotlin-1.9.3%2Bkotlin.1.8.20.jar"
|
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/ADg3gvlr/fabric-language-kotlin-1.9.5%2Bkotlin.1.8.22.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "2a3d3f8aa263ba7748550a94e97cf760712bc2c6"
|
hash = "6dab5c754ec04e671e505df685befcedef27f42e"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "Ha28R6CL"
|
mod-id = "Ha28R6CL"
|
||||||
version = "MkcO8aQ0"
|
version = "ADg3gvlr"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Gigeresque"
|
name = "Gigeresque"
|
||||||
filename = "gigeresque-1.19.2-0.5.24.jar"
|
filename = "gigeresque-1.19.2-0.5.31.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/2kXK3iBI/versions/6EzFlvNK/gigeresque-1.19.2-0.5.24.jar"
|
url = "https://cdn.modrinth.com/data/2kXK3iBI/versions/rBcH713Z/gigeresque-1.19.2-0.5.31.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "c9ef42f6fcd333365ec8e8e8048997a3a65d6ac9"
|
hash = "47df1d3a17a74390b39a49f105cad6d0840e369e"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "2kXK3iBI"
|
mod-id = "2kXK3iBI"
|
||||||
version = "6EzFlvNK"
|
version = "rBcH713Z"
|
||||||
|
|
13
.minecraft/mods/hazard-diamond.pw.toml
Normal file
13
.minecraft/mods/hazard-diamond.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Hazard Diamond"
|
||||||
|
filename = "hdiamond-1.1.0+1.19.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/L85Kwl96/versions/ooYML6Pq/hdiamond-1.1.0%2B1.19.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "1f4ecd84d0663d4ca1b486343fca54165764621b"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "L85Kwl96"
|
||||||
|
version = "ooYML6Pq"
|
13
.minecraft/mods/immersiveportals.pw.toml
Normal file
13
.minecraft/mods/immersiveportals.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Immersive Portals"
|
||||||
|
filename = "immersive-portals-2.3.2-mc1.19.2-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/zJpHMkdD/versions/k8vFN2vg/immersive-portals-2.3.2-mc1.19.2-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "cf1f5aac92993f8adbc50ee26a3ca7703eacaaaf"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "zJpHMkdD"
|
||||||
|
version = "k8vFN2vg"
|
13
.minecraft/mods/incendium.pw.toml
Normal file
13
.minecraft/mods/incendium.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Incendium"
|
||||||
|
filename = "Incendium_1.19.3_v5.1.6.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/ZVzW5oNS/versions/ednvmJkC/Incendium_1.19.3_v5.1.6.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "3c778f9f5d2ece9bc82ed2040f6e1de2c0220a8e"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "ZVzW5oNS"
|
||||||
|
version = "ednvmJkC"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Iris Shaders"
|
|
||||||
filename = "iris-mc1.19.2-1.6.1.jar"
|
|
||||||
side = "client"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/1g7raUdU/iris-mc1.19.2-1.6.1.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "b33019df6fad5be485409eb3bac92007aa31401e"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "YL57xq9U"
|
|
||||||
version = "1g7raUdU"
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Konkrete"
|
name = "Konkrete"
|
||||||
filename = "konkrete_fabric_1.6.0_MC_1.19.1-1.19.2.jar"
|
filename = "konkrete_fabric_1.6.1_MC_1.19.1-1.19.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/J81TRJWm/versions/OJaX8Ruf/konkrete_fabric_1.6.0_MC_1.19.1-1.19.2.jar"
|
url = "https://cdn.modrinth.com/data/J81TRJWm/versions/pz9SoIJL/konkrete_fabric_1.6.1_MC_1.19.1-1.19.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "4317c1801cb1ea88107e65cc571c86a4a70aa514"
|
hash = "fb12af8874a9ea41899321f914ee1cd817603881"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "J81TRJWm"
|
mod-id = "J81TRJWm"
|
||||||
version = "OJaX8Ruf"
|
version = "pz9SoIJL"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Lighty"
|
name = "Lighty"
|
||||||
filename = "lighty-1.2.1+1.19.2.jar"
|
filename = "lighty-1.3.0+1.19.2.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/yjvKidNM/versions/GzFkrvMc/lighty-1.2.1%2B1.19.2.jar"
|
url = "https://cdn.modrinth.com/data/yjvKidNM/versions/V8vjjQIU/lighty-1.3.0%2B1.19.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "c4bd0a8c3bbbd0c651b5dca92f525cce19b70da9"
|
hash = "d645de23778d775e4210a2417724b2839cc5c8ed"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "yjvKidNM"
|
mod-id = "yjvKidNM"
|
||||||
version = "GzFkrvMc"
|
version = "V8vjjQIU"
|
||||||
|
|
13
.minecraft/mods/load-my-resources.pw.toml
Normal file
13
.minecraft/mods/load-my-resources.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Load My Resources"
|
||||||
|
filename = "loadmyresources_fabric_1.0.4_MC_1.19-1.19.2.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/TqCKvqjC/versions/ErYeBTin/loadmyresources_fabric_1.0.4_MC_1.19-1.19.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "61a63cbc4c76a3dcadf9f3f6cf0d2674ede90d7b"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "TqCKvqjC"
|
||||||
|
version = "ErYeBTin"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Log Begone"
|
name = "Log Begone"
|
||||||
filename = "Log-Begone-Fabric-1.19.x-1.0.5.jar"
|
filename = "Log-Begone-Fabric-1.19.x-1.0.6.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/9ON3zv6e/versions/FvOW1X5O/Log-Begone-Fabric-1.19.x-1.0.5.jar"
|
url = "https://cdn.modrinth.com/data/9ON3zv6e/versions/9LLWEul9/Log-Begone-Fabric-1.19.x-1.0.6.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "ea5dacf0f0e8630c7cf73ef20c5bfa34ab521467"
|
hash = "590a496190dfccb53373bc425f62e37a026babd2"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "9ON3zv6e"
|
mod-id = "9ON3zv6e"
|
||||||
version = "FvOW1X5O"
|
version = "9LLWEul9"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Lootr (Fabric)"
|
name = "Lootr (Fabric)"
|
||||||
filename = "lootr-1.19-0.4.25.64.jar"
|
filename = "lootr-1.19-0.4.27.67.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "2ffc99335a35ba1e32d9ecc4ac11266d8325e96b"
|
hash = "46366499f79a9a72f70c4d7e6b6424a7f002dd66"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 4179748
|
file-id = 4596349
|
||||||
project-id = 615106
|
project-id = 615106
|
||||||
|
|
8
.minecraft/mods/mc-cmd-perms.pw.toml
Normal file
8
.minecraft/mods/mc-cmd-perms.pw.toml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
name = "mc-cmd-perms"
|
||||||
|
filename = "minecraft-command-permissions-1.6.1.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://github.com/lucko/minecraft-command-permissions-fabric/releases/download/v1.6.1/minecraft-command-permissions-1.6.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "3931d704c01c18eee610595959b71857ebd455f2"
|
13
.minecraft/mods/mythicmetals-decorations.pw.toml
Normal file
13
.minecraft/mods/mythicmetals-decorations.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Mythic Metals Decorations"
|
||||||
|
filename = "mythicmetals-decorations-0.5.2+1.19.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Wtv23AFN/versions/ykdOPLwB/mythicmetals-decorations-0.5.2%2B1.19.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "9992f03fab5e2a04e2571e69fae74824802767ca"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Wtv23AFN"
|
||||||
|
version = "ykdOPLwB"
|
13
.minecraft/mods/mythicmetals.pw.toml
Normal file
13
.minecraft/mods/mythicmetals.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Mythic Metals"
|
||||||
|
filename = "mythicmetals-0.17.3+1.19.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/bAWzYNRd/versions/agtDPt36/mythicmetals-0.17.3%2B1.19.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "829a89c178f54770c55c0513b6a07b6ee99f1cfd"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "bAWzYNRd"
|
||||||
|
version = "agtDPt36"
|
13
.minecraft/mods/nullscape.pw.toml
Normal file
13
.minecraft/mods/nullscape.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Nullscape"
|
||||||
|
filename = "Nullscape_1.19.3_v1.2.1a.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/Z04FxO0c/Nullscape_1.19.3_v1.2.1a.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "7f24f4d8b0a3c435348a6b4d153bd04d96105a14"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "LPjGiSO4"
|
||||||
|
version = "Z04FxO0c"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Pehkui"
|
name = "Pehkui"
|
||||||
filename = "Pehkui-3.7.3+1.14.4-1.20.jar"
|
filename = "Pehkui-3.7.5+1.14.4-1.20.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/t5W7Jfwy/versions/T6zz9cnV/Pehkui-3.7.3%2B1.14.4-1.20.jar"
|
url = "https://cdn.modrinth.com/data/t5W7Jfwy/versions/riJf9xr3/Pehkui-3.7.5%2B1.14.4-1.20.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "8a5e4ce714a047c26b553e59a8f0d8a2aedf0fb7"
|
hash = "8544704adb36883fd1a1c80f9e1b6454ac067330"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "t5W7Jfwy"
|
mod-id = "t5W7Jfwy"
|
||||||
version = "T6zz9cnV"
|
version = "riJf9xr3"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Peripheralium"
|
name = "Peripheralium"
|
||||||
filename = "Peripheralium-0.4.17-1.19.2.jar"
|
filename = "peripheralium-0.4.21-1.19.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "f92fb1425b42afb4cc62901f89da5e9a85cc3eb9"
|
hash = "9c04d66503983388635352b22c71264eb8a00420"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 4264608
|
file-id = 4541942
|
||||||
project-id = 621088
|
project-id = 621088
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "PlayerEx"
|
name = "PlayerEx"
|
||||||
filename = "playerex-3.5.2.jar"
|
filename = "playerex-3.5.3.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/o5GUN4b1/versions/3aJLgtoZ/playerex-3.5.2.jar"
|
url = "https://cdn.modrinth.com/data/o5GUN4b1/versions/DyoKO3ez/playerex-3.5.3.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "bc954f5eb51e71710b79218a99add9196743ab2c"
|
hash = "3d8bc87fa64cd1c66550a75162fcafdc9d858014"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "o5GUN4b1"
|
mod-id = "o5GUN4b1"
|
||||||
version = "3aJLgtoZ"
|
version = "DyoKO3ez"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "ProbeJS"
|
name = "ProbeJS"
|
||||||
filename = "probejs-4.4.0-fabric.jar"
|
filename = "probejs-4.8.0-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "22e798e3386eb9bcd3f615e944939d6180fb0f78"
|
hash = "26ece6516111e9fa1522180467155beb0325cc28"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 4415080
|
file-id = 4546436
|
||||||
project-id = 585406
|
project-id = 585406
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Roughly Enough Items (REI)"
|
name = "Roughly Enough Items (REI)"
|
||||||
filename = "RoughlyEnoughItems-9.1.595.jar"
|
filename = "RoughlyEnoughItems-9.1.619.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/AE6AqZDy/RoughlyEnoughItems-9.1.595.jar"
|
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/6vWZi3Ug/RoughlyEnoughItems-9.1.619.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "e4603da9f1b64e672018a359d83125d2c8235d07"
|
hash = "cbf8dbe7237863ac4ad3ff10dbdc67382e91d2c9"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "nfn13YXA"
|
mod-id = "nfn13YXA"
|
||||||
version = "AE6AqZDy"
|
version = "6vWZi3Ug"
|
||||||
|
|
13
.minecraft/mods/resourceful-config.pw.toml
Normal file
13
.minecraft/mods/resourceful-config.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Resourceful Config"
|
||||||
|
filename = "resourcefulconfig-fabric-1.19.2-1.0.20.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/M1953qlQ/versions/TIzyR4bY/resourcefulconfig-fabric-1.19.2-1.0.20.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "1976a1cbadc2bb22f9bec3c250f0851e12d3bae7"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "M1953qlQ"
|
||||||
|
version = "TIzyR4bY"
|
13
.minecraft/mods/resourceful-lib.pw.toml
Normal file
13
.minecraft/mods/resourceful-lib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Resourceful Lib"
|
||||||
|
filename = "resourcefullib-fabric-1.19.2-1.1.24.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/mxiPijSw/resourcefullib-fabric-1.19.2-1.1.24.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "aaf8fccd57dabc8bbb7302741a4da2418908e20f"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "G1hIVOrD"
|
||||||
|
version = "mxiPijSw"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Simple Voice Chat"
|
name = "Simple Voice Chat"
|
||||||
filename = "voicechat-fabric-1.19.2-2.4.5.jar"
|
filename = "voicechat-fabric-1.19.2-2.4.10.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/EDqQK2Bn/voicechat-fabric-1.19.2-2.4.5.jar"
|
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/onVH7UO9/voicechat-fabric-1.19.2-2.4.10.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "0d7c4ab0c1a6d0e8d6afe323201cec51e55a18d4"
|
hash = "d1da3c14be494e20165c7810282be90e6a67025d"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "9eGKb6K1"
|
mod-id = "9eGKb6K1"
|
||||||
version = "EDqQK2Bn"
|
version = "onVH7UO9"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Traveler's Backpack"
|
name = "Traveler's Backpack"
|
||||||
filename = "travelers-backpack-1.19.2-8.2.19.jar"
|
filename = "travelers-backpack-1.19.2-8.2.23.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/rlloIFEV/versions/C5cDj800/travelers-backpack-1.19.2-8.2.19.jar"
|
url = "https://cdn.modrinth.com/data/rlloIFEV/versions/zPIVq8HQ/travelers-backpack-1.19.2-8.2.23.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "0c1b573b42b51a9db8d2845a1ab2b4bb1869c175"
|
hash = "3ea765cd36018f4c7619662864dc9b5138b006a6"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "rlloIFEV"
|
mod-id = "rlloIFEV"
|
||||||
version = "C5cDj800"
|
version = "zPIVq8HQ"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Turtlematic"
|
name = "Turtlematic"
|
||||||
filename = "turtlematic-0.5.2.jar"
|
filename = "turtlematic-0.5.4.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "74fc82f454eb6af0ce3f317a136907cf517ed9aa"
|
hash = "157fa3729232a465f21546b517e11e1c89238373"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 4276843
|
file-id = 4542008
|
||||||
project-id = 618288
|
project-id = 618288
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "UnlimitedPeripheralWorks"
|
name = "UnlimitedPeripheralWorks"
|
||||||
filename = "peripheralworks-0.2.2.jar"
|
filename = "peripheralworks-0.2.8.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "fa10bc9a83a087d239bd7a3086ddd4fc0e9be3bd"
|
hash = "8ed7140ca435a208fb9cbc118697911231c6ec8e"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 4267954
|
file-id = 4570554
|
||||||
project-id = 621851
|
project-id = 621851
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Vanish"
|
|
||||||
filename = "vanish-1.3.2.jar"
|
|
||||||
side = "server"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/UL4bJFDY/versions/zr3pJkB2/vanish-1.3.2.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "1803304be803d0c2bd1333f4c8e1af4265a6a8ee"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "UL4bJFDY"
|
|
||||||
version = "zr3pJkB2"
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Xaero's World Map"
|
name = "Xaero's World Map"
|
||||||
filename = "XaerosWorldMap_1.30.0_Fabric_1.19.1.jar"
|
filename = "XaerosWorldMap_1.30.6_Fabric_1.19.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "c577920cd108145342305cd22b4430a43361b592"
|
hash = "d3054e28a6bf1793140b8b4c06c33176d51afec4"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 4492956
|
file-id = 4594981
|
||||||
project-id = 317780
|
project-id = 317780
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Your Options Shall Be Respected (YOSBR)"
|
name = "Your Options Shall Be Respected (YOSBR)"
|
||||||
filename = "yosbr-0.1.1.jar"
|
filename = "yosbr-0.1.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "0643830cab952fc96872702e681b863b550c8530"
|
hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 2934596
|
file-id = 4581910
|
||||||
project-id = 374274
|
project-id = 374274
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "d33671c603eace6bbedf06c78a80252dfbb813ffee0f98db7fedc571e81b8d07"
|
hash = "1373a4ff226f609c14831e7a66d53f9fd9d07f86b4e0bdd9caa8b54f4ef37d99"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.19"
|
fabric = "0.14.19"
|
||||||
|
|
96
Makefile
96
Makefile
|
@ -1,59 +1,99 @@
|
||||||
default:
|
default:
|
||||||
@echo "No Default make command configured"
|
@echo "No Default make command configured"
|
||||||
@echo "Please use either"
|
@echo "Please use either"
|
||||||
@echo " - make curseforge"
|
@echo " - make multimc"
|
||||||
@echo " - make multimc"
|
@echo " - make curseforge"
|
||||||
@echo " - make technic"
|
@echo " - make modrinth"
|
||||||
@echo " - make all"
|
@echo " - make technic"
|
||||||
|
@echo " - make server"
|
||||||
|
@echo " - make all"
|
||||||
|
@echo ""
|
||||||
|
@echo "Curseforge will make a curseforge import file"
|
||||||
|
@echo ""
|
||||||
|
@echo "Modrinth will make a modrinth import file"
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "Curseforge will make a curseforge compatible zip"
|
|
||||||
@echo "Multimc will make a multimc zip file which contains"
|
@echo "Multimc will make a multimc zip file which contains"
|
||||||
@echo " the packwiz updater"
|
@echo " the packwiz updater"
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "Technic will make a technic pack zip"
|
@echo "Technic will make a technic pack zip"
|
||||||
@echo ""
|
@echo ""
|
||||||
|
@echo "Server will make a server pack zip"
|
||||||
|
@echo " This will include the packwiz updater,"
|
||||||
|
@echo " but will not be configured to run by default"
|
||||||
|
@echo ""
|
||||||
@echo "All will make all packs it can"
|
@echo "All will make all packs it can"
|
||||||
@echo ""
|
@echo ""
|
||||||
|
|
||||||
PACKNAME := $(notdir $(CURDIR))
|
PACKNAME := $(notdir $(CURDIR))
|
||||||
|
PACKURL := $(shell pw detect)
|
||||||
|
|
||||||
curseforge: preBuild
|
curseforge: refresh
|
||||||
|
-mkdir .build
|
||||||
@echo "Making Curseforge pack"
|
@echo "Making Curseforge pack"
|
||||||
packwiz curseforge export --pack-file .minecraft/pack.toml
|
packwiz curseforge export --pack-file .minecraft/pack.toml
|
||||||
mv ./*.zip ./.build/
|
mv ./*.zip ./.build/${PACKNAME}-curseforge.zip
|
||||||
|
|
||||||
modrinth: preBuild
|
modrinth: refresh
|
||||||
|
-mkdir .build
|
||||||
@echo "Making Modrinth pack"
|
@echo "Making Modrinth pack"
|
||||||
packwiz modrinth export --pack-file .minecraft/pack.toml
|
packwiz modrinth export --pack-file .minecraft/pack.toml
|
||||||
mv ./*.mrpack ./.build/
|
mv ./*.mrpack ./.build/${PACKNAME}-modrinth.mrpack
|
||||||
|
|
||||||
multimc: preBuild
|
multimc: refresh
|
||||||
|
-mkdir .build
|
||||||
@echo "Making MultiMC pack"
|
@echo "Making MultiMC pack"
|
||||||
-rm .build/${PACKNAME}-multimc.zip
|
7z d .build/${PACKNAME}-multimc.zip ./* -r
|
||||||
7z a .build/${PACKNAME}-multimc.zip ./* -x!Makefile -x!README.md
|
7z d .build/${PACKNAME}-multimc.zip ./.minecraft -r
|
||||||
7z a .build/${PACKNAME}-multimc.zip .minecraft/packwiz-installer-bootstrap.jar -r
|
@sed -i 's#{PACKURL}#${PACKURL}#' instance.cfg
|
||||||
|
7z a .build/${PACKNAME}-multimc.zip ./* -r
|
||||||
|
7z a .build/${PACKNAME}-multimc.zip ./.minecraft -r
|
||||||
|
7z d .build/${PACKNAME}-multimc.zip ./.build ./.minecraft/mods ./.minecraft/pack.toml ./.minecraft/index.toml -r
|
||||||
|
@sed -i 's#${PACKURL}#{PACKURL}#' instance.cfg
|
||||||
|
|
||||||
technic: preBuild
|
technic: refresh
|
||||||
|
-mkdir .build
|
||||||
@echo "Making Technic pack"
|
@echo "Making Technic pack"
|
||||||
@-mkdir .technic
|
|
||||||
@-cp ${PACKNAME}_icon.png .technic/icon.png
|
|
||||||
@cd .technic && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml && cd ..
|
|
||||||
@-mv .technic/frontier_mc.png .technic/icon.png
|
|
||||||
7z a .build/${PACKNAME}-technic.zip .technic/* -r
|
|
||||||
|
|
||||||
preClean:
|
|
||||||
-rm -rf .build
|
|
||||||
|
|
||||||
postClean:
|
|
||||||
-rm -rf .technic
|
-rm -rf .technic
|
||||||
|
-cp -r .minecraft .technic
|
||||||
|
cp ${PACKNAME}_icon.png .technic/icon.png
|
||||||
|
cd .technic && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml && cd ..
|
||||||
|
-rm -rf .technic/packwiz* .technic/index.toml .technic/pack.toml .technic/mods/*.toml
|
||||||
|
7z d .build/${PACKNAME}-technic.zip ./* ./.* -r
|
||||||
|
7z a .build/${PACKNAME}-technic.zip ./.technic/* -r
|
||||||
|
|
||||||
|
server: refresh
|
||||||
|
-mkdir .build
|
||||||
|
@echo "Making Server pack"
|
||||||
|
-rm -rf .server
|
||||||
|
-cp -r .minecraft .server
|
||||||
|
cp ${PACKNAME}_icon.png .server/server-icon.png
|
||||||
|
cd .server && java -jar ../.minecraft/packwiz-installer-bootstrap.jar -s server ../.minecraft/pack.toml && cd ..
|
||||||
|
7z d .build/${PACKNAME}-server.zip ./* ./.* -r
|
||||||
|
7z a .build/${PACKNAME}-server.zip ./.server/* -r
|
||||||
|
|
||||||
|
preClean: refresh
|
||||||
|
-rm -rf .build
|
||||||
|
-rm -rf .server
|
||||||
|
postClean: refresh
|
||||||
|
-rm -rf .technic
|
||||||
|
-rm -rf .server
|
||||||
-git gc --aggressive --prune
|
-git gc --aggressive --prune
|
||||||
|
clean: preClean postClean
|
||||||
|
|
||||||
preBuild:
|
all: preClean curseforge modrinth multimc technic server postClean
|
||||||
@-mkdir .build
|
|
||||||
|
|
||||||
all: preClean curseforge modrinth multimc technic postClean
|
refresh:
|
||||||
|
cd .minecraft && packwiz refresh
|
||||||
|
|
||||||
update-packwiz:
|
update-packwiz:
|
||||||
go install github.com/packwiz/packwiz@latest
|
go install github.com/packwiz/packwiz@latest
|
||||||
|
go install github.com/Merith-TK/packwiz-wrapper/cmd/pw@main
|
||||||
clear
|
clear
|
||||||
@echo "Packwiz has been Updated"
|
@echo "Packwiz has been Updated"
|
||||||
|
|
||||||
|
run-server:
|
||||||
|
cd .minecraft && pw refresh && cd ..
|
||||||
|
-mkdir .run
|
||||||
|
echo "eula=true" > .run/eula.txt
|
||||||
|
cd .run && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml -s server && cd ..
|
||||||
|
cd .run && java -Xmx2G -Xms2G -jar server.jar nogui && cd ..
|
||||||
|
|
Loading…
Reference in a new issue