zhuowei / MCPELauncher

Source code for BlockLauncher, a launcher that patches Minecraft for Android
Apache License 2.0
675 stars 191 forks source link

0.12.1 megaissue #271

Open zhuowei opened 8 years ago

zhuowei commented 8 years ago

Requests:

Bugs:

Sin0psysS commented 8 years ago

Can I please suggest a couple more ModPE methods :

That's all I can think about at the moment. Thanks for being awesome :p

ghost commented 8 years ago

Yep, can you please add my suggestions for ModPE?

this is my suggestions:

ModPE.setEnhancedItem(int Id, int Texture, int Item Data, int Item Name, int Echancement Type); ModPE.setPotionItem(int Id, int Texture, int Item Data, int Effect to add on Player, int Name);

Block.definePortalBlock(int Id, int itemAtlas, int Portalblock renderType)

Player.setExperienceLevel(int Level); Player.setHunger(int Hunger); Entity.setArmorSet(int Helmet, int Chestplate, int Leggings, int Boots);

Level.setWeather(int WeatherType);

DiegoGTRatty commented 8 years ago

I have a Moto G and BL works like a charm for 0.12.1 alpha. Maybe they haven't updated their phone software. I currently have a Moto G with Android 4.4 kitkat.

zhuowei commented 8 years ago

@KairusDarkSeeker weather, exp, and hunger have been added to the latest beta, I'll do the armour stuff next

ghost commented 8 years ago

In modscripts?

Danil6969 commented 8 years ago

@zhuowei , can You make a function providePower(x, y, z, direction, power) and getPower(x, y, z, inputdirection) (to make, for example, and, xor, or, not and other redstone gates adding ModPE script)? And can You make onNeighborChanged(x, y, z, prevBlockID, nextBlockID, prevBlockData, nextBlockData) hook in ModPE(will be called when block is changed/for supervision mods and more)?

ghost commented 8 years ago

Can u add PHP scripts support? i kinda want to do is Block::DIAMOND_BLOCK, $player->setHealth(20); and $event->setMesaage("Lol");