First modpack variant for mc_rebalance https://patience.nearmisses.xyz/patience/mc_rebalance
Find a file
Sergeant Acoustic f5c51015d1 Disabled quark flower rings
Untested, but they either:
* create diamonds below them (diamonds should only spawn in the nether now)
* only spawn above emeralds anyway

Disabling them either prevents diamonds from spawning in the overworld or does very little, so it's better to get rid of them
2025-08-25 18:22:22 +01:00
overrides Disabled quark flower rings 2025-08-25 18:22:22 +01:00
.gitignore Added dark mode everywhere, fixed modrinth.index.json, tweaked emi and quark guis, removed tinkers' construct starter book, created export script, and added sane options.txt file 2025-08-20 18:01:34 +01:00
.gitmodules Updated submodule to always track latest 2025-08-24 20:18:38 +01:00
export-pack.sh Cleaned up export-pack script 2025-08-20 18:02:38 +01:00
LICENSE Initial commit 2025-08-20 14:12:03 +00:00
modrinth.index.json Removed redundant/broken mods 2025-08-23 00:57:03 +01:00
README.md Update README.md 2025-08-24 21:44:42 +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 imports mc_rebalance as a submodule

Clone this repo with git clone --recurse-submodules https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering.git

When pulling, include the submodule with git pull --recurse-submodules

Updating submodule upstream

To update the embedded submodule to the latest available version:

  1. If you cloned without --recurse-submodules run git submodule update --init
  2. Run git submodule update --remote to update it
  3. Stage the submodule's new pointer (e.g. git add overrides/global_packs/required_data/mc_rebalance)
  4. Commit as usual (e.g. git commit -m "Updated submodule")
  5. git push

Exporting

To create a release, run export-pack.sh. It will be generated in release/Tinker's tinkering.mrpack