Hello, It is me Creepig01! I am here to bring a new series based all on traps for ModPE! This will be both Android and IOS compatible (Most Of The Time.) I only have one mod completely finished but have another that I am working on! So lets get to it!
Faulty Snow: Creates a top piece of snow, That will becompletely hidden but is able to fall through. All you have to do is hit a block with a stick!
VIDEO SOON! Link: https://www.dropbox...._Faulty_Snow.js
interesting.
cant wait to see whats in future updates.
Thanks! Will be more advanced as I progress, but I can't dev on Android yet because I don't have BlockLauncher or MCPE on Android.. Should have it soon though.
Hello, It is me Creepig01! I am here to bring a new series based all on traps for ModPE! This will be both Android and IOS compatible (Most Of The Time.) I only have one mod completely finished but have another that I am working on! So lets get to it!
Faulty Snow: Creates a top piece of snow, That will becompletely hidden but is able to fall through. All you have to do is hit a block with a stick!
VIDEO SOON! Link: https://www.dropbox...._Faulty_Snow.js
Great job! But u have some errors in the script!
1
2
3
4
5
6
7
8
9
10
11
/* Traps By Creepig01
Please do not copy1*/
function useItem(x,y,z,itemId,blockId,side)
{
var ourItem = getCarrierItem();
if(ourItem==280)
{
setTile(x,y,z,78);
}
}
U need to change getCarrierItem to getCarriedItem!And it doesnt really work.
All it does is replace the block with snow!
Rollback Post to RevisionRollBack
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
function useItem(x,y,z,itemId,blockId,side) { var ourItem = getCarrierItem(); if(ourItem==280) { setTile(x,y,z,78); } }
U need to change getCarrierItem to getCarriedItem!
And it doesnt really work.
All it does is replace the block with snow!
Ah I didn't see that will fix! and it does work. I will upload a video either today or tomorrow about some ways you can use it!
/* Traps By Creepig01
Please do not copy1*/
function useItem(x,y,z,itemId,blockId,side)
{
if(itemId == 280) //if use stick on any block
{
setTile(x,y,z,78);
}
}
Ah! I knew someone would point that out! The reason I didn't is because if I don't use the var ourItem = getCarriedItem on IOS (At least for me) it will activate the function with any item. Thanks for the suggestion though!
glitch snow is snow that you can walk through. so for example their is floating snow and you go on it and you fall right through it. I dont know why its called glitch snow when its not a glitch but I guess on minecraft when you break a block snow is on top of the snow disapears.
Rollback Post to RevisionRollBack
I'm back from my hibernation. Most likely gone so don't pm me.
To post a comment, please login or register a new account.
Faulty Snow:
Creates a top piece of snow, That will becompletely hidden but is able to fall through. All you have to do is hit a block with a stick!
VIDEO SOON!
Link: https://www.dropbox...._Faulty_Snow.js
ChangeLog
Added Faulty Snow!
cant wait to see whats in future updates.
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
1
2
3
4
5
6
7
8
9
10
11
/* Traps By Creepig01
Please do not copy1*/
function useItem(x,y,z,itemId,blockId,side)
{
var ourItem = getCarrierItem();
if(ourItem==280)
{
setTile(x,y,z,78);
}
}
U need to change getCarrierItem to getCarriedItem!And it doesnt really work.
All it does is replace the block with snow!
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Ah I didn't see that will fix! and it does work. I will upload a video either today or tomorrow about some ways you can use it!
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!! -------------->
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Why not make it shorter?
/* Traps By Creepig01 Please do not copy1*/ function useItem(x,y,z,itemId,blockId,side) { if(itemId == 280) //if use stick on any block { setTile(x,y,z,78); } }Ah! I knew someone would point that out! The reason I didn't is because if I don't use the var ourItem = getCarriedItem on IOS (At least for me) it will activate the function with any item. Thanks for the suggestion though!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI'm back from my hibernation. Most likely gone so don't pm me.
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Haven't uploaded a video yet. Will soon.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI'm back from my hibernation. Most likely gone so don't pm me.