diff --git a/CHANGELOG.md b/CHANGELOG.md index eb91d9d2..771e1104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/version.json b/version.json index e64aa209..43f9c58e 100644 --- a/version.json +++ b/version.json @@ -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).", @@ -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",