RayTrace082 / untamedwilds

GNU General Public License v3.0
14 stars 11 forks source link

Incompatibility w/ Morph Mod #101

Open ravennnnko opened 2 years ago

ravennnnko commented 2 years ago

When morphing into a big cat i've noticed that its invisible when morphed into, same for all the mobs in this mod

Maybe caused by this: image

Compatible with Hotfix 1.4.1 though.

ravennnnko commented 2 years ago

-Compatible with Hotfix 1.4.1 and below.

ravennnnko commented 2 years ago

Also the health is kinda buggy. The mountain lion should have around -28hp ish, but with 1.5.0 and above it has instead 40hp, i think this is the same for all the mobs but with different health from the original. Maybe caused by the change i just mentioned.

RayTrace082 commented 2 years ago

Don't expect the Morph mod to work, at all. It is fundamentally incompatible with how I manage entity data (including HP/Attack values, skins, variants and scale) by default

And yes, you got it right, this issue was caused by unifying Bear and Big Cat species into a single entity instance, which I have no plans to roll back

That said, this issue seems pretty easy to fix, taking a look at the Morph's mod public repository, I have found the following. I will look into PRing support for UntamedWilds mobs in the near future, but I am kinda busy rn

ravennnnko commented 2 years ago

Right.