Remove outdated dev instructions from readme

This commit is contained in:
Sergeant Acoustic 2025-12-29 21:03:04 +00:00
parent ce1f4f1cd7
commit 61b87a3f3e

View file

@ -15,16 +15,3 @@ Packed in Modrinth format, because [Modrinth](https://modrinth.com) is the super
To create a release, run [./export-pack.sh](export-pack.sh) To create a release, run [./export-pack.sh](export-pack.sh)
* It will be generated in [release/Tinker's tinkering.mrpack](Tinker's%20tinkering.mrpack) * It will be generated in [release/Tinker's tinkering.mrpack](Tinker's%20tinkering.mrpack)
### Saving login details
This script clones the [mc_rebalance](https://patience.nearmisses.xyz/patience/mc_rebalance) and [mc_rebalance_datapack](https://patience.nearmisses.xyz/SergeantAcoustic/mc_rebalance_datapack) repos, so you will need to provide login credentials to git twice every time you run the script.
To solve this, consider one of the following:
#### SSH mode
Refer to [this guide](https://docs.codeberg.org/security/ssh-key/) on how to set up SSH key authentication
#### HTTPS mode
* To clone the repositories in HTTPS mode, run the script with any data at the end i.e. `./export-pack.sh 1`
* Running `git config --global credential.helper store` will save your credentials to your global git config directory
* **Beware that this is stored in plaintext, so only do it on a private device**