25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
# Tinker's Tinkering
|
|
|
|
First modpack variant for [mc_rebalance](https://patience.nearmisses.xyz/patience/mc_rebalance)
|
|
|
|
Packed in modrith format, for hosting make sure to add [for-host-put-these-in-world](overrides/for-host-put-these-in-world) to your world file
|
|
|
|
# Installing
|
|
1. Download the latest version [here](https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/download/test-build/Tinker%27s%20tinkering.mrpack)
|
|
2. Drag into your mod loader of choice
|
|
|
|
# Development
|
|
This repository no longer imports mc_rebalance as a submodule
|
|
|
|
You can now pull/push as expected
|
|
|
|
## Exporting
|
|
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)
|
|
|
|
* This script clones the [mc_rebalace](https://patience.nearmisses.xyz/patience/mc_rebalance) repo, so you will need to provide login credentials to git
|
|
|
|
* Running `git config --global credential.helper store` will save these credentials to your global git config directory, saving having to input them again for nearmisses.xyz
|
|
* **Beware that this is stored in plaintext, so only do it on a private device**
|