First modpack variant for mc_rebalance https://patience.nearmisses.xyz/patience/mc_rebalance
| overrides | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| export-pack.sh | ||
| LICENSE | ||
| modrinth.index.json | ||
| README.md | ||
Tinker's Tinkering
Tester edition of Minecraft Rebalance, a modpack intended to rework almost every feature in the game with a focus on the vanilla progression.
This modpack contains a custom mod and custom datapack to bind everything together. They will not function correctly outside this pack.
Packed in Modrinth format, because Modrinth is the superior mod hosting platform.
Installing
- Download the latest version here
- Drag into your mod loader of choice
Development
Export script
To create a release, run ./export-pack.sh
- It will be generated in release/Tinker's tinkering.mrpack
Saving login details
This script clones the mc_rebalance and 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 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 storewill save your credentials to your global git config directory- Beware that this is stored in plaintext, so only do it on a private device