Skip to content

Commit

Permalink
Update version.json and the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Jul 31, 2020
1 parent 7474c8e commit 68f6691
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Metamorph Change Log

## Metamorph 1.2.2

This is a small patch that features a couple of tweaks.

**Compatible** with McLib `2.0.2`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible.

* Added empty label to body part list when no limb selected
* Added an option to specify the maximum of recent morphs that can be stored
* Added `Lighting` option to `item` and `block` morphs
* Changed the key names to be prettier (using McLib's utility)
* Fixed max length of entity selector text fields (reported by Frtc)

## Metamorph 1.2.1

This is a small patch that fixes some mob morph behavior (all of these fixes and tweaks were made by @IndeanaJones).
Expand Down
5 changes: 3 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"homepage":"https://www.curseforge.com/minecraft/mc-mods/metamorph",
"1.12.2":{
"1.2.2": "This is a small patch that features a couple of tweaks.",
"1.2.1": "This is a small patch that fixes some mob morph behavior (all of these fixes and tweaks were made by IndeanaJones).",
"1.2": "This big update adds many quality of life features related to management of morphs. Custom user categories, direct editing of acquired, recent morphs category, better editing. Basically after this update management of morphs is a bliss.",
"1.1.10": "This is a small patch update with a couple of bug fixes (mainly by asanetargoss).",
Expand All @@ -24,8 +25,8 @@
"1.1.5": "This is a small, quick and dirty patch that provides several bugfixes (mainly for Blockbuster's update)."
},
"promos":{
"1.12.2-latest":"1.2.1",
"1.12.2-recommended":"1.2.1",
"1.12.2-latest":"1.2.2",
"1.12.2-recommended":"1.2.2",
"1.11.2-latest":"1.1.10",
"1.11.2-recommended":"1.1.10",
"1.10.2-latest":"1.1.10",
Expand Down

0 comments on commit 68f6691

Please sign in to comment.