Hey Guys!
Can you help me or teach me how to make custom mobs?
I know its hard to explain but its not bad to just try and explain it right?
So please teach me
PS. I have KiK and it would be better if you Would teach me there
KiK: EliteGamerHD32
function useItem(x, y, z, itemId, blockId){//useItem() function
if(itemId==280){//if you are using a stick
Level.spawnMob(x, y+1, z, 32, "mob/steve.png");//spawn a zombie with steve skin
//I'm not sure it is char.png or steve.png
}
}
Can you help me or teach me how to make custom mobs?
I know its hard to explain but its not bad to just try and explain it right?
So please teach me
PS. I have KiK and it would be better if you Would teach me there
KiK: EliteGamerHD32
Minecraft MLG
Dance like you dont care!
Tap the link below to sub to my youtube channel:
https://m.youtube.com/channel/UCDPTTeHo67o7-mZiiGh_XKg?debug_prerolls=false&layout=mobile&tsp=1&utcoffset=480
Minecraft MLG
Dance like you dont care!
if(itemId==280){//if you are using a stick
Level.spawnMob(x, y+1, z, 32, "mob/steve.png");//spawn a zombie with steve skin
//I'm not sure it is char.png or steve.png
}
}
Tap the link below to sub to my youtube channel:
https://m.youtube.com/channel/UCDPTTeHo67o7-mZiiGh_XKg?debug_prerolls=false&layout=mobile&tsp=1&utcoffset=480
have special effects? Like for when he hit you you set on fire
Minecraft MLG
Dance like you dont care!
if(Entity.getTypeId(a)==32){//if the attacker is zombie
Level.explode(Entity.getX(a),Entity.getY(a),Entity.getZ(a),30);
}
}
Tap the link below to sub to my youtube channel:
https://m.youtube.com/channel/UCDPTTeHo67o7-mZiiGh_XKg?debug_prerolls=false&layout=mobile&tsp=1&utcoffset=480