
Some incompatible modded mobs
inkdear opened this issue · 4 comments
From Ice and Fire:
- Amphithere - does not show message when right clicked at all, cannot be respawned
Other mobs work perfectly, including the dragons, which ordinarily drop corpses on death.
From Primitive Mobs:
- Baby creepers of all three varieties, which come from 'mystery eggs' (says 'mob does not belong to you')
- Tamed Chameleon (says 'mob does not belong to you')
Treasure Slime comes from the same mod and works perfectly.
There's nothing I can do about these. For the Primitive Mobs mobs, they don't have any form of owner tag, and I can't even see from the source if they're even tameable at all, it appears they aren't. For the Ice and Fire mobs, itemInteractionForEntity in Item only runs when processInteract in the entity returns false, so they're forcefully returning true for some reason. Ice and Fire should be easy to fix, just open an issue on their github and they'll know exactly what do to.
There's nothing I can do about these. For the Primitive Mobs mobs, they don't have any form of owner tag, and I can't even see from the source if they're even tameable at all, it appears they aren't.
I checked the nbt of a Support Creeper that came from a mystery egg, and it seems that I found something. Not sure if this is what you were looking for? (underlined with red)
(you can check their nbts with "/entitydata @e[type=primitivemobs:support_creeper,r=10] {}")