First modpack variant for mc_rebalance https://patience.nearmisses.xyz/patience/mc_rebalance
Find a file
2025-11-26 19:00:52 +00:00
overrides Replace bundled enchancement file with github link 2025-11-21 05:10:32 +00:00
.gitattributes Attempt 2 at showing language statistics 2025-09-10 17:06:36 +01:00
.gitignore Change path to mc_rebalance 2025-09-08 15:17:06 +01:00
.gitmodules Change how mc_rebalance_datapack is fetched 2025-08-28 21:57:31 +01:00
export-pack.sh Rename exported pack file 2025-11-26 16:24:37 +00:00
LICENSE Initial commit 2025-08-20 14:12:03 +00:00
modrinth.index.json Add enchancement modrinth version 2025-11-21 18:07:23 +00:00
mrpacktool.sh Added dev tool to simplify adding mods to the pack 2025-11-26 19:00:52 +00:00
README.md Update README.md 2025-10-19 20:04:49 +00:00

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. Some details on what the modpack changes can be found in the mod's README.

Packed in Modrinth format, because Modrinth is the superior mod hosting platform.

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