Hi this is the Hostile spawn eggs in creative mod.
You will need the latest pro version of block launcher to use this mod.
Just import into block launcher modpe and activate the mod. The ores are the Hostile spawn eggs.
R u sure because it works for me. U used the ores and not the blocks right?I just tested again and it definitely works. U used the ores and not the blocks right?
I used to develop mods, I started modding before modpe and blocklauncher was even a thing. I have retired from the forums. I will no longer be active as of February 18 2015. I will miss my forum friends :(.
To post a comment, please login or register a new account.
You will need the latest pro version of block launcher to use this mod.
Just import into block launcher modpe and activate the mod. The ores are the Hostile spawn eggs.
Redstone ore==spider
Lapis ore==zombie
Diamond ore==skelly
Gold ore==creeper
Coal ore==zombie pigman
Iron ore==Npc monster
Tip:use with night in creative mod in mods for pe 2 from Google play store.
Mod Download: http: http://db.tt/a6cIKQsN
If someone could make a texture pack for this that would be great I'd give you credit
Block launcher topic link for latest pro: http://www.minecraftforum.net/topic/1675581-blocklauncher-an-android-app-that-patches-minecraft-pe-without-reinstall/
EAT IT IN YOUR FACE.
Edit: Nice mod, I like the npc monster, but everything else doesn't work.
Join my clan, Diamond Eye!:http://www.minecraftforum.net/topic/1901662-diamond-eye-pvp-map-building-join-now/
function useItem(x, y, z, itemId, blockId, side) { if(itemId==16) { preventDefault(); bl_spawnMob(x, y+1, z, 36, "mob/pigzombie.png"); } else if(itemId==73) { preventDefault(); bl_spawnMob(x, y+1, z, 35, "mob/spider.png"); } else if(itemId==56) { preventDefault(); bl_spawnMob(x, y+1, z, 34, "mob/skeleton.png"); } else if(itemId==14) { preventDefault(); bl_spawnMob(x, y+1, z, 33, "mob/creeper.png"); } else if(itemId==21) { preventDefault(); bl_spawnMob(x, y+1, z, 32, "mob/zombie.png"); } else if(itemId==15) { preventDefault(); spawnPigZombie(x, y+1, z,274,"mob/char.png"); } }Edit: Still doesn't work at least for me even with night in creative mod