Thats amazon's fault not zhuowei's fault. Seen many cases of amazon pulling apps from their store for no apparent reason. Maybe blocklauncher is in violation of their Terms of service, i dont know
But they still have the pro version on the app strore. This has happened before, but the app went back up a few days later, but it is been like this since the 0.10.0 update
It always crash in my phone, i habe a Motorola moto g 2 with Android 5.0
Befor my moto g2 had Android 4.4.4 and it also crahed.Pls help
Do you guys have the free or pro version? Because if you have the free version and it hasn't been updating, that is why it keeps crashing. When it doesn't update and you try to use the app it will crash because it is not suited for that version of minecraft.
But they still have the pro version on the app strore. This has happened before, but the app went back up a few days later, but it is been like this since the 0.10.0 update
this is still amazon's fault. They have a habit of randomly removing apps for no apparent reason
this is still amazon's fault. They have a habit of randomly removing apps for no apparent reason
I know its Amazon's fault, but if they get rid of one app why not get rid of the other because what's the point of keeping one that's like exactly the same as another
Im having a problem changing my skin! I cant change it at all! It is stuck on an old skin i had (even after i did a full factory reset on my phone) i still have this problem. I cant upload any new skins to change it and i cant delete the image that its using. Does anyone know a way to fix this?
Im having a problem changing my skin! I cant change it at all! It is stuck on an old skin i had (even after i did a full factory reset on my phone) i still have this problem. I cant upload any new skins to change it and i cant delete the image that its using. Does anyone know a way to fix this?
Have enable skin override off and upload a skin your downloaded through the upload skin option. I would upload to lbsg, that's what I did. Also make sure modscripts are on.
The Meaning of Life, the Universe, and Everything.
Location:
Under Your Bed....
Join Date:
1/11/2015
Posts:
56
Minecraft:
iFazAzlam
Xbox:
TheCadillacCat
PSN:
Nope
Member Details
I hope you see this, but could you put a setting that allows you to go Full screen? Like, how on Android Tablets that black bar with the Home, Volume, and Activity buttons on it. Please Patch this
Sorry for such a late reply but how to view .tga images?
You need a pc and paint.NET or photoshop. Or alternatively, google "online convert png" and it can convert a /tga to png online and you can edit it. then google "online convert tga" to turn your edited png back to a .tga to be used in mcpe
But they still have the pro version on the app strore. This has happened before, but the app went back up a few days later, but it is been like this since the 0.10.0 update
Do you guys have the free or pro version? Because if you have the free version and it hasn't been updating, that is why it keeps crashing. When it doesn't update and you try to use the app it will crash because it is not suited for that version of minecraft.
this is still amazon's fault. They have a habit of randomly removing apps for no apparent reason
I know its Amazon's fault, but if they get rid of one app why not get rid of the other because what's the point of keeping one that's like exactly the same as another
Idk because I don't think he ever responds to mine, I don't even know what his forums username is.
I was the person that said that… 😶
Oh.......
Have enable skin override off and upload a skin your downloaded through the upload skin option. I would upload to lbsg, that's what I did. Also make sure modscripts are on.
---------------------------------
|
|
---------------------------------
No signature for you m8

oh wait...never mind
You need a pc and paint.NET or photoshop. Or alternatively, google "online convert png" and it can convert a /tga to png online and you can edit it. then google "online convert tga" to turn your edited png back to a .tga to be used in mcpe
Trying to make a addon. Hooked all necessary methods and tested:
static float (*Player_getArmorValue_real)();
float Player_getArmorValue_hook() {
if (god_mode==1) return 20.0f;
return 0.0f
}
That code works perfectly, but vanilla armor wont work.
static float (*Player_getArmorValue_real)();
float Player_getArmorValue_hook() {
if (god_mode==1) return 20.0f;
return Player_getArmorValue_real();
}
That code crashes on return... Whats i going wrong?
(Sorry for my bad english)