Skip to content

Commit

Permalink
Update version.json and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Feb 18, 2022
1 parent 2960d02 commit 23d4a0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## Metamorph 1.2.13

This update fixed rotation yaw wasn't synchronized with body parts with use target.

**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.

* Fixed `entity.rotationYaw` not being synchronized with body parts when use target is enabled.

## Metamorph 1.2.12

This update adds a couple of QoL tweaks.
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.13": "This patch fixed rotation yaw wasn't synchronized with body parts with use target.",
"1.2.12": "This update adds a couple of QoL tweaks.",
"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.",
Expand Down Expand Up @@ -35,8 +36,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.12",
"1.12.2-recommended":"1.2.12",
"1.12.2-latest":"1.2.13",
"1.12.2-recommended":"1.2.13",
"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 23d4a0c

Please sign in to comment.