Hi guys this is my first mod!
I know this might suck comparred to other mods
Any way tap the ground with a wooden pickaxe to get 64 diamonds
This is for android not ios
1.copy the code
2.import it in block launcher using clipboard
3done
Code:
function useItem(x,y,z,itemId,blockId)
{
If(itemId==270)
{
addItemInventory(264,64);
}
}
ENJOY!
Hi guys this is my first mod!
I know this might suck comparred to other mods
Any way tap the ground with a wooden pickaxe to get 64 diamonds
This is for android not ios
1.copy the code
2.import it in block launcher using clipboard
3done
Code:
function useItem(x,y,z,itemId,blockId)
{
If(itemId==270)
{
addItemInventory(264,64);
}
}
ENJOY!
the if statement shouldn't be capitalized. Also, try wrapping your code in [code][code][/code][/code] tags:
[code]function useItem(x,y,z,itemId,blockId)
{
if(itemId==270)
{
addItemInventory(264,64);
}
}[/code]
thank you everyone for the nice comments!
i would like to make a port of the YOU ARE THE CREEPER mod for mcpe
i would like as many coders as possible to join the team
some ideas for it:
using creeper.png as the skin
hostile mobs follow you
using a function (proCmd) /boom to explode
and another command to enable/disable it all
PLEASE JOIN IT
i beg the following people
500ISE(best coder on the planet )
Arjay07
KSYmc
TheRealBluejay
rainbowyoshimbx
thank you everyone for the nice comments!
i would like to make a port of the YOU ARE THE CREEPER mod for mcpe
i would like as many coders as possible to join the team
some ideas for it:
using creeper.png as the skin
hostile mobs follow you
using a function (proCmd) /boom to explode
and another command to enable/disable it all
PLEASE JOIN IT
i beg the following people
500ISE(best coder on the planet )
Arjay07
KSYmc
TheRealBluejay
rainbowyoshimbx
You have to get permission from them if they want to join your team. I saw your topic. It makes no sense because you didn't ask 500ISE or Arjay07 or KsyMC if they want to join. You just plotted there names without permission.
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! ---------------->
thank you everyone for the nice comments!
i would like to make a port of the YOU ARE THE CREEPER mod for mcpe
i would like as many coders as possible to join the team
some ideas for it:
using creeper.png as the skin
hostile mobs follow you
using a function (proCmd) /boom to explode
and another command to enable/disable it all
PLEASE JOIN IT
i beg the following people
500ISE(best coder on the planet )
Arjay07
KSYmc
TheRealBluejay
rainbowyoshimbx
I feel left out D:
Wait wait, 500ISE doesnt really code modpe scripts does he?
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! ---------------->
You have to get permission from them if they want to join your team. I saw your topic. It makes no sense because you didn't ask 500ISE or Arjay07 or KsyMC if they want to join. You just plotted there names without permission.
He wants the mod to sound like to best mod in the world. What he doesn't know is that there is already a "You Are The Creeper" mod for MCPE.
Rollback Post to RevisionRollBack
I'M BACK!
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]
ok so there is 1 you are the creeper for mcpe but mine will be better
it will have NPC and hostile mobs that follow but dont attack it will also have custom creeper skins
I know this might suck comparred to other mods
Any way tap the ground with a wooden pickaxe to get 64 diamonds
This is for android not ios
1.copy the code
2.import it in block launcher using clipboard
3done
Code:
function useItem(x,y,z,itemId,blockId)
{
If(itemId==270)
{
addItemInventory(264,64);
}
}
ENJOY!
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumthe if statement shouldn't be capitalized. Also, try wrapping your code in [code][code][/code][/code] tags:
[code]function useItem(x,y,z,itemId,blockId) { if(itemId==270) { addItemInventory(264,64); } }[/code]
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumEverybody has their own brace and indentation style. As long as they keep the style consistent, that's OK - don't start a holy war.
Hello, parking meter!
i would like to make a port of the YOU ARE THE CREEPER mod for mcpe
i would like as many coders as possible to join the team
some ideas for it:
using creeper.png as the skin
hostile mobs follow you
using a function (proCmd) /boom to explode
and another command to enable/disable it all
PLEASE JOIN IT
i beg the following people
500ISE(best coder on the planet
Arjay07
KSYmc
TheRealBluejay
rainbowyoshimbx
if(itemId==280){
addItemInventory(264,64);
}
}
whats wrong?
ill post a download link
im working on an update
You have to get permission from them if they want to join your team. I saw your topic. It makes no sense because you didn't ask 500ISE or Arjay07 or KsyMC if they want to join. You just plotted there names without permission.
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! ---------------->
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWait wait, 500ISE doesnt really code modpe scripts does he?
Check out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
Felt the same.
Yes, yes he doesn't.
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 feel left out too... 500ISE doesn't make ModPE scripts often. He does occasionally make some for challenges or for examples of new ModPE function.
He wants the mod to sound like to best mod in the world. What he doesn't know is that there is already a "You Are The Creeper" mod for MCPE.
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]
it will have NPC and hostile mobs that follow but dont attack it will also have custom creeper skins