fix security craft by breaking CF TOS

This commit is contained in:
Merith-TK 2022-06-11 14:38:28 -07:00
parent fcd2bf8437
commit e468442cb2
5 changed files with 12 additions and 60 deletions

View file

@ -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"

Binary file not shown.

View file

@ -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

View file

@ -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"

View file

@ -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 <curseforge or modrinth> install <modid>`
- 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`