First modpack variant for mc_rebalance https://patience.nearmisses.xyz/patience/mc_rebalance
Find a file
2025-09-07 01:57:10 +01:00
overrides Modify rail rebalance recipes 2025-09-07 00:13:37 +01:00
.gitignore Change how mc_rebalance_datapack is fetched 2025-08-28 21:57:31 +01:00
.gitmodules Change how mc_rebalance_datapack is fetched 2025-08-28 21:57:31 +01:00
export-pack.sh Generate language files with export-pack 2025-09-01 05:33:44 +01:00
LICENSE Initial commit 2025-08-20 14:12:03 +00:00
modrinth.index.json Add fish boids 2025-09-07 01:57:10 +01:00
README.md Fixed typo 2025-09-05 12:52:18 +01:00

Tinker's Tinkering

First modpack variant for Minecraft Rebalance

Packed in modrith format, for hosting make sure to add for-host-put-these-in-world to your world file

Installing

  1. Download the latest version here
  2. Drag into your mod loader of choice

Development

Export script

To create a release, run ./export-pack.sh

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