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! ---------------->
//Making a 5 blocked tower
function useItem(x,y,z,itemId,blockId,side)
{
if(itemId==280)
{
setTile(x,y+1,z,5);
setTile(x,y+2,z,5);
setTile(x,y+3,z,5);
setTile(x,y+4,z,5);
setTile(x,y+5,z,5);
}
}
I mean what do you want to do?
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! ---------------->
How do I generate Rectangular Prisms in a given area using for gates?
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
yet! Link: http://www.minecraft...in-at-any-time/
Thanks
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
+1 if i helped
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! ---------------->
I KNOW about setTile.
I mean how do i CREATE a HUGE rectangular prism with SetTile with using for gates.
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
//Making a 5 blocked tower function useItem(x,y,z,itemId,blockId,side) { if(itemId==280) { setTile(x,y+1,z,5); setTile(x,y+2,z,5); setTile(x,y+3,z,5); setTile(x,y+4,z,5); setTile(x,y+5,z,5); } }I mean what do you want to do?
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! ---------------->
could you explain that a bit more?
Thanks!
And what is i? I guess you mean z?