From fcd2bf843798165fcf460449d5e35e58e9fe5394 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Sat, 11 Jun 2022 14:06:33 -0700 Subject: [PATCH] codecraft base --- .minecraft/bin/version.json | 55 ----- .../{modpack.icon.png => codecraft_icon.png} | Bin .minecraft/index.toml | 228 +++++++++++++++++- .minecraft/mods/advanced-peripherals.pw.toml | 13 + .minecraft/mods/appleskin.pw.toml | 13 + .minecraft/mods/applied-energistics-2.pw.toml | 13 + .minecraft/mods/architectury-api.pw.toml | 13 + .minecraft/mods/autoreglib.pw.toml | 13 + .minecraft/mods/backpacked.pw.toml | 13 + .minecraft/mods/badpackets.pw.toml | 13 + .minecraft/mods/balm.pw.toml | 13 + .minecraft/mods/betterf3.pw.toml | 13 + .minecraft/mods/biomes-o-plenty.pw.toml | 13 + .minecraft/mods/budschies-morph-mod.pw.toml | 13 + .minecraft/mods/carry-on.pw.toml | 13 + .minecraft/mods/cc-tweaked.pw.toml | 13 + .minecraft/mods/cloth-config.pw.toml | 13 + .minecraft/mods/clumps.pw.toml | 13 + .minecraft/mods/codechicken-lib-1-8.pw.toml | 13 + .minecraft/mods/configured.pw.toml | 13 + .minecraft/mods/create.pw.toml | 13 + .minecraft/mods/easier-sleeping.pw.toml | 13 + .minecraft/mods/ender-storage-1-8.pw.toml | 13 + .minecraft/mods/flywheel.pw.toml | 13 + .minecraft/mods/framework.pw.toml | 13 + .minecraft/mods/ftb-chunks-forge.pw.toml | 13 + .minecraft/mods/ftb-library-forge.pw.toml | 13 + .minecraft/mods/ftb-teams-forge.pw.toml | 13 + .minecraft/mods/ftb-ultimine-forge.pw.toml | 13 + .minecraft/mods/gobber.pw.toml | 13 + .minecraft/mods/goblin-traders.pw.toml | 13 + .minecraft/mods/ironchests.pw.toml | 13 + .minecraft/mods/jei.pw.toml | 13 + .minecraft/mods/journeymap.pw.toml | 13 + .../mods/just-enough-resources-jer.pw.toml | 13 + .minecraft/mods/lithium.toml | 13 - .minecraft/mods/mantle.pw.toml | 13 + .minecraft/mods/mekanism-generators.pw.toml | 13 + .minecraft/mods/mekanism-tools.pw.toml | 13 + .minecraft/mods/mekanism.pw.toml | 13 + .../mods/mrcrayfish-furniture-mod.pw.toml | 13 + .minecraft/mods/mrcrayfishs-gun-mod.pw.toml | 13 + .minecraft/mods/phosphor.toml | 13 - .minecraft/mods/quark.pw.toml | 13 + .minecraft/mods/security-craft.pw.toml | 13 + .minecraft/mods/sodium.toml | 13 - .minecraft/mods/storage-drawers.pw.toml | 13 + .minecraft/mods/terrablender.pw.toml | 13 + .minecraft/mods/tinkers-construct.pw.toml | 13 + .minecraft/mods/waystones.pw.toml | 13 + .minecraft/mods/wthit-forge.pw.toml | 13 + .minecraft/pack.toml | 12 +- Makefile | 24 +- instance.cfg | 4 +- mmc-pack.json | 28 +-- 55 files changed, 829 insertions(+), 146 deletions(-) delete mode 100644 .minecraft/bin/version.json rename .minecraft/{modpack.icon.png => codecraft_icon.png} (100%) create mode 100644 .minecraft/mods/advanced-peripherals.pw.toml create mode 100644 .minecraft/mods/appleskin.pw.toml create mode 100644 .minecraft/mods/applied-energistics-2.pw.toml create mode 100644 .minecraft/mods/architectury-api.pw.toml create mode 100644 .minecraft/mods/autoreglib.pw.toml create mode 100644 .minecraft/mods/backpacked.pw.toml create mode 100644 .minecraft/mods/badpackets.pw.toml create mode 100644 .minecraft/mods/balm.pw.toml create mode 100644 .minecraft/mods/betterf3.pw.toml create mode 100644 .minecraft/mods/biomes-o-plenty.pw.toml create mode 100644 .minecraft/mods/budschies-morph-mod.pw.toml create mode 100644 .minecraft/mods/carry-on.pw.toml create mode 100644 .minecraft/mods/cc-tweaked.pw.toml create mode 100644 .minecraft/mods/cloth-config.pw.toml create mode 100644 .minecraft/mods/clumps.pw.toml create mode 100644 .minecraft/mods/codechicken-lib-1-8.pw.toml create mode 100644 .minecraft/mods/configured.pw.toml create mode 100644 .minecraft/mods/create.pw.toml create mode 100644 .minecraft/mods/easier-sleeping.pw.toml create mode 100644 .minecraft/mods/ender-storage-1-8.pw.toml create mode 100644 .minecraft/mods/flywheel.pw.toml create mode 100644 .minecraft/mods/framework.pw.toml create mode 100644 .minecraft/mods/ftb-chunks-forge.pw.toml create mode 100644 .minecraft/mods/ftb-library-forge.pw.toml create mode 100644 .minecraft/mods/ftb-teams-forge.pw.toml create mode 100644 .minecraft/mods/ftb-ultimine-forge.pw.toml create mode 100644 .minecraft/mods/gobber.pw.toml create mode 100644 .minecraft/mods/goblin-traders.pw.toml create mode 100644 .minecraft/mods/ironchests.pw.toml create mode 100644 .minecraft/mods/jei.pw.toml create mode 100644 .minecraft/mods/journeymap.pw.toml create mode 100644 .minecraft/mods/just-enough-resources-jer.pw.toml delete mode 100644 .minecraft/mods/lithium.toml create mode 100644 .minecraft/mods/mantle.pw.toml create mode 100644 .minecraft/mods/mekanism-generators.pw.toml create mode 100644 .minecraft/mods/mekanism-tools.pw.toml create mode 100644 .minecraft/mods/mekanism.pw.toml create mode 100644 .minecraft/mods/mrcrayfish-furniture-mod.pw.toml create mode 100644 .minecraft/mods/mrcrayfishs-gun-mod.pw.toml delete mode 100644 .minecraft/mods/phosphor.toml create mode 100644 .minecraft/mods/quark.pw.toml create mode 100644 .minecraft/mods/security-craft.pw.toml delete mode 100644 .minecraft/mods/sodium.toml create mode 100644 .minecraft/mods/storage-drawers.pw.toml create mode 100644 .minecraft/mods/terrablender.pw.toml create mode 100644 .minecraft/mods/tinkers-construct.pw.toml create mode 100644 .minecraft/mods/waystones.pw.toml create mode 100644 .minecraft/mods/wthit-forge.pw.toml diff --git a/.minecraft/bin/version.json b/.minecraft/bin/version.json deleted file mode 100644 index bd620d1..0000000 --- a/.minecraft/bin/version.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "id": "1.18.1", - "inheritsFrom": "1.18.1", - "releaseTime": "2022-02-25T18:25:26+0000", - "time": "2022-02-25T18:25:26+0000", - "type": "release", - "minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --versionType ${version_type}", - "libraries": [ - { - "name": "net.fabricmc:tiny-mappings-parser:0.3.0+build.17", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "net.fabricmc:sponge-mixin:0.11.2+mixin.0.8.5", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "net.fabricmc:tiny-remapper:0.8.1", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "net.fabricmc:access-widener:2.1.0", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "org.ow2.asm:asm:9.2", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "org.ow2.asm:asm-analysis:9.2", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "org.ow2.asm:asm-commons:9.2", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "org.ow2.asm:asm-tree:9.2", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "org.ow2.asm:asm-util:9.2", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "net.fabricmc:intermediary:1.18.1", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "net.fabricmc:fabric-loader:0.13.3", - "url": "https://maven.fabricmc.net/" - } - ], - "mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient" -} \ No newline at end of file diff --git a/.minecraft/modpack.icon.png b/.minecraft/codecraft_icon.png similarity index 100% rename from .minecraft/modpack.icon.png rename to .minecraft/codecraft_icon.png diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 1040aea..4c7fad1 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -1,26 +1,232 @@ hash-format = "sha256" [[files]] -file = "bin/version.json" -hash = "b5f8dc11af2e5d2eeb17007a53fced417fdb3020baac8a8f8dd230a2d3fd854e" - -[[files]] -file = "modpack.icon.png" +file = "codecraft_icon.png" hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c" [[files]] -file = "mods/lithium.toml" -hash = "5a5c6174eda3db8594761efaf64308c44702b3f2a25957b0c35825b0109a1ef0" +file = "mods/advanced-peripherals.pw.toml" +hash = "8390b3bbeeac78407a6604cc440ae8fa8d923d214d99be9b2aad75054541a77e" metafile = true [[files]] -file = "mods/phosphor.toml" -hash = "1fbb24b0b382c6d21bd2fed103e564bfe5f3e5ee10e6686faafd0164f07bf8da" +file = "mods/appleskin.pw.toml" +hash = "191b7a13538f73f7ca8553e4368d22e8675dcc6778df67e772f4e58b2fcd334a" metafile = true [[files]] -file = "mods/sodium.toml" -hash = "4aba93a705eb2c6300818297bc1d85329b9b085392810dbf15c79b5e3dd6d0ef" +file = "mods/applied-energistics-2.pw.toml" +hash = "532c1c0d03feb7a5ad03894dfcb62cc454dadbec487e3a1c14dad4b0891abc0b" +metafile = true + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "9ee031cb5f49dbcb7ebaf287cc26522423aed3575be155e924e791cc05881f30" +metafile = true + +[[files]] +file = "mods/autoreglib.pw.toml" +hash = "4b9f680bd2c3c2efc44ce41626b2fe5860403a4ec38309ab6fd8a04bac16e8bc" +metafile = true + +[[files]] +file = "mods/backpacked.pw.toml" +hash = "6c20c29130d5c9027bbfefb9b3172636b01cfc0cd6f313e64f695b686a9a9cda" +metafile = true + +[[files]] +file = "mods/badpackets.pw.toml" +hash = "725a7a56115036a03a624eaa8ba271a31351ccd6273b5e21c7b7bd2a48962f25" +metafile = true + +[[files]] +file = "mods/balm.pw.toml" +hash = "b03d1788c1655d52f17bcde0285f59d38822d3b2a8eae430a073f69e3e1b8137" +metafile = true + +[[files]] +file = "mods/betterf3.pw.toml" +hash = "cc049724d0f02b6208a9704ba3357c189d5966d7e4e7668016d42a3c5864ff4f" +metafile = true + +[[files]] +file = "mods/biomes-o-plenty.pw.toml" +hash = "e75d76274519702502a518bcb650ac65becfbeff79f1321568053292e2edb21a" +metafile = true + +[[files]] +file = "mods/budschies-morph-mod.pw.toml" +hash = "d7870e8ece1c4966af4ec301b450d72bb0fe239774bb264593bd24c222aa11be" +metafile = true + +[[files]] +file = "mods/carry-on.pw.toml" +hash = "d22e39f722bf8ef2c78d1287422bb05a159837ca0ee1f304bba2f8f75173da18" +metafile = true + +[[files]] +file = "mods/cc-tweaked.pw.toml" +hash = "f90087355cfe8623daa27bbf23cf07446f2ef9fc53da40386b5ba5c4f7d1accd" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "91310bd661de6d8019a7a9d39c761d5005d1bd1bd9b4f0a7e49296640fe6a33f" +metafile = true + +[[files]] +file = "mods/clumps.pw.toml" +hash = "6a9f1b9e10ecf59176bb08c928425b12433aab172433ce475bbf86093fad8e1b" +metafile = true + +[[files]] +file = "mods/codechicken-lib-1-8.pw.toml" +hash = "a3a7fa2581a4a8d3096e6c083187f425c3212210ea588887a57ebc7c2b6f683e" +metafile = true + +[[files]] +file = "mods/configured.pw.toml" +hash = "33436dd644cc903c0006df71f7f846f46a12e0338a2865eb5826fa0205120731" +metafile = true + +[[files]] +file = "mods/create.pw.toml" +hash = "6260854df98bee184f801f31b6a23459b55381896684ff75ade4a6a09ea665f7" +metafile = true + +[[files]] +file = "mods/easier-sleeping.pw.toml" +hash = "4da0e891c3ebeaa22c6b8b0c81e2ce6352ab09dfdaacc901dc3e5dcc61a69f9c" +metafile = true + +[[files]] +file = "mods/ender-storage-1-8.pw.toml" +hash = "7129dd0baa2447cfc50176833dbbd70cb0b27a9918f7c1e7b68ee22a2fc339be" +metafile = true + +[[files]] +file = "mods/flywheel.pw.toml" +hash = "1ad39bf13de8391ebd87c7788f18c61a45d823ca03496cfa67092088b1919bc5" +metafile = true + +[[files]] +file = "mods/framework.pw.toml" +hash = "489c415beb5143e64a679fa6f5fcaf0d02e3d8576ea883a5afd68d8107bc3d07" +metafile = true + +[[files]] +file = "mods/ftb-chunks-forge.pw.toml" +hash = "05820563ee98555280615c4fae17e090c66c1d3678fdda252980bd48d479afa9" +metafile = true + +[[files]] +file = "mods/ftb-library-forge.pw.toml" +hash = "d98fbbf29291efd1de4680f0e4b7f5be69c7bf192686ac77df1f7ef0a710646e" +metafile = true + +[[files]] +file = "mods/ftb-teams-forge.pw.toml" +hash = "7e52a7a68d42f9dfb6c684a627dfd9d729c4761d81782c15f0f1ee4cdbaeaaa7" +metafile = true + +[[files]] +file = "mods/ftb-ultimine-forge.pw.toml" +hash = "e94099ca3e2a2baa133f298728d7e6434e60da33804ba4b2489d1fd857e83ba1" +metafile = true + +[[files]] +file = "mods/gobber.pw.toml" +hash = "3f10a7d13228e9b0ae9c3871de24b71595596a6dacb8653d408c53c9deb82df4" +metafile = true + +[[files]] +file = "mods/goblin-traders.pw.toml" +hash = "cba15b9745b5c55d2fa692bdb276e59d6fc91aeb862556d96a027808cadb65fe" +metafile = true + +[[files]] +file = "mods/ironchests.pw.toml" +hash = "1ecc3e0a8a331d5aaa2b5d727cfcb459d0038ac907fde92e85c7204efb657b9b" +metafile = true + +[[files]] +file = "mods/jei.pw.toml" +hash = "ea231ad2bdf1567cb6dbffc76dcff7f626b06f249c456a7b71b3211776875d9a" +metafile = true + +[[files]] +file = "mods/journeymap.pw.toml" +hash = "ec1e16d7d1939720686bfe64cc9b71249bccec342e1074ee05cbd3fb09f41df9" +metafile = true + +[[files]] +file = "mods/just-enough-resources-jer.pw.toml" +hash = "39982366b604511392acbac11b875b0c247e8fc60257fc4aa2a07434a7520e0f" +metafile = true + +[[files]] +file = "mods/mantle.pw.toml" +hash = "69a72933ee14cbd140fa5a77dd7536d5a5efdfa471a5a35a393c77da5351d2f4" +metafile = true + +[[files]] +file = "mods/mekanism-generators.pw.toml" +hash = "7cb07e0057fd26a99df0cb766365f1abc763650c3b588cd9cf0131abf4803081" +metafile = true + +[[files]] +file = "mods/mekanism-tools.pw.toml" +hash = "7d41f1ddd01e889d2a0113d3c00ce74cca90c8f89682d07f4fcd0cbd3e5b8fe2" +metafile = true + +[[files]] +file = "mods/mekanism.pw.toml" +hash = "935d2791de02b4e5a29104673ac780566bd9547a6d8ff33b690788b3638d6687" +metafile = true + +[[files]] +file = "mods/mrcrayfish-furniture-mod.pw.toml" +hash = "916c4cb1f3e1a95e6c52cdcac101fdc54ce5e4d1cb568493de2b6bef26a2a8ad" +metafile = true + +[[files]] +file = "mods/mrcrayfishs-gun-mod.pw.toml" +hash = "060c172189a1addc9fe72afa684dcacd3cc25eb2e5edff4ea84a0e3a21d50293" +metafile = true + +[[files]] +file = "mods/quark.pw.toml" +hash = "08e39d12e33b6f35b33c4a32977a320d58020b58af91be8a10a54b3c62d04e65" +metafile = true + +[[files]] +file = "mods/security-craft.pw.toml" +hash = "1040e4342758a574abdbdf092a63f63740d899bad22e3b5710cbf17d137217c1" +metafile = true + +[[files]] +file = "mods/storage-drawers.pw.toml" +hash = "b5e478bee6fd909d03453c2bdac37211e65d983a92a383ae4cb8975a9e493ad9" +metafile = true + +[[files]] +file = "mods/terrablender.pw.toml" +hash = "0d6b8b85af3b07f28bb3ffd3bb01c9f82ee79f7a9da7db84c321bcd5d56a1e7c" +metafile = true + +[[files]] +file = "mods/tinkers-construct.pw.toml" +hash = "dc80deed63bfb2ee3578e88d1ae4c0ed7a3fac0e6f5937767950622eeae3292d" +metafile = true + +[[files]] +file = "mods/waystones.pw.toml" +hash = "6bcb34bef6d487faa3394d912259d737c78422a1b707911576c70e92db8811ab" +metafile = true + +[[files]] +file = "mods/wthit-forge.pw.toml" +hash = "77dcc709c017c38a1c0a351c12ebfdc8c660f0df678c34fee6a8874dc726dfbb" metafile = true [[files]] diff --git a/.minecraft/mods/advanced-peripherals.pw.toml b/.minecraft/mods/advanced-peripherals.pw.toml new file mode 100644 index 0000000..adc43c1 --- /dev/null +++ b/.minecraft/mods/advanced-peripherals.pw.toml @@ -0,0 +1,13 @@ +name = "Advanced Peripherals" +filename = "advancedperipherals-1.18.2-0.7.15b.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2e126279976a88a39e031753aaf0e99ad3e49cc8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3799046 +project-id = 431725 diff --git a/.minecraft/mods/appleskin.pw.toml b/.minecraft/mods/appleskin.pw.toml new file mode 100644 index 0000000..3b167b9 --- /dev/null +++ b/.minecraft/mods/appleskin.pw.toml @@ -0,0 +1,13 @@ +name = "AppleSkin" +filename = "appleskin-forge-mc1.18-2.4.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "36c297edae79cd9c33ce3cdb2230bc36fd9523f0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3686482 +project-id = 248787 diff --git a/.minecraft/mods/applied-energistics-2.pw.toml b/.minecraft/mods/applied-energistics-2.pw.toml new file mode 100644 index 0000000..5e79218 --- /dev/null +++ b/.minecraft/mods/applied-energistics-2.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Energistics 2" +filename = "appliedenergistics2-11.1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "abdbc3755b5660818761742cda8d0e61f715228b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3825350 +project-id = 223794 diff --git a/.minecraft/mods/architectury-api.pw.toml b/.minecraft/mods/architectury-api.pw.toml new file mode 100644 index 0000000..61d4d77 --- /dev/null +++ b/.minecraft/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API (Fabric/Forge)" +filename = "architectury-4.4.68.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0259b6dfaf62a9d4cd4d1cb33f6e57c25ef0c2ce" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3807924 +project-id = 419699 diff --git a/.minecraft/mods/autoreglib.pw.toml b/.minecraft/mods/autoreglib.pw.toml new file mode 100644 index 0000000..19faaae --- /dev/null +++ b/.minecraft/mods/autoreglib.pw.toml @@ -0,0 +1,13 @@ +name = "AutoRegLib" +filename = "AutoRegLib-1.7-53.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3e8f5e0bbf90af2555394b2f9ff704142f979465" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3642382 +project-id = 250363 diff --git a/.minecraft/mods/backpacked.pw.toml b/.minecraft/mods/backpacked.pw.toml new file mode 100644 index 0000000..bad2be7 --- /dev/null +++ b/.minecraft/mods/backpacked.pw.toml @@ -0,0 +1,13 @@ +name = "Backpacked" +filename = "backpacked-2.1.6-1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "80ee97d4ff4e060714ce3ea91108c12b78645960" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3755666 +project-id = 352835 diff --git a/.minecraft/mods/badpackets.pw.toml b/.minecraft/mods/badpackets.pw.toml new file mode 100644 index 0000000..262278e --- /dev/null +++ b/.minecraft/mods/badpackets.pw.toml @@ -0,0 +1,13 @@ +name = "bad packets" +filename = "badpackets-forge-0.1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "971fe0f657da5fc5b2e2be74286421671f7c9f64" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3773642 +project-id = 615134 diff --git a/.minecraft/mods/balm.pw.toml b/.minecraft/mods/balm.pw.toml new file mode 100644 index 0000000..3362b99 --- /dev/null +++ b/.minecraft/mods/balm.pw.toml @@ -0,0 +1,13 @@ +name = "Balm (Forge Edition)" +filename = "balm-3.0.3+0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5adac76aa814044a8de5ca26e590bc34a5ba5c0f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3767671 +project-id = 531761 diff --git a/.minecraft/mods/betterf3.pw.toml b/.minecraft/mods/betterf3.pw.toml new file mode 100644 index 0000000..56a1fa7 --- /dev/null +++ b/.minecraft/mods/betterf3.pw.toml @@ -0,0 +1,13 @@ +name = "BetterF3" +filename = "BetterF3-1.2.5-Forge-1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a099fae06e06c76858da57c46650459658fc578c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3798367 +project-id = 401648 diff --git a/.minecraft/mods/biomes-o-plenty.pw.toml b/.minecraft/mods/biomes-o-plenty.pw.toml new file mode 100644 index 0000000..818d6af --- /dev/null +++ b/.minecraft/mods/biomes-o-plenty.pw.toml @@ -0,0 +1,13 @@ +name = "Biomes O' Plenty" +filename = "BiomesOPlenty-1.18.2-16.0.0.109-universal.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "760d09f3c530eb9dd1cf5d3c908ca922b3270c17" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3759236 +project-id = 220318 diff --git a/.minecraft/mods/budschies-morph-mod.pw.toml b/.minecraft/mods/budschies-morph-mod.pw.toml new file mode 100644 index 0000000..fea1ba6 --- /dev/null +++ b/.minecraft/mods/budschies-morph-mod.pw.toml @@ -0,0 +1,13 @@ +name = "Budschie's Morph Mod" +filename = "bmorph-1.18.2-1.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0d6a2dbb0897c1437c365521ca212f2c12fa078e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3802542 +project-id = 476409 diff --git a/.minecraft/mods/carry-on.pw.toml b/.minecraft/mods/carry-on.pw.toml new file mode 100644 index 0000000..7675e28 --- /dev/null +++ b/.minecraft/mods/carry-on.pw.toml @@ -0,0 +1,13 @@ +name = "Carry On" +filename = "carryon-1.18.2-1.17.0.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "379256bc458f5ca20b4c3d1d5a89fac3f913ef93" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3674344 +project-id = 274259 diff --git a/.minecraft/mods/cc-tweaked.pw.toml b/.minecraft/mods/cc-tweaked.pw.toml new file mode 100644 index 0000000..6945821 --- /dev/null +++ b/.minecraft/mods/cc-tweaked.pw.toml @@ -0,0 +1,13 @@ +name = "CC: Tweaked" +filename = "cc-tweaked-1.18.2-1.100.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a357f5f431f50efd8cee02d592e8fe9eb3f51a56" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3770724 +project-id = 282001 diff --git a/.minecraft/mods/cloth-config.pw.toml b/.minecraft/mods/cloth-config.pw.toml new file mode 100644 index 0000000..992b0e0 --- /dev/null +++ b/.minecraft/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge)" +filename = "cloth-config-6.2.62-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1da6c984afef261cd5484ede8685abfe5242198b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3782776 +project-id = 348521 diff --git a/.minecraft/mods/clumps.pw.toml b/.minecraft/mods/clumps.pw.toml new file mode 100644 index 0000000..cf7cd9a --- /dev/null +++ b/.minecraft/mods/clumps.pw.toml @@ -0,0 +1,13 @@ +name = "Clumps" +filename = "Clumps-forge-1.18.2-8.0.0+8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "09f702445fb8ec8954318747c282ca84c093a63b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3757581 +project-id = 256717 diff --git a/.minecraft/mods/codechicken-lib-1-8.pw.toml b/.minecraft/mods/codechicken-lib-1-8.pw.toml new file mode 100644 index 0000000..84f6780 --- /dev/null +++ b/.minecraft/mods/codechicken-lib-1-8.pw.toml @@ -0,0 +1,13 @@ +name = "CodeChicken Lib 1.8.+" +filename = "CodeChickenLib-1.18.2-4.1.0.461-universal.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "42873bdb729804317fa08aaed120d10bbbe9b6ea" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3819273 +project-id = 242818 diff --git a/.minecraft/mods/configured.pw.toml b/.minecraft/mods/configured.pw.toml new file mode 100644 index 0000000..8f95a4d --- /dev/null +++ b/.minecraft/mods/configured.pw.toml @@ -0,0 +1,13 @@ +name = "Configured" +filename = "configured-1.5.3-1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c6be107c43666391ea5e25e847df2b96c2230bc3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3721946 +project-id = 457570 diff --git a/.minecraft/mods/create.pw.toml b/.minecraft/mods/create.pw.toml new file mode 100644 index 0000000..861cab5 --- /dev/null +++ b/.minecraft/mods/create.pw.toml @@ -0,0 +1,13 @@ +name = "Create" +filename = "create-mc1.18.2_v0.4.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "47f01160e2650c6d63c0d8cde2f72cee39d313f3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3737418 +project-id = 328085 diff --git a/.minecraft/mods/easier-sleeping.pw.toml b/.minecraft/mods/easier-sleeping.pw.toml new file mode 100644 index 0000000..1e49378 --- /dev/null +++ b/.minecraft/mods/easier-sleeping.pw.toml @@ -0,0 +1,13 @@ +name = "Easier Sleeping" +filename = "EasierSleeping-1.18.2-2.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "483a35a0a500f8cf5da16141492ef8ed6501b27f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3683922 +project-id = 388364 diff --git a/.minecraft/mods/ender-storage-1-8.pw.toml b/.minecraft/mods/ender-storage-1-8.pw.toml new file mode 100644 index 0000000..4f804fc --- /dev/null +++ b/.minecraft/mods/ender-storage-1-8.pw.toml @@ -0,0 +1,13 @@ +name = "Ender Storage 1.8.+" +filename = "EnderStorage-1.18.2-2.9.0.177-universal.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "613f5ac1455589b0995d0090553073db07ec60ad" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3805611 +project-id = 245174 diff --git a/.minecraft/mods/flywheel.pw.toml b/.minecraft/mods/flywheel.pw.toml new file mode 100644 index 0000000..b831b8b --- /dev/null +++ b/.minecraft/mods/flywheel.pw.toml @@ -0,0 +1,13 @@ +name = "Flywheel" +filename = "flywheel-forge-1.18-0.6.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "14e008e1c93af508b32d1f37175b03a71404b63a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3737402 +project-id = 486392 diff --git a/.minecraft/mods/framework.pw.toml b/.minecraft/mods/framework.pw.toml new file mode 100644 index 0000000..981097a --- /dev/null +++ b/.minecraft/mods/framework.pw.toml @@ -0,0 +1,13 @@ +name = "Framework" +filename = "framework-0.2.3-1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d4439ba12197b27503a2cdbc63ed9167e6970dbf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3723144 +project-id = 549225 diff --git a/.minecraft/mods/ftb-chunks-forge.pw.toml b/.minecraft/mods/ftb-chunks-forge.pw.toml new file mode 100644 index 0000000..0d37864 --- /dev/null +++ b/.minecraft/mods/ftb-chunks-forge.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Chunks (Forge)" +filename = "ftb-chunks-forge-1802.3.6-build.145.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "27fa21655de87703718468ba4ac9ac1d3905cb71" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3787348 +project-id = 314906 diff --git a/.minecraft/mods/ftb-library-forge.pw.toml b/.minecraft/mods/ftb-library-forge.pw.toml new file mode 100644 index 0000000..5044e0a --- /dev/null +++ b/.minecraft/mods/ftb-library-forge.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Library (Forge)" +filename = "ftb-library-forge-1802.3.6-build.119.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e9373d62a9a43e0ba877ec7e5e197423d23ad62b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3794623 +project-id = 404465 diff --git a/.minecraft/mods/ftb-teams-forge.pw.toml b/.minecraft/mods/ftb-teams-forge.pw.toml new file mode 100644 index 0000000..9465fe0 --- /dev/null +++ b/.minecraft/mods/ftb-teams-forge.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Teams (Forge)" +filename = "ftb-teams-forge-1802.2.6-build.51.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "822e59c0fb2e50ce102350caaa6955d493c94c37" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3725501 +project-id = 404468 diff --git a/.minecraft/mods/ftb-ultimine-forge.pw.toml b/.minecraft/mods/ftb-ultimine-forge.pw.toml new file mode 100644 index 0000000..65ca77c --- /dev/null +++ b/.minecraft/mods/ftb-ultimine-forge.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Ultimine (Forge)" +filename = "ftb-ultimine-forge-1802.3.3-build.55.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "52437049624fec58740f6490a7ef01724d5bb2f6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3725672 +project-id = 386134 diff --git a/.minecraft/mods/gobber.pw.toml b/.minecraft/mods/gobber.pw.toml new file mode 100644 index 0000000..ceb9779 --- /dev/null +++ b/.minecraft/mods/gobber.pw.toml @@ -0,0 +1,13 @@ +name = "Gobber [FORGE]" +filename = "Gobber2-Forge-1.18.2-2.6.26.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "17a5c7144756f784cf2c4d01fe14abc76bb06ee8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3793707 +project-id = 301700 diff --git a/.minecraft/mods/goblin-traders.pw.toml b/.minecraft/mods/goblin-traders.pw.toml new file mode 100644 index 0000000..ac321d1 --- /dev/null +++ b/.minecraft/mods/goblin-traders.pw.toml @@ -0,0 +1,13 @@ +name = "Goblin Traders" +filename = "goblintraders-1.7.2-1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ec0faa39f16fe82d5fad1daa409478c20e794bd5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3780535 +project-id = 363703 diff --git a/.minecraft/mods/ironchests.pw.toml b/.minecraft/mods/ironchests.pw.toml new file mode 100644 index 0000000..54ccbad --- /dev/null +++ b/.minecraft/mods/ironchests.pw.toml @@ -0,0 +1,13 @@ +name = "Iron Chests: Restocked" +filename = "ironchests-2.0.2-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ec2bb97fcea8370176a3eff1feb1c6728f750888" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3791053 +project-id = 498794 diff --git a/.minecraft/mods/jei.pw.toml b/.minecraft/mods/jei.pw.toml new file mode 100644 index 0000000..3fd8be7 --- /dev/null +++ b/.minecraft/mods/jei.pw.toml @@ -0,0 +1,13 @@ +name = "Just Enough Items (JEI)" +filename = "jei-1.18.2-9.7.0.195.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f80b8af0660261bc014aec676b473aacc59ea78e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3788739 +project-id = 238222 diff --git a/.minecraft/mods/journeymap.pw.toml b/.minecraft/mods/journeymap.pw.toml new file mode 100644 index 0000000..575a10c --- /dev/null +++ b/.minecraft/mods/journeymap.pw.toml @@ -0,0 +1,13 @@ +name = "JourneyMap" +filename = "journeymap-1.18.2-5.8.4-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b14580856a627ad9847720ad95a243aaaa3ef745" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3796379 +project-id = 32274 diff --git a/.minecraft/mods/just-enough-resources-jer.pw.toml b/.minecraft/mods/just-enough-resources-jer.pw.toml new file mode 100644 index 0000000..f8a6d9d --- /dev/null +++ b/.minecraft/mods/just-enough-resources-jer.pw.toml @@ -0,0 +1,13 @@ +name = "Just Enough Resources (JER)" +filename = "JustEnoughResources-1.18.2-0.14.1.170.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5379d487f9fef33a780321be2edde9d78d69241c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3807822 +project-id = 240630 diff --git a/.minecraft/mods/lithium.toml b/.minecraft/mods/lithium.toml deleted file mode 100644 index 0a37cf3..0000000 --- a/.minecraft/mods/lithium.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Lithium (Fabric)" -filename = "lithium-fabric-mc1.18.1-0.7.8.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3659/182/lithium-fabric-mc1.18.1-0.7.8.jar" -hash-format = "sha1" -hash = "8b7cd216fee54b9acc261005cae5acbc856b1933" - -[update] -[update.curseforge] -file-id = 3659182 -project-id = 360438 diff --git a/.minecraft/mods/mantle.pw.toml b/.minecraft/mods/mantle.pw.toml new file mode 100644 index 0000000..4b47336 --- /dev/null +++ b/.minecraft/mods/mantle.pw.toml @@ -0,0 +1,13 @@ +name = "Mantle" +filename = "Mantle-1.18.2-1.9.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "669698109b979cf01a26b88fbf3fab85710a8b82" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3784500 +project-id = 74924 diff --git a/.minecraft/mods/mekanism-generators.pw.toml b/.minecraft/mods/mekanism-generators.pw.toml new file mode 100644 index 0000000..5b801f6 --- /dev/null +++ b/.minecraft/mods/mekanism-generators.pw.toml @@ -0,0 +1,13 @@ +name = "Mekanism Generators" +filename = "MekanismGenerators-1.18.2-10.2.2.462.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0735726b443b63fbed665a19133553eef3951a00" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3810542 +project-id = 268566 diff --git a/.minecraft/mods/mekanism-tools.pw.toml b/.minecraft/mods/mekanism-tools.pw.toml new file mode 100644 index 0000000..2a776a9 --- /dev/null +++ b/.minecraft/mods/mekanism-tools.pw.toml @@ -0,0 +1,13 @@ +name = "Mekanism Tools" +filename = "MekanismTools-1.18.2-10.2.2.462.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2fe8e279f9d3d2365e58d52b1dc7399b92f68126" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3810543 +project-id = 268567 diff --git a/.minecraft/mods/mekanism.pw.toml b/.minecraft/mods/mekanism.pw.toml new file mode 100644 index 0000000..a5ba19e --- /dev/null +++ b/.minecraft/mods/mekanism.pw.toml @@ -0,0 +1,13 @@ +name = "Mekanism" +filename = "Mekanism-1.18.2-10.2.2.462.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a766dd04babcab3fe9c4df45ca588409a85f3b3c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3810540 +project-id = 268560 diff --git a/.minecraft/mods/mrcrayfish-furniture-mod.pw.toml b/.minecraft/mods/mrcrayfish-furniture-mod.pw.toml new file mode 100644 index 0000000..35bb9fe --- /dev/null +++ b/.minecraft/mods/mrcrayfish-furniture-mod.pw.toml @@ -0,0 +1,13 @@ +name = "MrCrayfish's Furniture Mod" +filename = "cfm-7.0.0-pre29-1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7e0196019192f7853180efdf90e2a562734125df" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3683524 +project-id = 55438 diff --git a/.minecraft/mods/mrcrayfishs-gun-mod.pw.toml b/.minecraft/mods/mrcrayfishs-gun-mod.pw.toml new file mode 100644 index 0000000..e2da88d --- /dev/null +++ b/.minecraft/mods/mrcrayfishs-gun-mod.pw.toml @@ -0,0 +1,13 @@ +name = "MrCrayfish's Gun Mod" +filename = "cgm-1.2.5-1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f5f1f970d327308a43274f17ca4946feada3388c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3773565 +project-id = 289479 diff --git a/.minecraft/mods/phosphor.toml b/.minecraft/mods/phosphor.toml deleted file mode 100644 index 2d5ead2..0000000 --- a/.minecraft/mods/phosphor.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Phosphor (Fabric)" -filename = "phosphor-fabric-mc1.18.x-0.8.1.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3573/395/phosphor-fabric-mc1.18.x-0.8.1.jar" -hash-format = "sha1" -hash = "9b826d21b9cd999853a57c76b0c47ee4d9161dc9" - -[update] -[update.curseforge] -file-id = 3573395 -project-id = 372124 diff --git a/.minecraft/mods/quark.pw.toml b/.minecraft/mods/quark.pw.toml new file mode 100644 index 0000000..43c8bdb --- /dev/null +++ b/.minecraft/mods/quark.pw.toml @@ -0,0 +1,13 @@ +name = "Quark" +filename = "Quark-3.2-357.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "97dbd61859de0caac773e6695d52e9f94111e883" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3800462 +project-id = 243121 diff --git a/.minecraft/mods/security-craft.pw.toml b/.minecraft/mods/security-craft.pw.toml new file mode 100644 index 0000000..6a912ae --- /dev/null +++ b/.minecraft/mods/security-craft.pw.toml @@ -0,0 +1,13 @@ +name = "Security Craft" +filename = "[1.18.2] SecurityCraft v1.9.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c5ce470e8f71980972cf44d5041c4d5eff8ed0bc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3696873 +project-id = 64760 diff --git a/.minecraft/mods/sodium.toml b/.minecraft/mods/sodium.toml deleted file mode 100644 index 3fb5343..0000000 --- a/.minecraft/mods/sodium.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sodium" -filename = "sodium-fabric-mc1.18.1-0.4.0-alpha6+build.14.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3605/309/sodium-fabric-mc1.18.1-0.4.0-alpha6+build.14.jar" -hash-format = "sha1" -hash = "795d4c12bffdb1b21eed5ff87c07ce5ca3c0dcbf" - -[update] -[update.curseforge] -file-id = 3605309 -project-id = 394468 diff --git a/.minecraft/mods/storage-drawers.pw.toml b/.minecraft/mods/storage-drawers.pw.toml new file mode 100644 index 0000000..b91b5f1 --- /dev/null +++ b/.minecraft/mods/storage-drawers.pw.toml @@ -0,0 +1,13 @@ +name = "Storage Drawers" +filename = "StorageDrawers-1.18.2-10.2.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2330bba44124f5481d34b02fb528815b97d3e357" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3807626 +project-id = 223852 diff --git a/.minecraft/mods/terrablender.pw.toml b/.minecraft/mods/terrablender.pw.toml new file mode 100644 index 0000000..b010ba0 --- /dev/null +++ b/.minecraft/mods/terrablender.pw.toml @@ -0,0 +1,13 @@ +name = "TerraBlender (Forge)" +filename = "TerraBlender-forge-1.18.2-1.1.0.102.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "da7578a7dacf19e44a3c706e173ba7012b26aec9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3816497 +project-id = 563928 diff --git a/.minecraft/mods/tinkers-construct.pw.toml b/.minecraft/mods/tinkers-construct.pw.toml new file mode 100644 index 0000000..a7d861d --- /dev/null +++ b/.minecraft/mods/tinkers-construct.pw.toml @@ -0,0 +1,13 @@ +name = "Tinkers Construct" +filename = "TConstruct-1.18.2-3.5.0.17.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "de78d2343b84c4b5a99748dde52ce0d34e281209" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3784732 +project-id = 74072 diff --git a/.minecraft/mods/waystones.pw.toml b/.minecraft/mods/waystones.pw.toml new file mode 100644 index 0000000..9b756cc --- /dev/null +++ b/.minecraft/mods/waystones.pw.toml @@ -0,0 +1,13 @@ +name = "Waystones" +filename = "waystones-forge-1.18.2-10.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7fba6d49617f9cb2156e22c919e83d549291f1b2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3684732 +project-id = 245755 diff --git a/.minecraft/mods/wthit-forge.pw.toml b/.minecraft/mods/wthit-forge.pw.toml new file mode 100644 index 0000000..a370099 --- /dev/null +++ b/.minecraft/mods/wthit-forge.pw.toml @@ -0,0 +1,13 @@ +name = "WTHIT Forge Edition" +filename = "wthit-forge-4.10.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b9d272cdf477d2f61cd9a5312d8ec8e82d039fe7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3791304 +project-id = 455982 diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index ed17aed..e9e3a33 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -1,13 +1,13 @@ -name = "Modpack Template" -author = "Merith.TK" +name = "CodeCraft" +author = "Aiden" version = "1.0.0" -pack-format = "packwiz:1.0.0" +pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d021bf567c5145418d5c6aec8806f0c9b0d7f8cf9b8a820301e8998e797f59c0" +hash = "0e61fbd25d50ea06dca46a44afe86623ad316fc61740320581eb90515c406941" [versions] -fabric = "0.13.3" -minecraft = "1.18.1" +forge = "40.1.31" +minecraft = "1.18.2" diff --git a/Makefile b/Makefile index bc0ddf6..754cc68 100644 --- a/Makefile +++ b/Makefile @@ -17,31 +17,31 @@ default: curseforge: @echo "Making Curseforge pack" - packwiz curseforge export --pack-file .minecraft/pack.toml -o ../modpack-curseforge.zip - 7z d ../modpack-curseforge.zip overrides/packwiz-installer-bootstrap.jar overrides/pack.toml overrides/index.toml + packwiz curseforge export --pack-file .minecraft/pack.toml -o ../codecraft-curseforge.zip + 7z d ../codecraft-curseforge.zip overrides/packwiz-installer-bootstrap.jar overrides/pack.toml overrides/index.toml modrinth: @echo "Making Modrinth pack" - packwiz modrinth export --pack-file .minecraft/pack.toml -o ../modpack-modrinth.zip - 7z d ../modpack-modrinth.zip overrides/packwiz-installer-bootstrap.jar overrides/pack.toml overrides/index.toml + packwiz modrinth export --pack-file .minecraft/pack.toml -o ../codecraft-modrinth.zip + 7z d ../codecraft-modrinth.zip overrides/packwiz-installer-bootstrap.jar overrides/pack.toml overrides/index.toml multimc: @echo "Making MultiMC pack" - 7z d ../modpack-multimc.zip ./* -r - 7z d ../modpack-multimc.zip ./.minecraft -r - 7z a ../modpack-multimc.zip ./* -r - 7z a ../modpack-multimc.zip ./.minecraft -r - 7z d ../modpack-multimc.zip ./.minecraft/mods ./.minecraft/pack.toml ./.minecraft/index.toml -r + 7z d ../codecraft-multimc.zip ./* -r + 7z d ../codecraft-multimc.zip ./.minecraft -r + 7z a ../codecraft-multimc.zip ./* -r + 7z a ../codecraft-multimc.zip ./.minecraft -r + 7z d ../codecraft-multimc.zip ./.minecraft/mods ./.minecraft/pack.toml ./.minecraft/index.toml -r technic: @echo "Making Technic pack" -rm -rf .technic -cp -r .minecraft .technic mv .technic/modpack.icon.png .technic/icon.png - cd .technic && java -jar packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/modpack-template/-/raw/main/.minecraft/pack.toml && cd .. + cd .technic && java -jar packwiz-installer-bootstrap.jar https://git.merith.xyz/modpacks/codecraft/raw/branch/main/.minecraft/pack.toml && cd .. -rm -rf .technic/packwiz* - 7z d ../modpack-technic.zip ./* -r - 7z a ../modpack-technic.zip ./.technic/* -r + 7z d ../codecraft-technic.zip ./* -r + 7z a ../codecraft-technic.zip ./.technic/* -r clean: -rm -rf .technic diff --git a/instance.cfg b/instance.cfg index 3c5da19..46224e8 100644 --- a/instance.cfg +++ b/instance.cfg @@ -1,5 +1,5 @@ InstanceType=OneSix -iconKey=modpack.icon +iconKey=codecraft_icon name=Modpack Template OverrideCommands=true -PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/modpack-template/-/raw/main/.minecraft/pack.toml \ No newline at end of file +PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://git.merith.xyz/modpacks/codecraft/raw/branch/main/.minecraft/pack.toml \ No newline at end of file diff --git a/mmc-pack.json b/mmc-pack.json index 63a762b..8372794 100644 --- a/mmc-pack.json +++ b/mmc-pack.json @@ -12,40 +12,26 @@ "cachedName": "Minecraft", "cachedRequires": [ { - "equals": "3.2.2", "suggests": "3.2.2", "uid": "org.lwjgl3" } ], - "cachedVersion": "1.18.1", + "cachedVersion": "1.18.2", "important": true, "uid": "net.minecraft", - "version": "1.18.1" + "version": "1.18.2" }, { - "cachedName": "Intermediary Mappings", + "cachedName": "Forge", "cachedRequires": [ { - "equals": "1.18.1", + "equals": "1.18.2", "uid": "net.minecraft" } ], - "cachedVersion": "1.18.1", - "cachedVolatile": true, - "dependencyOnly": true, - "uid": "net.fabricmc.intermediary", - "version": "1.18.1" - }, - { - "cachedName": "Fabric Loader", - "cachedRequires": [ - { - "uid": "net.fabricmc.intermediary" - } - ], - "cachedVersion": "0.13.3", - "uid": "net.fabricmc.fabric-loader", - "version": "0.13.3" + "cachedVersion": "40.1.31", + "uid": "net.minecraftforge", + "version": "40.1.31" } ], "formatVersion": 1