diff --git a/CHANGELOG.md b/CHANGELOG.md index d002ef98..1b8e8654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## Metamorph 1.2.11 + +This update was made by Chryfi. The only change is making Use target option enabled by default for Blockbuster's tracker morphs. + +**Compatible** with McLib `2.3.6`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible. + +* Added `tracker` morph to Use option enabled by default list + ## Metamorph 1.2.10 This patch adds an option to replace entity morphs texture. diff --git a/README.md b/README.md index f4f4c145..bfb367b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**ATTENTION**: This mod is **no longer being developed**, and it's maintained (bugs and crash fixes) until August/September of 2021. If you wish to continue the mod, feel free to check out the [source code](https://github.com/mchorse/metamorph). +**ATTENTION**: This mod is **no longer being developed nor maintained by McHorse**. If you wish to continue the mod, feel free to check out the [source code](https://github.com/mchorse/metamorph). ![Metamorph](http://i.imgur.com/gbHB5iQ.png) diff --git a/version.json b/version.json index 497a9383..2781dea3 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.11": "This update was made by Chryfi. The only change is making Use target option enabled by default for Blockbuster's tracker morphs.", "1.2.10": "This patch adds an option to replace entity morphs texture.", "1.2.9": "This is patch fixes a couple of bugs.", "1.2.8": "This is a hot fix patch that fixes dedicated server crash on start.", @@ -33,8 +34,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.10", - "1.12.2-recommended":"1.2.10", + "1.12.2-latest":"1.2.11", + "1.12.2-recommended":"1.2.11", "1.11.2-latest":"1.1.10", "1.11.2-recommended":"1.1.10", "1.10.2-latest":"1.1.10",