This will list all of my mods from now on! As my old topic dies away I will add my new mods here! These will get more advanced as I have more time to dev! Insta-Bridge:
This is something I dreamed up while playing a survival world today!Instructions:
All you have to do is get a stick and tap on a grass block and it will add it to your inventory. Once you've got the grass block place it where you want the entrance to the bridge at. Hit it with a wooden shovel to activate and create the 3 x 10 bridge.
Insta-Bridge:
if(itemId==280){ var MCPE = getTile(x,y,z); setTile(x,y,z,MCPE); addItemInventory(MCPE, 1);}else if(itemId==269 && blockId==2)//10 Blocks{ //Lift setTile(x,y,z,4); setTile(x+1,y,z,4); setTile(x-1,y,z,4); setTile(x,y+1,z+1,4); setTile(x+1,y+1,z+1,4); setTile(x-1,y+1,z+1,4); setTile(x,y+2,z+2,4); setTile(x+1,y+2,z+2,4); setTile(x-1,y+2,z+2,4); //ACTUZXY setTile(x,y+2,z+3,4); setTile(x+1,y+2,z+3,4); setTile(x-1,y+2,z+3,4); setTile(x,y+2,z+4,4); setTile(x+1,y+2,z+4,4); setTile(x-1,y+2,z+4,4); setTile(x,y+2,z+5,4); setTile(x+1,y+2,z+5,4); setTile(x-1,y+2,z+5,4); setTile(x,y+2,z+6,4); setTile(x+1,y+2,z+6,4); setTile(x-1,y+2,z+6,4); setTile(x,y+2,z+7,4); setTile(x+1,y+2,z+7,4); setTile(x-1,y+2,z+7,4); //Drop setTile(x,y+1,z+8,4); setTile(x+1,y+1,z+8,4); setTile(x-1,y+1,z+8,4); setTile(x,y,z+9,4); setTile(x+1,y,z+9,4); setTile(x-1,y,z+9,4);}}function useItem(x,y,z,itemId,blockId,side){ if(itemId==280) { setTile(x,y,z,4); setTile(x+1,y,z,41); setTile(x-1,y,z,41); setTile(x+1,y,z+2,41); setTile(x-1,y,z+2,41); setTile(x,y,z+2,4); setTile(x,y,z+1,4); setTile(x+1,y,z+1,4); setTile(x-1,y,z+1,4); setTile(x+1,y+1,z,4); setTile(x-1,y+1,z,4); setTile(x+1,y+1,z+2,4); setTile(x-1,y+1,z+2,4); setTile(x,y+1,z+1,247); setTile(x,y+2,z+1,4); setTile(x+1,y+2,z+1,4); setTile(x-1,y+2,z+1,4); setTile(x,y+2,z+2,4); setTile(x,y+2,z,4); }}Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
It works great! It is pretty cool!
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->