Guys, the texture pack for herobrine is not actually a texturepack. It is a .png file. What you do with it is you get any texturepack (it doesnt matter which, it could just be the vanilla textures) and go into the folder labeled "mob" and put the herobrine.png file there. This makes it so when the game says "Herobrine has found you" it will use the herobrine.png picture instead of it looking like a weird thing.
Using foreverdark I placed glowstone and it just removed the block above the block I tapped and I placed the glowstone just fine.
I guess Darkness doesn't rule
Maybe use if(side== blah) so it removes the right block
function modTick()
{
Level.setTime(2900);
}
function useItem(x,y,z,itemId,blockId,side)
{
if(itemId == 50)
{
preventDefault();
clientMessage("Only darkness rules this world....");
}
if(itemId == 89)
{
preventDefault();
setTile(x,y+1,z,0);
clientMessage("Only darkness rules this world....");
}
}
Uhhhh Can U Fix The Steve Modsript When I Import It Its fine Until I Start A World It Says An Error Occurred In The Modscript "Steve" Anyways The Rest I Will Test
I'm sorry but your mod script, Steve and kill gui are not working... I am using android block launcher pro 1.5.1... Please tell me if something is wrong with what I am using or doing... I'm realy looking forward to testing out your awesome mods... Well thanks... Let me know as soon as possible because I realy want to try your scripts
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
I'm not jail broken by the way:(Plz can I be a beta tester?
Love your mods my friend told me
About them
working on a new script.....
hmmm..
does anyone know how to use proc(CMD)
?
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
how did you make thata.mazing modpack with donald?
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
Maybe I'll use a modtick delay.
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
function modTick() { Level.setTime(2900); } function useItem(x,y,z,itemId,blockId,side) { if(itemId == 50) { preventDefault(); clientMessage("Only darkness rules this world...."); } if(itemId == 89) { preventDefault(); setTile(x,y+1,z,0); clientMessage("Only darkness rules this world...."); } }Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
Then it should work
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!