From 23d4a0cb106569ed4e60e57b137e87e09369bf08 Mon Sep 17 00:00:00 2001 From: McHorse Date: Fri, 18 Feb 2022 09:15:51 +0000 Subject: [PATCH] Update version.json and CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ version.json | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f5a3372..beafdd79 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/version.json b/version.json index 3a674f8f..cf13f5b7 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.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.", @@ -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",