for most people, and always gives the same, non-working ID(for some).
First, create a new .txt file on your desktop, by right-clicking your desktop, and selecting New>Text Document. This is where you would type your script, using modpe language, rather than typing
your script in the script editor that doesn't work (no offense treebl).
After typing your mod here, select File>Save As, and click the dropdown "Save as type"
Select "All Files" as the type, then type the name you want in the box above, adding .js to the end of the name.
Now put this file where you want it on your device and run it on BlockLauncher!
You've now just created your own modpe script, that you can run even without wi-fi connection, as it does not require ID-loading from the modpe website database!
Here is an example mod I made that gives you 64 TNT when you use a stone pickaxe on the ground, along with a message:
//Made by SeecretCreeper
function useItem(x,y,z,itemId,blockId)
{
if(itemId==274)//Stone Pickaxe
{
addItemInventory(46,64); //Adds 64 TNT(46) to the inventory
print("Added 64 TNT to player's inventory.");
}
}
Rollback Post to RevisionRollBack
Back to modding! Follow me on Twitter @byteandahalf
I don't have an ios, but it should be the same process, just different to get it to work (how to get it onto your idevice) Check treebl's official modpe topic, I think he has a tutorial there.
Rollback Post to RevisionRollBack
Back to modding! Follow me on Twitter @byteandahalf
Did you select Manage ModScripts in the launcher options, then selecting import>Local Storage and selecting it from your system?Make sure your blocklauncher version is updated to the latest version that supports ModPE scripts (1.2.7 I think)
Rollback Post to RevisionRollBack
Back to modding! Follow me on Twitter @byteandahalf
This is where you would type your script, using modpe language, rather than typing
//Made by SeecretCreeper function useItem(x,y,z,itemId,blockId) { if(itemId==274)//Stone Pickaxe { addItemInventory(46,64); //Adds 64 TNT(46) to the inventory print("Added 64 TNT to player's inventory."); } }Back to modding! Follow me on Twitter @byteandahalf
I don't have an ios, but it should be the same process, just different to get it to work (how to get it onto your idevice) Check treebl's official modpe topic, I think he has a tutorial there.
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf