Skip to content

Releases: mchorse/metamorph

Metamorph 1.2.4

15 Dec 17:23
Compare
Choose a tag to compare

This patch fix features some bug fixes that are required for the release of my new Chameleon mod.

Compatible with McLib 2.1. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible.

  • Changed the scrolling speed of morph panels from 35 to 45 pixels per mouse wheel scroll
  • Fixed morph settings parsing to be more lenient to the provided data types

Downloads as always on CurseForge. Don't forget to install McLib 2.1 as well.

Metamorph 1.2.3

19 Oct 06:31
Compare
Choose a tag to compare

This small update mostly needed for Blockbuster update.

Compatible with McLib 2.1. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible.

  • Added an option to allow morphing in recent and user categories morphs (and opening creative morph menu)
  • Added an option to allow disable population of entity morphs (suggested by Chunk7)
  • Added remove category confirmation modal (suggested by JC2020)
  • Fixed /morph command not working with MC functions (reported by Joziah2)
  • Fixed animated morphs jittering when enabling animates or changing the duration

Downloads as always on CurseForge. Don't forget to install McLib 2.1 as well.

Metamorph 1.2.2

31 Jul 14:40
Compare
Choose a tag to compare

This is a small patch that features a couple of tweaks.

Compatible with McLib 2.0.2. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible.

  • Added empty label to body part list when no limb selected
  • Added an option to specify the maximum of recent morphs that can be stored
  • Added Lighting option to item and block morphs
  • Changed the key names to be prettier (using McLib's utility)
  • Fixed max length of entity selector text fields (reported by Frtc)

Downloads as always on CurseForge. Don't forget to install McLib 2.0.2 as well.

Metamorph 1.2.1

12 Jul 07:21
Compare
Choose a tag to compare

This is a small patch that fixes some mob morph behavior (all of these fixes and tweaks were made by @IndeanaJones).

Compatible with McLib 2.0. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible.

  • Added rotten, step_up abilities
  • Added mob attack
  • Added support for bigger explosions when charged creeper morph is acquired for explode action
  • Fixed jumping ability not working during the rain
  • Fixed and improved hostile mechanic
  • Fixed morph attack actions being applied even through indirect player damage
  • Improved iron golem morph
  • Updated Chinese strings for 1.2 (thanks to Chunk7, KuenYo_ and H2SO4GepaoAX)

Downloads as always on CurseForge. Don't forget to install McLib 2.0 as well.

Metamorph 1.2

26 Jun 18:42
Compare
Choose a tag to compare

This big update adds many quality of life features related to management of morphs. Custom user categories, direct editing of acquired, recent morphs category, better editing. Basically after this update management of morphs is a bliss.

Compatible with McLib 2.0. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible.

  • Added morph ID remapping mechanism
  • Added entity selectors mechanism
  • Added config options:
    • Added a config option to disable first person rendering (suggested by Frtc)
    • Added a config option to pause morph menus in singleplayer
  • Added new morphs:
    • Added item morph — allows to morph into an item stack
    • Added label morph — allows to morph into text
  • Added more common morph properties:
    • Added display name option to morphs
    • Added editing of morph settings to the morph
    • Added global morph keybinds
    • Added sorting to body part list
  • Added body part system for entity morphs
  • Added copy /morph command button
  • Added keybinds in creative and survival morph menus
  • Added morph rendered instead of flat preview into base morph editors GUI
  • Improved creative morph menu management:
    • Added custom user categories
    • Added "Recent morphs" morph category
    • Added an ability to edit and remove acquire morphs
    • Added block morph editor for easier editing of block morph
    • Added quick editing in creative morph menu with presets and quick editor tabs
    • Added keybinds:
      • Morph into selected morph (Return key)
      • Acquire selected morph (A key)
      • Edit currently selected morph (E key)
      • Toggle quick editor (Q key)
      • Toggle entity selectors menu (S key)
      • Focus search bar (Ctrl + F keys)
      • Arrow keys to select morphs
      • Open body part menu (B key)
      • Cycle between morph panels (Tab key, suggested by Chunk7)
    • Changed nested morph editing to not create new creative morph editors
  • Fixed health getting stuck at the previous morph's health
  • Fixed crash with body part system on the server side
  • Fixed action keybind working in spectator mode (reported by Greyberet)
  • Fixed horse morphs not getting a saddle (reported by Datron)
  • Fixed morphed mobs being left handed all the time
  • Removed all configuration options from Mod Options (they were moved into McLib's configuration system)
  • Rewritten fully creative and survival morph menus

Downloads as always on CurseForge. Don't forget to install McLib 2.0 as well.

Metamorph 1.1.10

30 May 13:03
Compare
Choose a tag to compare
Metamorph 1.1.10 Pre-release
Pre-release

Don't mind this release. It's for the sole point of migration from master to 1.12 branch.

Metamorph 1.1.10

20 Dec 08:47
5fef20d
Compare
Choose a tag to compare

This is a small patch update with a couple of bug fixes (mainly by asanetargoss).

Compatible with McLib 1.0.4. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible.

  • Fixed acquired morphs getting overwritten by canMerge
  • Fixed crash when null sound proceeds in SoundHandler (fixed by asanetargoss)
  • Fixed wrong air HUD when demorphed from air breathing mob (fixed by asanetargoss)

Downloads as always on CurseForge. Don't forget to install McLib 1.0.4 as well.

Metamorph 1.1.9

20 Sep 09:09
507fdab
Compare
Choose a tag to compare

This is a small patch update with lots of awesome bug fixes pull requests from asanetargoss and Johni0702!

  • Fixed increasing health when morphing with modifier, and other cases. Fixed by asanetargoss
  • Fixed small morphs suffocating in ceiling. Fixed by asanetargoss
  • Fixed player having multiple chicken morphs. Fixed by asanetargoss
  • Fixed bugs for BetterPortals compatibility. Fixed by Johni0702
  • Fixed buttons syncrhonization in survival morph menu
  • Fixed survival morph overlay disappearing on vsync/unlimited frame rates

Downloads as always on CurseForge. Don't forget to install McLib 1.0.3 as well.

Metamorph 1.1.8

16 Sep 15:21
Compare
Choose a tag to compare

This is a small patch update which is mostly oriented toward Blockbuster's compatibility, but also has some internal changes and few bug fixes.

  • Added morph sounds (implemented thanks to asanetargoss)
  • Added item stack support to body part system
  • Added morph editor panel API based on McLib's panel base GUI
  • Extracted body part system from Blockbuster
  • Fixed ender dragon morph attacking itself (implemented thanks to asanetargoss)

Metamorph 1.1.7

28 Dec 09:11
Compare
Choose a tag to compare

This is a small patch update which is mostly oriented toward Blockbuster's compatibility.

  • Added mclib library mod as a dependency
  • Added morph merging API
  • Added custom payload listener (now plugins are able to modify of the players via custom payload packets)
  • Fixed issues with player render mods (like Mo' Bends or Emoticons) by changing player morphing animation
  • Full rewrite of Metamorph's GUIs to support McLib GUI framework
  • Prevent morphing into the bounds of other blocks (added by asanetargoss)
  • Removed morph builders (but replaced with morph editors)