diff --git a/CHANGELOG.md b/CHANGELOG.md index 1955e7c8..1c745407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Metamorph Change Log +## Metamorph 1.1.6 + +This is a small and quick patch which (again) provides several bug fixes mainly for Blockbuster's update. + +* Disable delay and particles when morph animation is turned off +* Fixed MPM compatibility +* Fixed losing morphs when returning from end (fixed by asanetargoss) +* Fixed OpenGL error with transformation matrix (not popped stack) +* Fixed NPE in morph builder drop down +* Fixed low max health when demorphing +* Fixed sun allergy not causing damage in 1.11.2+ +* Fixed issue with player morph's hand not rendering in first person + ## Metamorph 1.1.5 This is a small, quick and dirty patch that provides several bugfixes (mainly for Blockbuster's update). diff --git a/README.md b/README.md index 81bbc66f..8ac92011 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ Most of vanilla mob morphs have their abilities (preconfigured), meanwhile most Heavily inspired by iChun's Morph mod and zacuke's Shape Shifter Z mod, and works only with Forge for Minecraft 1.10.2, 1.11.2 and 1.12.2. +## FAQ + +**Q: My screen goes up and down. How to fix?** +A: Most likely you installed MorePlayerModels mod alongside Metamorph. To fix that, either go to `Mod Options > Metamorph > General` and enable `Disable POV` option, or disable POV option in MPM's config and restart the game. + ## Install Install [Minecraft Forge](http://files.minecraftforge.net/), download the latest stable version of jar file for available minecraft version. Put it in minecraft's `mods` folder, and launch the game.