- 5
- 5
- 4
37
x86tutorials' ModLoader Tutorials - 1.2.5
By: Codeninja - x86tutorials (on YouTube)
Hello, this is Codeninja! I have made a couple of tutorials on how to create ModLoader Mods using Eclipse, and using MCP 1.2.5! Please note that this took a while to render and upload!
Tutorial List:
Key:
Playlist Link:
List with Links:
To-Do-List-ish-thing:
- Dimensions
- Biomes
- NPC Spawning in Biomes
- Portals
- Chat Messages
- Armor
- Custom Mobs
- Food
1 Update Logs
Update #1 : by codeninja 07/27/2012 3:05:17 amJuly 27, 2012 @ 7:05 am UTC
Le bump
More like this
755824
6


Have something to say?
tasks.addTask(0, new EntityAISwimming(this));
Or:
tasks.addTask(0, new EntityAIBreakDoor(this));
I'm not that sure on how to operate MCP on my computer, so I can't find out how to give mobs certain AI aspects. So can you give a list?
I'd like to know in particular how to make your mobs:
*Fly
*Explode
*Pick up/place blocks
*Climb walls
*Poison attacks
*Shoot fireballs(ghast AND blaze)
*Go around walls to reach target
*Calculate and move along shortest possible route towards target
*Avoid hazards(e.g. lava, cliffs, etc.)
*Prevent damage(e.g. running for water to douse flames when on fire, seeking shade from sunlight, etc.)
*Responding to attacks from other mobs as well as the player(I think it might be this:
targetTasks.addTask(0, new EntityAIHurtByTarget(this, false));
but I'm not that sure)
I'll PM you if there's anything else I'd like to know! :)
but i cant get my human npc to spawn no errors and 3 int are 20, 20 , 20 so it wqould be easy to find but i cant find them
HELP???????