This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I started modding for months
I can make basic codes to add items, blocks, bla bla...
I got a new Lenovo a7010a48, used normal
After upgrading to Marshallow and 0.15.0 release, I can't even make the mod working :|
IDK if it's because my phone lost root or the new McPE version, or because of my stupid
Sorry if you don't understand something(or everything) in my post, my English is not very good
Please help me if you can
Thank you
Is your blocklauncher a beta from zhouwei's twitter?
Or, is your mcpe ver is higher than the BL beta can run on?
e.g 0.15.4 on BL beta that can only run mcpe 0.15.0
Can you post the code, maybe its a small error.
If you dont want to post the code, give me the error message.
Other than that, I have no clue...
Remember the time where minecraft was in development? Oh wait, I actually don't remember it...
Quote from lol343» Is your blocklauncher a beta from zhouwei's twitter? Or, is your mcpe ver is higher than the BL beta can run on? e.g 0.15.4 on BL beta that can only run mcpe 0.15.0 Can you post the code, maybe its a small error. If you dont want to post the code, give me the error message. Other than that, I have no clue...
Quote from DLJohn» Which mod are you trying to install?
Which mod are you trying to install?
ModPE.setItem(ID number,"texture",0,"Name",Max Stack Number);
You forgot the max stack number m8...
EDIT:Also, have you updated BL, it went out on google play which supports 0.15.4
Quote from lol343» ModPE.setItem(ID number,"texture",0,"Name",Max Stack Number); You forgot the max stack number m8... EDIT:Also, have you updated BL, it went out on google play which supports 0.15.4
Quote from Manhnq12082003» Ok now it works I found out the error is ItemCategory.TOOLS isn't working :[
I'm so stupid :[
BTW, I have 1 more question
How can I add custom Item/block texture in 0.15 ?
More: How can I get the list of all function for ModPE?
I found out
But why I can't find the custom throw snowball somthing???
Please use edit to add more questions to your posts to save space.
-Textures can be added through .modpkg or making a texture pack with all your modded textures.
See other texture packs.zip s for how to make a texture pack.
-All functions can be found in blocklauncher(and pro version aswell).
All you need to do is:
Open settings in BL>Go to Nerdy Stuff>Dump ModPE Script
*You will also find the descriptions to all functions in https://github.com/Connor4898/ModPE-Scripts/wiki/ModPE-Scripts-Functions-List
-Custom throwable items is possible.See other custom throwables for its code.
Edit:This is getting out of topic PM me if you have any other probs
I started modding for months
I can make basic codes to add items, blocks, bla bla...
I got a new Lenovo a7010a48, used normal
After upgrading to Marshallow and 0.15.0 release, I can't even make the mod working :|
IDK if it's because my phone lost root or the new McPE version, or because of my stupid
Sorry if you don't understand something(or everything) in my post, my English is not very good
Please help me if you can
Thank you
Is your blocklauncher a beta from zhouwei's twitter?
Or, is your mcpe ver is higher than the BL beta can run on?
e.g 0.15.4 on BL beta that can only run mcpe 0.15.0
Can you post the code, maybe its a small error.
If you dont want to post the code, give me the error message.
Other than that, I have no clue...
Remember the time where minecraft was in development? Oh wait, I actually don't remember it...
My code(just a testing code):
ModPE.setItem(1000,"stick",0,"test");
Player.addItemCreativeInv(1000,1,0);
Item.setCategory(1000,ItemCategory.TOOLS);
I'm using the newest version of McPE which I bought from Google Play, 0.15.4
My Block Launcher version is downloaded from http://zhuoweizhang.net/MCPELauncher/MCPELauncherApp-release-beta.apk (I just updated it 2 days ago)
Hope you can help
Thank you
More thing,
When I import the code, no error messages pop-up and my 'Test' item wasn't added
Just a normal JS mod made by me
ModPE.setItem(ID number,"texture",0,"Name",Max Stack Number);
You forgot the max stack number m8...
EDIT:Also, have you updated BL, it went out on google play which supports 0.15.4
Remember the time where minecraft was in development? Oh wait, I actually don't remember it...
Ok now it works
I found out the error is ItemCategory.TOOLS isn't working :[
Oh I found out again it is because of my stupid
It is ItemCategory.TOOL not ItemCategory.TOOLS
I'm so stupid :[
BTW, I have 1 more question
How can I add custom Item/block texture in 0.15 ?
More: How can I get the list of all function for ModPE?
I found out
But why I can't find the custom throw snowball somthing???
Please use edit to add more questions to your posts to save space.
-Textures can be added through .modpkg or making a texture pack with all your modded textures.
See other texture packs.zip s for how to make a texture pack.
-All functions can be found in blocklauncher(and pro version aswell).
All you need to do is:
Open settings in BL>Go to Nerdy Stuff>Dump ModPE Script
*You will also find the descriptions to all functions in https://github.com/Connor4898/ModPE-Scripts/wiki/ModPE-Scripts-Functions-List
-Custom throwable items is possible.See other custom throwables for its code.
Edit:This is getting out of topic PM me if you have any other probs
Remember the time where minecraft was in development? Oh wait, I actually don't remember it...