Skip to content

Commit

Permalink
feat: v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
variousauthors committed Oct 14, 2024
1 parent 02d4ee3 commit cadb3b0
Show file tree
Hide file tree
Showing 6 changed files with 930 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.12.1] - 2024-10-13

### Changed
- thaumcraft native clusters can be ground in a quern for x3 ore dust
- jumping on shards of glass in a crushing tub for blood
- wood ash is compostable

## [0.12.0] - 2023-12-15

The Better Better Nether Update: The Nether Just Got Better. An update for your nethering needs! Crush cacti with your feet; stand in a smeltery to make clay from your blood; craft precious items into cobble! We've pulled out all the stops in this update!
Expand Down
9 changes: 5 additions & 4 deletions server-patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ BUILD CHECKLIST (multimc)
1. copy any mods you added from the current instance to `unreleased/mods` and `modpack/mods`
2. run the command `cp -r tato6-resources/tato6/ server-patches/<VERSION>/resourcepacks/tato6` to update the resourcepack
3. rename unreleased to [release-version] and update the changelog
4. zip the [release-version] folder and name it patch-[release-version]
5. export the "unreleased" instance from multimc as a zip file named overworld-[release-version].zip
6. rename the "unreleased" instance to "[release-version]"
7. import overworld-[release-version].zip and name it "unreleased"
4. make sure to remove any worlds/config before zipping, as these interfere with players
5. zip the [release-version] folder and name it patch-[release-version]
6. export the "unreleased" instance from multimc as a zip file named overworld-[release-version].zip
7. rename the "unreleased" instance to "[release-version]"
8. import overworld-[release-version].zip and name it "unreleased"

PUBLISH CHECKLIST
-----------------
Expand Down
Loading

0 comments on commit cadb3b0

Please sign in to comment.