tinkers_tinkering/README.md

31 lines
1.7 KiB
Markdown
Raw Normal View History

2025-08-20 17:14:56 +00:00
# Tinker's Tinkering
2025-08-20 14:12:03 +00:00
2025-10-19 13:53:01 +00:00
Tester edition of **Minecraft Rebalance**, a modpack intended to rework almost every feature in the game with a focus on the vanilla progression.
2025-08-20 14:22:41 +00:00
2025-10-19 13:53:01 +00:00
This modpack contains a [custom mod](https://patience.nearmisses.xyz/patience/mc_rebalance) and [custom datapack](https://patience.nearmisses.xyz/SergeantAcoustic/mc_rebalance_datapack) to bind everything together. They will not function correctly outside this pack.
Packed in Modrinth format, because [Modrinth](https://modrinth.com) is the superior mod hosting platform.
2025-08-20 14:22:41 +00:00
2025-08-20 15:37:13 +00:00
# Installing
2025-08-28 01:36:11 +00:00
1. Download the latest version [here](https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/download/test-build/Tinker%27s%20tinkering.mrpack)
2025-08-20 15:37:13 +00:00
2. Drag into your mod loader of choice
# Development
## Export script
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)
### Saving login details
2025-09-05 11:52:18 +00:00
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**