diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf118ee..b9a17646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ +## Metamorph 1.2.4 + +This patch fix features some bug fixes that are required for the release of my new Chameleon mod. + +**Compatible** with McLib `2.1`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible. + +* Changed the scrolling speed of morph panels from `35` to `45` pixels per mouse wheel scroll +* Fixed morph settings parsing to be more lenient to the provided data types + ## Metamorph 1.2.3 -This is small update mostly needed for Blockbuster update. +This small update mostly needed for Blockbuster update. **Compatible** with McLib `2.1`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible. diff --git a/version.json b/version.json index 19a70ac6..d0af4cee 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.4": "This patch fix features some bug fixes that are required for the release of my new Chameleon mod.", "1.2.3": "This small update mostly needed for Blockbuster update.", "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).", @@ -26,8 +27,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.3", - "1.12.2-recommended":"1.2.3", + "1.12.2-latest":"1.2.4", + "1.12.2-recommended":"1.2.4", "1.11.2-latest":"1.1.10", "1.11.2-recommended":"1.1.10", "1.10.2-latest":"1.1.10",