First modpack variant for mc_rebalance https://patience.nearmisses.xyz/patience/mc_rebalance
Find a file
2025-08-28 14:27:59 +01:00
overrides Fix pack load order 2025-08-28 14:27:59 +01:00
.gitignore Switch mc_rebalance from datapack to mod 2025-08-27 17:59:50 +01:00
.gitmodules Switch mc_rebalance from datapack to mod 2025-08-27 17:59:50 +01:00
export-pack.sh Remove outdated branch selection from export-pack.sh 2025-08-27 22:06:26 +01:00
LICENSE Initial commit 2025-08-20 14:12:03 +00:00
modrinth.index.json Minor spacing adjustments 2025-08-28 14:27:59 +01:00
README.md Fix download link 2025-08-28 01:36:11 +00:00

Tinker's Tinkering

First modpack variant for mc_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

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

  • It will be generated in release/Tinker's tinkering.mrpack

  • This script clones the mc_rebalace 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