Skip to content

Commit

Permalink
Update change log and version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Jul 9, 2020
1 parent 0bdc76f commit 8e2e1bc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.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!",
Expand All @@ -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",
Expand Down

0 comments on commit 8e2e1bc

Please sign in to comment.