I had to wait the entire summer for the update. They didn't even put up 0.7.2, only 0.7.3.
That's how I made the jump from 0.7.1 to 0.7.3. Amazon tends to skip updates.
I know every android and kindle fire User has that
1.3.2 is required for use with MCPE 0.7.3; Amazon approval only happens on week days as far as I know so that will come on Monday probably.
You can just rename the .apk as a .zip and BlockLauncher Pro will pick up the textures. Or use its own built-in Extract Textures with Root function.
Clear data should help.
setFov was a test for - wait for it - setting the FOV. It didn't work since the FOV method didn't like being hooked. I've gotten a patch to work though.
for once I want Monday to come. Thank God school starts on Wednesday for me
var xSave = "0"
var zSave = "0"
var ySave = "0"
var y = 0
var x = 0
var z = 0
function modTick()
{
x = getPlayerX()
z = getPlayerZ()
y = getPlayerY()
if (!(x-xSave==0))
{
setVelX(getPlayerEnt(),(x-xSave)*0.7)
xSave = x
}
if (!(z-zSave==0))
{
setVelZ(getPlayerEnt(), (z-zSave)*0.7)
zSave = z
}
}
SUPER speed
var xSave = "0"
var zSave = "0"
var ySave = "0"
var y = 0
var x = 0
var z = 0
function modTick()
{
x = getPlayerX()
z = getPlayerZ()
y = getPlayerY()
if (!(x-xSave==0))
{
setVelX(getPlayerEnt(),(x-xSave)*0.9)
xSave = x
}
if (!(z-zSave==0))
{
setVelZ(getPlayerEnt(), (z-zSave)*0.9)
zSave = z
}
}
infinite speed(faster from every move)
var xSave = "0"
var zSave = "0"
var ySave = "0"
var y = 0
var x = 0
var z = 0
function modTick()
{
x = getPlayerX()
z = getPlayerZ()
y = getPlayerY()
if (!(x-xSave==0))
{
setVelX(getPlayerEnt(),(x-xSave))
xSave = x
}
if (!(z-zSave==0))
{
setVelZ(getPlayerEnt(), (z-zSave))
zSave = z
}
}
Sometime this week the Amazon Appstore should update but so should mcpe or so johan says... and dang it my YouTube link isn't workingI love my kindle but the Amazon Appstore should update fasterI wish my YouTube link wouldn't mess up/burger cheese
GUYS MINE IS WORKIN NOW! IT IS TUESDAY! WAIT FOR INTERNET AND PRESS IT LIKE A BOSS! (For some reason it didn't become an update, I just clicked it) HURRAH HURRAH! And also it might crash on your World.
It works for me, but i have to enter a world with safe mode on, even if i just have a skin and safe mode is off it crashes. I deleted all the mods loaded and it still didn't work.
It works for me now but crashes after 17 seconds of being in a world (yes I timed it)It crashes safe mode or not I have no mods or anything because I deleted and reinstalled
It works for me, but i have to enter a world with safe mode on, even if i just have a skin and safe mode is off it crashes. I deleted all the mods loaded and it still didn't work.
Apparently I wish... is someone's actual Xbox name... oops...
Can any of you get a LogCat of the crash? There's an app called CatLog to do this: start it, hit record, start BlockLauncher, and when it crashes come back, save, and send the output to me.
Here just go to the redirect multiplayer, and press redirect realms to 3rd party server list and press it. Then go to realms and sign in to your mojang account and you will find many servers! Lifeboat survival games takes up most of the space but their are other servers
for once I want Monday to come. Thank God school starts on Wednesday for me
Sad.
Try this: turn off Load ModPE Scripts, turn off Safe Mode and see when it crashes.
Also, can someone PM me an Amazon libminecraftpe.so?
Can any of you get a LogCat of the crash? There's an app called CatLog to do this: start it, hit record, start BlockLauncher, and when it crashes come back, save, and send the output to me.