Cool laser mod. Just click on mossy cobblestone to make a laser that destroys anything in its path.just tap a side of the mossy cobble and a laser will shoot out the opposite side.
Download: https://db.tt/QECACB2i
Very cool! I had never even thought of something like this!
I want to use ModPE.setItem to make a "real" laser block for you, with its own texture. Either that or retexture something like GlitchLeaves...
Let me know if you want me to go ahead. I could also make a method of building the laser, like "gold Ingot destroys nether reactor, and drops the new laser block" complete with textures. Maybe this is a good first project for us to work together on... Let me know!
Very cool! I had never even thought of something like this!
I want to use ModPE.setItem to make a "real" laser block for you, with its own texture. Either that or retexture something like GlitchLeaves...
Let me know if you want me to go ahead. I could also make a method of building the laser, like "gold Ingot destroys nether reactor, and drops the new laser block" complete with textures. Maybe this is a good first project for us to work together on... Let me know!
Good work! I love it!
good idea. But if we do that we have to retexture glitch leaves then make an item that places that block using setTile because it is impossible to make custom blocks. Pm me.
Cool laser mod. Just click on mossy cobblestone to make a laser that destroys anything in its path.just tap a side of the mossy cobble and a laser will shoot out the opposite side.
Download: https://db.tt/QECACB2i
Aww, you don't want cookies?
var dir = [[0, 1, 0], [0, -1, 0], [0, 0, 1], [0, 0, -1], [1, 0, 0], [-1, 0, 0]];
function useItem(x, y, z, itemId, blockId, side) {
if (blockId != 48 || itemId == 48) return;
preventDefault();
var d = dir[side];
for (var i = 1; i < 255; i++) {
var xx = d[0] * i + x;
var yy = d[1] * i + y;
var zz = d[2] * i + z;
if (xx < 0 || yy < 0 || zz < 0 || xx > 255 || yy > 255 || zz > 255)
break;
setTile(xx, yy, zz, 57); //Diamond block
Level.destroyBlock(xx, yy, zz);
}
}
15 lines. I believe someone can optimize it further.
What is love? Could I get one? Could I make one? Could I have one? Could I have it on my school?
Does it hurt? Does it have a pain? Does it nice? Does it feel happy? Does it make you better?
Maybe I can have one. Maybe I will get one. Maybe I can fell it. Maybe I can touched it.
All of I do is scripting to work on my program. Never be more than this.
What is love? Could I get one? Could I make one? Could I have one? Could I have it on my school?
Does it hurt? Does it have a pain? Does it nice? Does it feel happy? Does it make you better?
Maybe I can have one. Maybe I will get one. Maybe I can fell it. Maybe I can touched it.
All of I do is scripting to work on my program. Never be more than this.
Why don't you create a forum with a collection of all of your ModPE Scripts? It would be a LOT easier updating one forum compared to making 500 different forums
Download: https://db.tt/QECACB2i
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
I want to use ModPE.setItem to make a "real" laser block for you, with its own texture. Either that or retexture something like GlitchLeaves...
Let me know if you want me to go ahead. I could also make a method of building the laser, like "gold Ingot destroys nether reactor, and drops the new laser block" complete with textures. Maybe this is a good first project for us to work together on... Let me know!
Good work! I love it!
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2610428-0-13-emeraldcraft-metalurgic-gems-alchemy
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2610428-0-13-emeraldcraft-metalurgic-gems-alchemy
Aww, you don't want cookies?
15 lines. I believe someone can optimize it further.
Going to test right now.
Does it hurt? Does it have a pain? Does it nice? Does it feel happy? Does it make you better?
Maybe I can have one. Maybe I will get one. Maybe I can fell it. Maybe I can touched it.
All of I do is scripting to work on my program. Never be more than this.
Does it hurt? Does it have a pain? Does it nice? Does it feel happy? Does it make you better?
Maybe I can have one. Maybe I will get one. Maybe I can fell it. Maybe I can touched it.
All of I do is scripting to work on my program. Never be more than this.
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2610428-0-13-emeraldcraft-metalurgic-gems-alchemy
just posted pic.