What? Please rephase your sentences in pure English.
That was in my mind while reading this.
Rollback Post to RevisionRollBack
Make sure you follow me on twitter! @DarkDiaMiner IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
Make sure you follow me on twitter! @DarkDiaMiner IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
function useItem(x, y, z, itemId, blockId, side) {
if(itemId == 280) //If tapped with a stick
{
for(var i = 0; i < 255; i++) //Keep adding i until its 255
{
setTile(x, y+i, z, 57); //Make 255 diamond blocks
}
}
}
Are you asking for something like this?
Rollback Post to RevisionRollBack
Make sure you follow me on twitter! @DarkDiaMiner IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
function useItem(x, y, z, itemId, blockId, side) {
if(itemId == 280) //If tapped with a stick
{
for(var i = 0; i < 255; i++) //Keep adding i until its 255
{
setTile(x, y+i, z, 57); //Make 255 diamond blocks
}
}
}
Are you asking for something like this?
No 3 different blocks because I'm its gunna make a tardis
PS. My mod WIP can be found here
http://www.minecraftforum.net/topic/2463022-doctor-who-wip/#entry29558806
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
That was in my mind while reading this.
IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
That was in my mind too... Am I a mind reader?
IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
function useItem(x, y, z, itemId, blockId, side) { if(itemId == 280) //If tapped with a stick { for(var i = 0; i < 255; i++) //Keep adding i until its 255 { setTile(x, y+i, z, 57); //Make 255 diamond blocks } } }Are you asking for something like this?
IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
No 3 different blocks because I'm its gunna make a tardis