Skip to main content
Question Protected by CommunityBot
Notice removed Draw attention by CommunityBot
Bounty Ended with liamzebedee's answer chosen by CommunityBot
Notice added Draw attention by user744
Bounty Started worth 100 reputation by CommunityBot
Tweeted twitter.com/#!/StackGameDev/status/107975248120516608
edited title
Link
Jesse Dorsey
  • 2.9k
  • 4
  • 34
  • 59

Adding How do I add a custom mob intoto Minecraft?

Post Migrated Here from gaming.stackexchange.com (revisions)
Source Link
Ash
Ash

Adding a custom mob into Minecraft

Basically decided to make my own mob, I have:

  • Created my mob's entity class
  • Created my mobs model class
  • Drawn the model
  • Added the function call for addMapping within the EntityList class

I'm stuck on what to do next. I've tried finding the code that deals with passive animal spawning in the world, however I can't seem to find it.

Help greatly appreciated.