Skip to content

Commit 9d22f70

Browse files
committed
Update readme, change log and version
1 parent c62d0a7 commit 9d22f70

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## Metamorph 1.2.7
2+
3+
This patch update adds a lot of random features.
4+
5+
**Compatible** with McLib `2.3`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible.
6+
7+
* Added OP access only to entity selectors
8+
* Added automatic enabling of Use target when picking Blockbuster's `particle` or `snowstorm` morphs
9+
* Added interpolation preview to animation component
10+
* Added an option to disable rendering of body part axes (developed by Chryfi)
11+
* Added text formatting to `label` morph (for example `Hey [6man[r!` highlights `man` as gold color, suggestd by Centryfuga)
12+
* Added background color option to `label` morph (suggestd by Sbriser)
13+
* Added look at player option to `label` morph (suggested by Sbriser and Jvonlins)
14+
* Changed animation duration field to increment 1, 2, 5 (weak, normal, strong)
15+
* Changed body parts merging to correctly handle transition of non equal amount of incoming body parts
16+
* Improved entity selectors (intant application of selectors upon newly spawned mobs, and instant update on mobs when changing)
17+
* Fixed `block` morph Z-fighting
18+
* Fixed NPE in Metamorph's name renderer (reported by Berm1zzov)
19+
120
## Metamorph 1.2.6
221

322
This patch update adds context menu to body part list, which allows to copy paste body parts.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**ATTENTION**: This mod is in non-gameplay maintenance mode, meaning that I'm **not going** to work on gameplay features **nor** I'm accepting suggestions. Check out [Changeling](https://www.curseforge.com/minecraft/mc-mods/changeling) mod maintained by asanetargoss, which is a gameplay-wise successor.
1+
**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).
22

33
![Metamorph](http://i.imgur.com/gbHB5iQ.png)
44

@@ -8,7 +8,7 @@
88

99
Most of vanilla mob morphs have their abilities (preconfigured), meanwhile most of modded morphs only grant you appearance and some attributes like health, unless configured. Morphs can be disabled and configured. See mod's wiki for more information.
1010

11-
Heavily inspired by iChun's Morph mod and zacuke's Shape Shifter Z mod, and works only with Forge for Minecraft 1.12.2 (past versions available in 1.10.2 and 1.11.2).
11+
Heavily inspired by iChun's Morph mod and zacuke's Shape Shifter Z mod, and works only with Forge for Minecraft 1.12.2 (past versions are available for 1.10.2 and 1.11.2).
1212

1313
## FAQ
1414

version.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"homepage": "https://www.curseforge.com/minecraft/mc-mods/metamorph",
33
"1.12.2": {
4+
"1.2.7": "This patch update adds a lot of random features.",
45
"1.2.6": "This patch update adds context menu to body part list, which allows to copy paste body parts.",
56
"1.2.5": "This patch update adds a keybind field to creative morph menu, added animation of body part transformations based on parent animated morph, and improved performance in the creative morph list.",
67
"1.2.4": "This patch fix features some bug fixes that are required for the release of my new Chameleon mod.",
@@ -29,8 +30,8 @@
2930
"1.1.5": "This is a small, quick and dirty patch that provides several bugfixes (mainly for Blockbuster's update)."
3031
},
3132
"promos": {
32-
"1.12.2-latest":"1.2.6",
33-
"1.12.2-recommended":"1.2.6",
33+
"1.12.2-latest":"1.2.7",
34+
"1.12.2-recommended":"1.2.7",
3435
"1.11.2-latest":"1.1.10",
3536
"1.11.2-recommended":"1.1.10",
3637
"1.10.2-latest":"1.1.10",

0 commit comments

Comments
 (0)