Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I recently discovered how to change the game (with MCP) and now I'd like to do my first "big" change to the game, creating new mobs. I already made their skin, the model, the AI and added a new entityID to the mob list. I just need to know how to make them spawn normally under similar conditions to zombies and skeletons.

Thanks in advance! :D

EDIT: Also, if anyone knows it, post tutorials about minecraft code editing, that would be great.

share|improve this question
1  
As a side note, MCP will soon likely become slightly obsolete as Mojang will be releasing the SDK for Minecraft. – Dalin Seivewright Nov 15 '12 at 18:30
I don't think that's gonna happen until the next year... But thanks for sharing – Richard Nov 15 '12 at 19:09
Mob spawning is server side code. You may want to check crafbukkit api to get methods to spawn entities. – nathan Nov 15 '12 at 19:17
I'm betting the forums for this would be the best place to ask. – Byte56 Nov 15 '12 at 19:30

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.