Started by
bananarang_mods
on
Topic category: Help with Minecraft modding (Java Edition)
hi iwanna know how to make tameable mobs have a dyable collar im making mod with more tamable dog breeds
Edited by bananarang_mods on Mon, 08/17/2020 - 04:56
why no one answer me???? ;-;
This is not possible yet without knowledge of Java, Forge, and MC rendering system and some coding.
oh.. then can i make them sit
This can be done with a procedure that if a mob is right clicked it kills the first mob then spawns in a tamed version with the correct color of collar. it is very complex and may need you to create many mobs and procedures, but it may be worth a try.
oh ok
then how hide red glow when die i dont want it to look like someones pet dog died and i dont want them to be set to full health when sit :-(
Instead of killing the mob, despawn it instead. This will not show the red glow.
Also, as for the full health thing, use a procedure to check the health and spawn in the new version with the same health.
ok
actually im not want to do this anymore i dont want to code