Now we are combining the code. It will look like this:
function useItem(x, y, z, itemId, blockId, side)
{
if(itemId==280)
{
Notice, i put two of {. These tell that its the start of code.
To end the code we would use }.
So now we are going to make it....explode! When we tap with a stick, it will explods!
The code we will use, for explode is this:
explode(5,5,)
The reason I use 5 is because the bigger the number the worst the lag. So don't go any farther than 20.
So now, we will change the code a little more.
function useItem(x, y, z, itemId, blockId, side)<----function, tells that when I tap
{<-----start of code
if(itemId==280)<-----if we use a stick
{<----another start
explode(5,5);<----explode, radious of 5,
}<-----code ends
}<-----code ends
Congratulations! You made your first mod!
Modding is really easy, if you have any problems, just let me know.
On this site, you will see pictures of all minecraft items, next to the items, you will see numbers. Select the item you want to use for this project. (btw/ by the way, it can be a block too)
So now we're going to learn a new command.
YAY!
this is the code:
if(itemId==??)
What this is, is telling what item we want. With this, we can make do things like make things explode when we use a stick.
So if you used a stick in this case, the number/ID would be 280, so the command would look like this:
I see you want to make mods. It gets simple once you have everything in your head.
I can help you but this is going to take some time to learn.
But anyways, lets start off with lesson 1
---------------------------------------
Lesson 1: functions
---------------------------------------
The first thing that I ever learned about modding was the functions. Very very very important. What functions do is tell what the code will do.
function useItem(x, y, z, itemId, blockId, side) == a function
Now your probably wondering....what the heck does thos do?????
This function tells if the player touches a block.
So...if you say this to a computer....he'll think..."If the player touches a block---"
I know all this might seem a little strange, but you'll learn (eventually)
So...remember...
function useItem(x, y, z, itemId, blockId, side) == if the player touches the block
Now thats only one command, we still have lots and lots and lots of commands....
Hi sonicmancool sorry to interupt u but pls disable the /stop command for opped people cause earlier i wanted to try all of the commands then i came a cross the /stop command and i tried it then the server stopped!
So please disable the /stop command for opped people, like me
(Please forgive me i didnt mean it. Please dont un-op me pls?)
Guys, friends good awesome people,
I have bad news, as sad as I am to break the news, the server will be offline PERMANENTLY...
I am rrrreeeeeaaaaaaalllllllyyyyyyy sorry, but I just can't take the work any more. People are disobeying my rules, ruining minigames, and I am just not in a mood to deal with it anymore. So I am closing the server. Please forgive me, and please forgive me.
Hello Guys,
welcome to my MCPE mods.I hope that yall enjoy them and have lots of fun with them...
Green Font==Brand New
Blue Color==Best Mod
Red Color==Coming Soon
These mods are not up-to-date yet, but they are going to be as soon as blocklauncher is updated to fix the modded items picture not seen bug. But, while all the bugs in blocklauncher are being fixed, I am working on new stuff for my mods. The Spider-Man mod is coming good, I have added new sounds for the items, and still working on it. One thing I have made for it is when you use the spiderman gloves, it will play a sound of a bow being shot, so it seems a little more realistic.
It's been months, almost a year, and I still haven't even gotten to deadpool :P. The only reason why, is because I DON'T KNOW WHAT TO DO WITH HIM. If someone could leave a few comments for suggestions on what to do, I will:
1. Give Credit to the people who came up with suggestions
2. make it a 75% it will go into the mod( unless I don't agree :P)
3. make it released sooner.
So please help me out there, I need it.
The sonic mod is......still being worked on.
I plan on making the mario mod with some new features,
FOR SURE IN THE MOD:
1.Summoning Bowser
2.More items than the fire flower, mario mushroom, and mario hat.
NOT FOR SURE IN THE MOD:
1. Summoning Luigi as a friend
2. Summon Toad
3. Summon Princess Peach
4. Map made for the mod
The Legend Of Zelda Mod 50% sure it will be released:
If this mod DOES come out, it will be when blocklauncher is updated.
But anyways, what will be in it:
Link Sword,
Ocarina Of Time,
Link armor(NOT WEARABLE)
Spawn Ganondorf,
and more............
I am currently only on android so I am sorry but I don't know all the functions to IOS so if yall let me know how it works I will try to make the mods on IOS..
Spider-Man Mod:
Climb Walls, jump five blocks high, shoot webs, summon Venom...Become your friendly neighborhood Spider-Man!!! Texture for spider-man armor was made buy spiderman111 on planetminecraft.com
UPDATE +Added Spawn radio active spider (get this by tapping on a block with the radioactive spider item)
+Added Spiderman Suit ( this makes you put on spiderman's armor!!! get this by tapping on a block with the radioactive spider item)
Finnaly released. Place a gold block anywhere and another gold block on top of that. You should be get a few items, for the skin items, you can be the three hedgehogs! (Sonic, shadow, silver, SKINS NOT BY ME)With the chaos emerald, you will fly and change into super sonic. (Skin not by me) sonic shoes make you go superfast, and they launch fire. . And the chili dog restores a few hearts when eatin. Spawn eggman well, it spawns egg man. . And one more thing. If you hold a sonic shoe, you will not be able to jump, for flying, so if you wanted to stay in the air after holding a chaos emerald, you would stay in the air. P.S. I AM WAITING sonicaleb1....
Deadpool Mod: I'm not sure of what all this mod will do, but I know it will be a cool mod.I do know this, deadpool will know he's in the mod, and will have swords, guns, bombs, ETCDouglas if your reading your probably out of it right now(Douglas is one of my friends who loves deadpool)
>Deadpool< (whisper) shhh...I'm not supposed to be out of my code....
The Legend Of Zelda Mod 50% sure it will be released:
If this mod DOES come out, it will be when blocklauncher is updated.
But anyways, what will be in it:
Link Sword,
Ocarina Of Time,
Link armor(NOT WEARABLE)
Spawn Ganondorf,
and more............
P.S. I am On youtube subscribe to me...I made a tutorial on how to install original minecraft textures to blocklauncher PRO without root so check that out My Channel:http://www.youtube.c...OYAWNd58wjPEa4A
Don't forget to drop a comment to let me know what you think about these mods!!!
One more thing, if there is a mod you want drop another comment
Peace out!
1
Yes, I don't care
If you need me to show you more, let me know.
1
function useItem(x, y, z, itemId, blockId, side)
{
if(itemId==280)
{
Notice, i put two of {. These tell that its the start of code.
To end the code we would use }.
So now we are going to make it....explode! When we tap with a stick, it will explods!
The code we will use, for explode is this:
explode(5,5,)
The reason I use 5 is because the bigger the number the worst the lag. So don't go any farther than 20.
So now, we will change the code a little more.
function useItem(x, y, z, itemId, blockId, side)<----function, tells that when I tap
{<-----start of code
if(itemId==280)<-----if we use a stick
{<----another start
explode(5,5);<----explode, radious of 5,
}<-----code ends
}<-----code ends
Congratulations! You made your first mod!
Modding is really easy, if you have any problems, just let me know.
Christian BJ
1
Open up Droidedit for your android phone/tablet.
Type in the function we reviewed in lesson 1.
(function useItem(x, y, z, itemId, blockId, side))
Okay,
Once you did that, go to this website:
http://minecraft-ids.grahamedgecombe.com/
On this site, you will see pictures of all minecraft items, next to the items, you will see numbers. Select the item you want to use for this project. (btw/ by the way, it can be a block too)
So now we're going to learn a new command.
YAY!
this is the code:
if(itemId==??)
What this is, is telling what item we want. With this, we can make do things like make things explode when we use a stick.
So if you used a stick in this case, the number/ID would be 280, so the command would look like this:
if(itemId==280)
Simple right?
1
I see you want to make mods. It gets simple once you have everything in your head.
I can help you
But anyways, lets start off with lesson 1
---------------------------------------
Lesson 1: functions
---------------------------------------
The first thing that I ever learned about modding was the functions. Very very very important. What functions do is tell what the code will do.
function useItem(x, y, z, itemId, blockId, side) == a function
Now your probably wondering....what the heck does thos do?????
This function tells if the player touches a block.
So...if you say this to a computer....he'll think..."If the player touches a block---"
I know all this might seem a little strange, but you'll learn (eventually)
So...remember...
function useItem(x, y, z, itemId, blockId, side) == if the player touches the block
Now thats only one command, we still have lots and lots and lots of commands....
-----------------------------
Lesson 2 Apps
-----------------------------
There are a few apps you will need before beginning to mod:
1. DroidEdit Free (On Google Play App Store) (free)
2.Blocklauncher Pro/free (On Google Play Store) (I recommend Pro) (like.....$2.99)
-----------------------------
Lesson 3: Completing a sentence
-----------------------------
1
Guys, friends good awesome people,
I have bad news, as sad as I am to break the news, the server will be offline PERMANENTLY...
I am rrrreeeeeaaaaaaalllllllyyyyyyy sorry, but I just can't take the work any more. People are disobeying my rules, ruining minigames, and I am just not in a mood to deal with it anymore. So I am closing the server. Please forgive me, and please forgive me.
Christian BJ
1
Whats your username???
Its offline
1
Thats my problem too.
I have a samsung galaxy 2 7.0 and whenever I try to root, it doesn't work YES I tried z4root
2
I need a screen recorder that requires no root or even pc so I can record minecfaft videos and yes another android thing.
2
welcome to my MCPE mods.I hope that yall enjoy them and have lots of fun with them...
Green Font==Brand New
Blue Color==Best Mod
Red Color==Coming Soon
These mods are not up-to-date yet, but they are going to be as soon as blocklauncher is updated to fix the modded items picture not seen bug. But, while all the bugs in blocklauncher are being fixed, I am working on new stuff for my mods. The Spider-Man mod is coming good, I have added new sounds for the items, and still working on it. One thing I have made for it is when you use the spiderman gloves, it will play a sound of a bow being shot, so it seems a little more realistic.
It's been months, almost a year, and I still haven't even gotten to deadpool :P. The only reason why, is because I DON'T KNOW WHAT TO DO WITH HIM. If someone could leave a few comments for suggestions on what to do, I will:
1. Give Credit to the people who came up with suggestions
2. make it a 75% it will go into the mod( unless I don't agree :P)
3. make it released sooner.
So please help me out there, I need it.
The sonic mod is......still being worked on.
I plan on making the mario mod with some new features,
FOR SURE IN THE MOD:
1.Summoning Bowser
2.More items than the fire flower, mario mushroom, and mario hat.
NOT FOR SURE IN THE MOD:
1. Summoning Luigi as a friend
2. Summon Toad
3. Summon Princess Peach
4. Map made for the mod
The Legend Of Zelda Mod 50% sure it will be released:
If this mod DOES come out, it will be when blocklauncher is updated.
But anyways, what will be in it:
Link Sword,
Ocarina Of Time,
Link armor(NOT WEARABLE)
Spawn Ganondorf,
and more............
I am currently only on android so I am sorry but I don't know all the functions to IOS so if yall let me know how it works I will try to make the mods on IOS..
Spider-Man Mod:
Climb Walls, jump five blocks high, shoot webs, summon Venom...Become your friendly neighborhood Spider-Man!!! Texture for spider-man armor was made buy spiderman111 on planetminecraft.com
UPDATE +Added Spawn radio active spider (get this by tapping on a block with the radioactive spider item)
+Added Spiderman Suit ( this makes you put on spiderman's armor!!! get this by tapping on a block with the radioactive spider item)
These are all the mods that need patching (it's in the zip): http://www.mediafire...od_(Version_2.0)_Texture%5B1%5D.zip
Link To texture pack: http://www.mediafire...Mod(Version_2.0)_Mods%5B1%5D.zip
lTutorial:]
Mod Showcase By Sonicaleb1:
Super Mario
Coming Soon: summoning Bowser
Download: http://www.mediafire...4nupv5a39k20bd0
Texture: http://www.mediafire...4djdv8qmvxi35wf
Mod Showcase By Sonicaleb1:
Sonic the hedgehog mod:
Finnaly released. Place a gold block anywhere and another gold block on top of that. You should be get a few items, for the skin items, you can be the three hedgehogs! (Sonic, shadow, silver, SKINS NOT BY ME)With the chaos emerald, you will fly and change into super sonic. (Skin not by me) sonic shoes make you go superfast, and they launch fire.
Texture:
http://www.mediafire...r8va9d000g1vcgq
Mod:
http://www.mediafire...fm3nz0bdb7stdm0
FIX(IF THE ICONS DON'T WORK PROPERLY, DOWNLOAD THIS INSTEAD)
http://www.mediafire...c8ai41du41454js
Deadpool Mod: I'm not sure of what all this mod will do, but I know it will be a cool mod.I do know this, deadpool will know he's in the mod, and will have swords, guns, bombs, ETCDouglas if your reading your probably out of it right now(Douglas is one of my friends who loves deadpool)
>Deadpool< (whisper) shhh...I'm not supposed to be out of my code....
The Legend Of Zelda Mod 50% sure it will be released:
If this mod DOES come out, it will be when blocklauncher is updated.
But anyways, what will be in it:
Link Sword,
Ocarina Of Time,
Link armor(NOT WEARABLE)
Spawn Ganondorf,
and more............
P.S. I am On youtube subscribe to me...I made a tutorial on how to install original minecraft textures to blocklauncher PRO without root so check that out My Channel:http://www.youtube.c...OYAWNd58wjPEa4A
Don't forget to drop a comment to let me know what you think about these mods!!!
One more thing, if there is a mod you want drop another comment
Peace out!
Christian BJ
1
http://www.minecraftforum.net/topic/2021666-minecraft-pe-christian-b-js-android-mods-latest-spiderman-mod-just-like-computer/New Page: