From 8e2e1bc22e0e18465b7682cce21a4e84a2e63cf7 Mon Sep 17 00:00:00 2001 From: McHorse Date: Thu, 9 Jul 2020 12:10:25 +0100 Subject: [PATCH] Update change log and version.json --- CHANGELOG.md | 15 +++++++++++++++ version.json | 5 +++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c142a3c8..eb91d9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Metamorph Change Log +## 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). + +**Compatible** with McLib `2.0`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible. + +* Added `rotten`, `step_up` abilities +* Added `mob` attack +* Added support for bigger explosions when charged creeper morph is acquired for `explode` action +* Fixed jumping ability not working during the rain +* Fixed and improved hostile mechanic +* Fixed morph attack actions being applied even through indirect player damage +* Improved iron golem morph +* Updated Chinese strings for 1.2 (thanks to Chunk7, KuenYo_ and H2SO4GepaoAX) + ## Metamorph 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. diff --git a/version.json b/version.json index 6090b339..e64aa209 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.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).", "1.1.9": "This is a small patch update with lots of awesome bug fixes pull requests from asanetargoss and Johni0702!", @@ -23,8 +24,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.12.2-recommended":"1.2", + "1.12.2-latest":"1.2.1", + "1.12.2-recommended":"1.2.1", "1.11.2-latest":"1.1.10", "1.11.2-recommended":"1.1.10", "1.10.2-latest":"1.1.10",