There are two ways to make Mods for MCPE, C++ and JavaScript Mods. C++ Mods are .apk-files (Apps) called Addons and JavaScript Mods are .js-files you can easily import with BlockLauncher. (There is a third way, patches which are .mod-files, but I don't no more about them than I say here.) For all these you need BlockLauncher, an App available on the Android Play Store, you don't need root. If you want to make IOS Mods you'll need Jailbreak and other Applications, but I don't know much about that, you should Google it.
If you are a beginner and complete new to coding you should make JavaScript Mods, because you can make them really easy. I think that for those Mods you don't need experience in coding, but it is, of cause, not bad if you can program Java.
JavaScript is normally one programming language for Websites.
A JavaScript Mod is out of (that's sayd really easy):
1. variables (to save something in, like 2 or “Hello“)
2. Hooks (Hooks are functions that are called whenever something happen, like whenever you tap a block or leave a game)
3. Functions ((sometimes called methods) do something, like give the Player a Item or place a block)
---
You can edit JavaScript with a Text-Editor, but I personally prefer the App ModPE IDE (from Google Play Store) because it has a hook list, function list and much more to help you
That function list is not complete. A complete function list (with and without informations) is at the ModPE help from Kyurem838 (see link) or (without extra informations) under BlockLauncher-->settings>nerd stuff>dump ModPE functions
That function list is not complete. A complete function list (with and without informations) is at the ModPE help from Kyurem838 (see link) or (without extra informations) under BlockLauncher-->settings>nerd stuff>dump ModPE functions
Thank you!))
Rollback Post to RevisionRollBack
Do you want a cupcake? Oops we haven't cupcakes...
To post a comment, please login or register a new account.
I want to make my mod please tell me
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThere are two ways to make Mods for MCPE, C++ and JavaScript Mods. C++ Mods are .apk-files (Apps) called Addons and JavaScript Mods are .js-files you can easily import with BlockLauncher. (There is a third way, patches which are .mod-files, but I don't no more about them than I say here.) For all these you need BlockLauncher, an App available on the Android Play Store, you don't need root. If you want to make IOS Mods you'll need Jailbreak and other Applications, but I don't know much about that, you should Google it.
If you are a beginner and complete new to coding you should make JavaScript Mods, because you can make them really easy. I think that for those Mods you don't need experience in coding, but it is, of cause, not bad if you can program Java.
JavaScript is normally one programming language for Websites.
A JavaScript Mod is out of (that's sayd really easy):
1. variables (to save something in, like 2 or “Hello“)
2. Hooks (Hooks are functions that are called whenever something happen, like whenever you tap a block or leave a game)
3. Functions ((sometimes called methods) do something, like give the Player a Item or place a block)
---
You can edit JavaScript with a Text-Editor, but I personally prefer the App ModPE IDE (from Google Play Store) because it has a hook list, function list and much more to help you
---
Here you find some really useful help: http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/1987535-0-9-5-modpe-help-2-1-gui-render-types-item
---
It would be good to learn the basics of JavaScript, but it also helps to read some Mods, you can learn JavaScript here:
-Codecademy (http://www.codecademy.com)
-W3Schools (http://www.w3schools.com)
W3schools is good enough :-)
Just check out this site: github.com/modpe-functions-list/
Do you want a cupcake? Oops we haven't cupcakes...
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThat function list is not complete. A complete function list (with and without informations) is at the ModPE help from Kyurem838 (see link) or (without extra informations) under BlockLauncher-->settings>nerd stuff>dump ModPE functions
Thank you!))
Do you want a cupcake? Oops we haven't cupcakes...