How To Make A Tamable Mob 1.8.9

Started by WSL_Archie Whi… on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How To Make A Tamable Mob 1.8.9

i need some help to make a tamable mob. any idea?

Joined Mar 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry, but I dont have other
Sun, 09/10/2017 - 11:49

Sorry, but I dont have other ideas.

 

You can make two entities. 1st is a wild var, 2nd is a tamed var. Then you make a trigger for wild variant of entity "When R-Clicked on Mob" , there make "Teleport (i, j - 256, k)" and "Spawn Entity (i, j + 2, k ,  ID of the 2nd var)" events with condition "itemInPlayersHand[] == ID of taming item like bone or fish".