I have block launcher pro. I have some problems with it. Whenever I download a mod from Mods for PE 2, they never work. I don't know if it's the mods, mods for pe 2, or block launcher pro. Somebody please help me with this problem.
- Are you using a Samsung device? Some Samsung devices are incompatiable.
- Which mods are you using?
- Which version of MCPE, which version of BlockLauncher
- Are you using a Samsung device? Some Samsung devices are incompatiable.
What? Are some Samsung devices incompatible? Which ones? I am planning to get one later in the year... Is the SGS3 or SGS4 incompatible with BlockLauncher?
- Are you using a Samsung device? Some Samsung devices are incompatiable. - Which mods are you using? - Which version of MCPE, which version of BlockLauncher
I am using a Kildle Fire HD(old version). The current version of Block Launcher Pro(and MCPE) is 0.8.1. I want to ise the walk faster mod, super jump mod, and climbing mod. They are not mod scripts.
I am using a Kildle Fire HD(old version). The current version of Block Launcher Pro(and MCPE) is 0.8.1. I want to ise the walk faster mod, super jump mod, and climbing mod. They are not mod scripts.
I'm having the same problem but I have an Android tablet! >.<
I am using a Kildle Fire HD(old version). The current version of Block Launcher Pro(and MCPE) is 0.8.1. I want to ise the walk faster mod, super jump mod, and climbing mod. They are not mod scripts.
Also is there a hook for an entity being hit by a snowball/egg/thrown item? AttackHook doesn't work for that.
AttackHook is in fact a work for hitting entities.
Entity being hit by an item can be worked as entityRemovedHook()Entity.setNameTag() will need something about the render type.
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:
1. bad english. I hope I understood.
2. you can recieve items you got in BL as long as they are not custom items. the same goes with blocks.
Sorry typing on my phone and autocorrect is killing me
Ok I tried using the magic wand mod and when I reopened mcpe the stacks of stone and wood were not there
How i make a damage indicator with Entity.setNameTag?
i tried to make like this:
function entityAddedHook(entity)
{
if(Entity.getEntityTypeId(entity)==32)
{
var life=Entity.getHealth(entity);
Entity.setNameTag(entity,"§4Zombie:§2"+life);
}
}
This show the mob life but after i attack the life dont refresh(i dont know if is this word because i dont remeber)
How i make a damage indicator with Entity.setNameTag?
i tried to make like this:
function entityAddedHook(entity)
{
if(Entity.getEntityTypeId(entity)==32)
{
var life=Entity.getHealth(entity);
Entity.setNameTag(entity,"§4Zombie:§2"+life);
}
}
This show the mob life but after i attack the life dont refresh(i dont know if is this word because i dont remeber)
Sorry typing on my phone and autocorrect is killing me
Ok I tried using the magic wand mod and when I reopened mcpe the stacks of stone and wood were not there
They aren't added in inventory.
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:
To post a comment, please login or register a new account.
-
View User Profile
-
View Posts
-
Send Message
Curse Premium- Are you using a Samsung device? Some Samsung devices are incompatiable.
- Which mods are you using?
- Which version of MCPE, which version of BlockLauncher
What? Are some Samsung devices incompatible? Which ones? I am planning to get one later in the year... Is the SGS3 or SGS4 incompatible with BlockLauncher?
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI'm having the same problem but I have an Android tablet! >.<
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumare you sure those mods are updated for 0.8.1?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYesss I Can't even use modscripts! no add on like a mod or modscript works
And the modPE.addCraftingRecipe
Also is there a hook for an entity being hit by a snowball/egg/thrown item? AttackHook doesn't work for that.
He said he might add this later on twitter.(I had the same question)
Entity being hit by an item can be worked as entityRemovedHook()Entity.setNameTag() will need something about the render type.
You beed the latest beta of BlockLauncher.
Sorry typing on my phone and autocorrect is killing me
Ok I tried using the magic wand mod and when I reopened mcpe the stacks of stone and wood were not there
i tried to make like this:
function entityAddedHook(entity) { if(Entity.getEntityTypeId(entity)==32) { var life=Entity.getHealth(entity); Entity.setNameTag(entity,"§4Zombie:§2"+life); } }This show the mob life but after i attack the life dont refresh(i dont know if is this word because i dont remeber)
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumuse AttackHook to do updates.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumOpen the creative inventory with a script that enables a custom item and say that again.
Sir! Yes! Sir!
Does custom crafting work with custom blocks?
They aren't added in inventory.