diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa6b4e0..d002ef98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## Metamorph 1.2.10 + +This patch adds an option to replace entity morphs texture. + +**Compatible** with McLib `2.3.1`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible. + +* Added two options to entity morphs: + * User texture: you can change mob's texture for that specific morph + * Entity scale: you can change mob's overall size (hitbox is configured separately) for that specific morph + ## Metamorph 1.2.9 This is patch fixes a couple of bugs. diff --git a/version.json b/version.json index 7360f62e..497a9383 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.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.", "1.2.7": "This patch update adds a lot of random features.", @@ -32,8 +33,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.9", - "1.12.2-recommended":"1.2.9", + "1.12.2-latest":"1.2.10", + "1.12.2-recommended":"1.2.10", "1.11.2-latest":"1.1.10", "1.11.2-recommended":"1.1.10", "1.10.2-latest":"1.1.10",