diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 4c7fad1..3924e69 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -4,6 +4,10 @@ hash-format = "sha256" file = "codecraft_icon.png" hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c" +[[files]] +file = "mods/SecurityCraft-v1.9.1.jar" +hash = "a4cf9a254d01440817f0d9894785bbed85a53cfd0fa2e60acf98203010809088" + [[files]] file = "mods/advanced-peripherals.pw.toml" hash = "8390b3bbeeac78407a6604cc440ae8fa8d923d214d99be9b2aad75054541a77e" @@ -199,11 +203,6 @@ 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" diff --git a/.minecraft/mods/SecurityCraft-v1.9.1.jar b/.minecraft/mods/SecurityCraft-v1.9.1.jar new file mode 100644 index 0000000..eab62f5 Binary files /dev/null and b/.minecraft/mods/SecurityCraft-v1.9.1.jar differ diff --git a/.minecraft/mods/security-craft.pw.toml b/.minecraft/mods/security-craft.pw.toml deleted file mode 100644 index 6a912ae..0000000 --- a/.minecraft/mods/security-craft.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/pack.toml b/.minecraft/pack.toml index e9e3a33..9652f6b 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0e61fbd25d50ea06dca46a44afe86623ad316fc61740320581eb90515c406941" +hash = "fe9db0eb10c9893cb30d08929c1fd771f9560351c33de4443d43f3b25b2486c3" [versions] forge = "40.1.31" diff --git a/README.md b/README.md index 60cc3d9..c760b62 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,8 @@ -## Update Pack Template -This is a template modpack makers can use to easily release their modpack onto multiple platforms. -currently this template only supports -- Curseforge - - Please note recent API changes to curseforge have broken support for most mods from curseforge in the other three formats - - Multi/PolyMC requires users to download mods manually - - Technc requires modpack makers to download mods manually - - Modrinth just doesnt support it at all -- [Multi/PolyMC](https://polymc.org) -- Technic -- Modrinth +## CodeCraft Modpack - -### How to use this? -[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/from-referrer/) -- Modpack Makers - - Well first your going to need to install `busybox`, `git`, `go` `7zip`, and `make` on your computer, - - On Windows I personally reccomend getting all of these through [Scoop](https://scoop.sh/) - - After installing scoop, just run - - `scoop install busybox git go make 7zip` - - On Linux, - - Ubuntu/Debian - - `sudo apt install git p7zip make` - - golang needs the latest release, which is unfortunately not in the repos, please manually install it, there are plenty of guides online for this - - Arch - - please use an AUR helper such as `yay` - - `yay -Syu git go p7zip make` - - - after you install go, run this command to install packwiz - - `go install github.com/packwiz/packwiz@latest` - - - I reccomend using VSCode to manage your modpack as you have a full visual editor and git manager built in. - - to add mods, run `packwiz install ` - - for sodium from curseforge, `packwiz cf install sodium` - - to make a release, run `make multimc` or `make technic` - - - Dont forget to make a git repo for your modpack, I reccomend using [GitLab](https://gitlab.com) due to its free Large File Support. - - or a place to host the packwiz-data folder! - -- Modpack Users - - MultiMC - - Use Java 17, MC 1.16.5 runs just fine on forge AND fabric on java 17 +## Disclaimer +- [SecurityCraft](https://www.curseforge.com/minecraft/mc-mods/security-craft) + - is included in this repo as an raw JAR due to its filename breaking packwiz. that is litterally the only reason, if you have an problem with this, please fix the filename + - alter the file name from this to this + - `[1.18.2] SecurityCraft v1.9.1.jar` + - `1.18.2-SecurityCraft-v1.9.1.jar`