tinkers_tinkering/README.md
SergeantAcoustic 95696d6115 Update README.md
Added submodule updating instructions
2025-08-20 22:07:50 +00:00

26 lines
1.1 KiB
Markdown

# Tinker's Tinkering
First modpack variant for [mc_rebalance](https://patience.nearmisses.xyz/patience/mc_rebalance)
Packed in modrith format, for hosting make sure to add [for-host-put-these-in-world](overrides/for-host-put-these-in-world) to your world file
# Installing
1. Download the latest version [here](https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/latest/Tinker's%20tinkering.mrpack)
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. Run `git submodule init` once to initialise it
2. Run `git submodule update --remote` to update it
3. Commit as usual (e.g. `git commit -m "Updated submodule"`)
## Exporting
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)