bug report:
DISCONNECTED BY SERVER and OK are black-highlighted
Rollback Post to RevisionRollBack
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
SOMEONE PLS ANSWER ME IF YOU HAVE A ROOTED DEVICE WHOEVER YOU ARE
Where in /data/data/com.mojang.minecraftpe/ is en_US.lang saved?
(so that another app can extract it to sdcard?)
I'm not rooted but I can give you the answer. Just backup Minecraft and get the .apk file. Use an app like ES File Explorer and extract the .apk files. There should be an assets folder, and inside of that, textures and the mipmapping and the lang file.
I'm not rooted but I can give you the answer. Just backup Minecraft and get the .apk file. Use an app like ES File Explorer and extract the .apk files. There should be an assets folder, and inside of that, textures and the mipmapping and the lang file.
Thanks. So it is /data/data/com.mojang.minecraftpe/assets/lang/en_US.lang? Or what else?
No I don't want the apk because distributing it is illegal. I want to know how to extract it in a first-party app (i.e. how ASTRO backup backuped things) because I am writing an app. (a developer without a rooted device)
Rollback Post to RevisionRollBack
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
In the latest update of BlockLauncher, the options.group.realms in the lang file isn't loading properly. http://i.imgur.com/AMdhnOA.png
I've tried loading the default by extracting it but it changes nothing. Can you fix this in the next release?
I will fix.
Edit: basically Minecraft PE is loading the copy of en_US.lang inside the BlockLauncher APK instead of the copy in the texture pack. I'll see what I can do about it.
Thanks. So it is /data/data/com.mojang.minecraftpe/assets/lang/en_US.lang? Or what else?
No I don't want the apk because distributing it is illegal. I want to know how to extract it in a first-party app (i.e. how ASTRO backup backuped things) because I am writing an app. (a developer without a rooted device)
If you are on Ice Cream Sandwich and below, /data/app/com.mojang.minecraftpe-1.apk (or -2.apk)
If you are on Jelly Bean and above, you need root, as the apk is stored instead in /mnt/asec/com.mojang.minecraftpe/pkg.apk (If I remember).
If you want to find out where on your device it is, run in a terminal
I have found 2 bugs and I have a suggestion. 1st bug is when you switch from creative to survival, night doesnt appear. 2nd bug is ModPE.setItem and ModPE.setFoodItem both dont give the item image in the items.png just a invisible item. Ugh can't remember what my suggestion was.
First one is known - I didn't bother fixing it in 1.4.6.
Second one is working as intended. setItem was implemented incorrectly: I had the parameters in column-row order; Treebl has them in row-column order. So
Edit: basically Minecraft PE is loading the copy of en_US.lang inside the BlockLauncher APK instead of the copy in the texture pack. I'll see what I can do about it.
I don't think that works - from what I've read, SELinux is forced on in the kernel.
If you are on Ice Cream Sandwich and below, /data/app/com.mojang.minecraftpe-1.apk (or -2.apk)
If you are on Jelly Bean and above, you need root, as the apk is stored instead in /mnt/asec/com.mojang.minecraftpe/pkg.apk (If I remember).
If you want to find out where on your device it is, run in a terminal
pm path com.mojang.minecraftpe
What is a terminal?
And my question means how did PocketTool work.
Rollback Post to RevisionRollBack
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
function Level.setSign(text); //Cuts out characters that don't fit
function Level.setChest(slot1, slot2, slot3, etc); //0 is taken for an empty slot
function Player.getHealth(); //Unless its already implemented or at least something like it
function Entity.getHealth(ent);
function Entity.setHealth(ent, halfhearts);
In my opinion, 500ISE technically owns ModPE now.
But just wondering.
function Level.setSign(text); //Cuts out characters that don't fit
function Level.setChest(slot1, slot2, slot3, etc); //0 is taken for an empty slot
function Player.getHealth(); //Unless its already implemented or at least something like it
function Entity.getHealth(ent);
function Entity.setHealth(ent, halfhearts);
In my opinion, 500ISE technically owns ModPE now.
But just wondering.
function Level.setSign(text); //Cuts out characters that don't fit
function Level.setChest(slot1, slot2, slot3, etc); //0 is taken for an empty slot
function Player.getHealth(); //Unless its already implemented or at least something like it
function Entity.getHealth(ent);
function Entity.setHealth(ent, halfhearts);
In my opinion, 500ISE technically owns ModPE now.
But just wondering.
@500ISE Why not make your own Modding API?
Instead of
Level.setSign & Level.setCheset()
, I think
Tile.getEntitlesInfo() & Tile.setEntitlesInfo()
is better.
P.S. ModPE API is enough for 500 ISE. Why would you want another API? ModPE is already very good, unless you want a java/PHP/visual basic version.
Rollback Post to RevisionRollBack
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
also i have an idea for command blocks in modpe. E.g. u have a iron block. u tap it and it turns into glowing obsidian (edit mode) then you type the command you want to it execute in the chat and then tap it again and it turns back to iron (normal mode) you could tap it with coble or something to activate the block and execute the command. this could br incorparated into mr arms redstone modscript or iy could execute modpe functions.
500ISE, can you add back support for 0.7.5? I remember when Amazon took 3 months for them to approvee 0.7.2. Nevermind, my BlockLauncher keeps on crashing.
Sometimes when I get in to blocklauncher it just shows a black screen and I have to reinstall. Gets very annoying. Doesn't crash, just black screen.
Mind giving me a LogCat of the blackscreen? If you are on Android 4.0 and below, use an app called CatLog, and if you are on 4.2 or higher, use the Take Bug Report function in Settings -> Developer Options.
DISCONNECTED BY SERVER and OK are black-highlighted
I'm not rooted but I can give you the answer. Just backup Minecraft and get the .apk file. Use an app like ES File Explorer and extract the .apk files. There should be an assets folder, and inside of that, textures and the mipmapping and the lang file.
No I don't want the apk because distributing it is illegal. I want to know how to extract it in a first-party app (i.e. how ASTRO backup backuped things) because I am writing an app. (a developer without a rooted device)
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI will fix.
Edit: basically Minecraft PE is loading the copy of en_US.lang inside the BlockLauncher APK instead of the copy in the texture pack. I'll see what I can do about it.
I don't think that works - from what I've read, SELinux is forced on in the kernel.
If you are on Ice Cream Sandwich and below, /data/app/com.mojang.minecraftpe-1.apk (or -2.apk)
If you are on Jelly Bean and above, you need root, as the apk is stored instead in /mnt/asec/com.mojang.minecraftpe/pkg.apk (If I remember).
If you want to find out where on your device it is, run in a terminal
Thanks, Donald!
EDIT: Hahaha it works! Look out minecraft world. I've got some crazy stuff coming your way!
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2610428-0-13-emeraldcraft-metalurgic-gems-alchemy
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumFirst one is known - I didn't bother fixing it in 1.4.6.
Second one is working as intended. setItem was implemented incorrectly: I had the parameters in column-row order; Treebl has them in row-column order. So
is now
Ask Donald, he's all about using damage data to create "semi-custom blocks" as he calls them.
In fact, I need to ask him too..
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2610428-0-13-emeraldcraft-metalurgic-gems-alchemy
What is a terminal?
And my question means how did PocketTool work.
In my opinion, 500ISE technically owns ModPE now.
But just wondering.
@500ISE Why not make your own Modding API?
Have already been added.
Here is a helpful list: https://github.com/Connor4898/ModPE-Scripts/wiki/ModPE-Scripts-Functions-List
Instead of , I think is better.
P.S. ModPE API is enough for 500 ISE. Why would you want another API? ModPE is already very good, unless you want a java/PHP/visual basic version.
500ISE, can you add back support for 0.7.5? I remember when Amazon took 3 months for them to approvee 0.7.2.Nevermind, my BlockLauncher keeps on crashing."one does not simply hook Creeper::getMaxHealth"
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumMind giving me a LogCat of the blackscreen? If you are on Android 4.0 and below, use an app called CatLog, and if you are on 4.2 or higher, use the Take Bug Report function in Settings -> Developer Options.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNo.