I would like to report a few bugs like, sand and gravel have no gravity, and for mods that spawn in liquid sources like wAter or lava they dont flow and are just a block that ddoesnt flow.if u can fix these in the future that would be great bye and thnx.
What are you trying to prevent? Poison? If so on my eatHook() you can use Entity.removeEffect(); / Entity.removeAllEffects();
Nothing against your hook it's good and it's good that Modders try to find ways to do something BlockLauncher has no function/hook for.
I just meant that with a "real" eatHook() you can to everything with a normally (like to do preventDefault() ) and it wouldn't spam other functions like modTick().
Does this work on version 0.11.1? Because whenever I install block launcher it would say " Unfortunately, BlockLauncher has stopped." I have tried reinstalling and uninstalling many many times and it doesn't want to launch for some reason..
(sigh)0.11 is using up item ids,dammit!!It makes mods like desno gun impossible to add more weapon,but need to remove them,is there anyway to use id more that 511?????
also,reply to"no physics no gravity"issues,you probably disabled ticking in TMI
(sigh)0.11 is using up item ids,dammit!!It makes mods like desno gun impossible to add more weapon,but need to remove them,is there anyway to use id more that 511?????
also,reply to"no physics no gravity"issues,you probably disabled ticking in TMI
500ise made item id's go up to 4095, and the BL update is live on the playstore
Yea I know it's part of my model function but I cannot figure out what it does. Can you pm me a link to the tutorial please?
MCPE:MECH - Vehicles in minecraft PE! http://mcpemech.yolasite.com/
MCPE:Darkness - You have three days until total darkness! http://mcpedarkness.yolasite.com/
FileCred - Get paid to store and share your files! http://filecred.com/?r=4
Request: Api ti make custom MobEffects - here is what I thought it would look like if it was added
ModPE.defineMobEffect(effectId,name,icon,does);
example:
ModPE.defineMobEffect("flight","Flight","path/to/icon.png",myEffect());
function myEffect(){
Player.setFlying(true);
}
Entity.addEffect(Player.getEntity(), MobEffect.flight, 30 * 20, 1, false, false);
Want Custom ModPE functions? Look here -> WolfyPE ModPE functions
Is that even possible? Because even the PC mods dont have that....
Pc Mods can totally make custom Potion Effects. Look up BrewCraft.
Want Custom ModPE functions? Look here -> WolfyPE ModPE functions
Oh wow. I didn't even knew there is a mod with special potion effects. Maybe...
I'm just really hoping for the eatHook to come..
It happens to me too! no gravity! no physics!
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2440572-modpe-api-modpe-eathook-get-when-the-player-eats
I made one here
Want Custom ModPE functions? Look here -> WolfyPE ModPE functions
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI think a "real" eatHook() would be better because of preventDefault();
yep that's what I am thinking about too. Along with some functions like some kind of lucky block "food"
What are you trying to prevent? Poison? If so on my eatHook() you can use Entity.removeEffect(); / Entity.removeAllEffects();
Want Custom ModPE functions? Look here -> WolfyPE ModPE functions
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNothing against your hook it's good and it's good that Modders try to find ways to do something BlockLauncher has no function/hook for.
I just meant that with a "real" eatHook() you can to everything with a normally (like to do preventDefault() ) and it wouldn't spam other functions like modTick().
Guys, does the newest blocklauncher load mods on Intel devices?
Does this work on version 0.11.1? Because whenever I install block launcher it would say " Unfortunately, BlockLauncher has stopped." I have tried reinstalling and uninstalling many many times and it doesn't want to launch for some reason..
The latest version of the BL works on 0.11.1. You can find the updates here:
https://twitter.com/500ise
(sigh)0.11 is using up item ids,dammit!!It makes mods like desno gun impossible to add more weapon,but need to remove them,is there anyway to use id more that 511?????
also,reply to"no physics no gravity"issues,you probably disabled ticking in TMI
500ise made item id's go up to 4095, and the BL update is live on the playstore
Want Custom ModPE functions? Look here -> WolfyPE ModPE functions
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumBlockLauncher Pro isn't golden at me
Is that an english sentence for "that is good"?
Yes, he is extremely pleased with the update.
Want Custom ModPE functions? Look here -> WolfyPE ModPE functions