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 Sep 11, 2021
1 parent 4ffbdc2 commit 14cc2be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions 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.
Expand Down
5 changes: 3 additions & 2 deletions 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.",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 14cc2be

Please sign in to comment.