I am trying to record a story of a piglin that goes to the overworld and becomes a zombified piglin, so the player tries to save it but has to use commands, I would like to know if there is any command to reverse the transformation or to convert one mob to another mob.
1 Answer
I know a command in Java, but for Bedrock you could probably summon a piglin, and then teleport the piglin to the zombified piglin, then kill the zombified piglin.
/summon piglin/tp @e(type=piglin) @e(type=zombified_piglin)kill @e(type=zombified_piglin)