Alright, so I have an idea, thats probably impossible but anyway. I am trying to make a mod that makes it so when u hold a torch or glowstone or kava bucket, it actually gives off light, so its like real life hold a torch.
Also, I want to have a custom enchant which I think is impossible but an enchant for helmets called Headlamp I, and its as if you hold a torch but u dont have to hold a torch bc ur holding it. Make sense? Well I need help
Rollback Post to RevisionRollBack
Heard of an app called AppNana? It's an app that rewards you for installing games, testing apps, watching adds, with Google Play, Amazon, and iTunes gift cards, and more! And the app, is completely free!
An easy way of earning Nanas is to add other people's Invite Codes. Whenever you invite someone or get invited, you get 2.5k nanas!
My code is t3305123, pm me your codes so we can just keep gettin nanas for doing pretty much nothing at all!
I figured that... but how? I was thinking somewhere along like
function modTick(){
if(getCarriedItem()==50){
/*Here, I was thinking like a Level.setLightLevel() type thing to set the light of the sirrounding blocks if you were holding a torch. Something like*/
Level.setLightLevel(x, y, z, 14);
Level.setLightLevel(x+1, y, z, 13);
/*and so on. However, Level.setLightLevel() isnt a thing... so yea.*/
}
}
Those were my thoughts. And for the helmet thing, I can just make it so craft a helmet with a torch and get headlamp, and do something similar but make the if() command run for if you had the certain helmet. Cant figure that out though.
Rollback Post to RevisionRollBack
Heard of an app called AppNana? It's an app that rewards you for installing games, testing apps, watching adds, with Google Play, Amazon, and iTunes gift cards, and more! And the app, is completely free!
An easy way of earning Nanas is to add other people's Invite Codes. Whenever you invite someone or get invited, you get 2.5k nanas!
My code is t3305123, pm me your codes so we can just keep gettin nanas for doing pretty much nothing at all!
Yes you can make a helmet that make a LIGHT BLOCK.
Make a light block that won't work if your body is in water.
Alright, I get it, use defineBlock()... and... how do I make it so the block is completely transparent? I don't really want to use a texture pack for it... and if you set the render type to flower, can it still give off light?
Unless they changed how the transparency worked, I wanted to try making a barrier mod but the transparency didn't quite make it invisible, just slightly transpsrent.
Heard of an app called AppNana? It's an app that rewards you for installing games, testing apps, watching adds, with Google Play, Amazon, and iTunes gift cards, and more! And the app, is completely free!
An easy way of earning Nanas is to add other people's Invite Codes. Whenever you invite someone or get invited, you get 2.5k nanas!
My code is t3305123, pm me your codes so we can just keep gettin nanas for doing pretty much nothing at all!
I am new here. My daughter has downloaded Minecraft PE on my Apple I phone 6. She has been playing for a while. Last night she decided to download mods on my phone. She download:
Furniture mods
Weapons Mods
MC mods
Crazy Craft Mods
I read online to open these to use Jailbreaker but it does not work correctly on my phone unless I am doing it wrong and I downloaded Block launcher pro. Neither help. She is all upset as these programs are not working. Can someone out there please tell me what to do , what to download and steps involved. My daughter and I would appreciate it
well I have an android and idk if its any different, but in block launcher click the wrench thingy, then go to manage mod pe scripts, and import mods, then scroll through and find the download folder they should all be in there. at least that's how it works with my device.
Rollback Post to RevisionRollBack
Heard of an app called AppNana? It's an app that rewards you for installing games, testing apps, watching adds, with Google Play, Amazon, and iTunes gift cards, and more! And the app, is completely free!
An easy way of earning Nanas is to add other people's Invite Codes. Whenever you invite someone or get invited, you get 2.5k nanas!
My code is t3305123, pm me your codes so we can just keep gettin nanas for doing pretty much nothing at all!
Exploit. Everything.
To post a comment, please login or register a new account.
The light thing is possible with .js, the helmet enchantment isn't
Remember the time where minecraft was in development? Oh wait, I actually don't remember it...
I figured that... but how? I was thinking somewhere along like
function modTick(){ if(getCarriedItem()==50){ /*Here, I was thinking like a Level.setLightLevel() type thing to set the light of the sirrounding blocks if you were holding a torch. Something like*/ Level.setLightLevel(x, y, z, 14); Level.setLightLevel(x+1, y, z, 13); /*and so on. However, Level.setLightLevel() isnt a thing... so yea.*/ } }Those were my thoughts. And for the helmet thing, I can just make it so craft a helmet with a torch and get headlamp, and do something similar but make the if() command run for if you had the certain helmet. Cant figure that out though.
Yes you can make a helmet that make a LIGHT BLOCK.
Make a light block that won't work if your body is in water.
Remember the time where minecraft was in development? Oh wait, I actually don't remember it...
Alright, I get it, use defineBlock()... and... how do I make it so the block is completely transparent? I don't really want to use a texture pack for it... and if you set the render type to flower, can it still give off light?
Unless they changed how the transparency worked, I wanted to try making a barrier mod but the transparency didn't quite make it invisible, just slightly transpsrent.
Hi,
I am new here. My daughter has downloaded Minecraft PE on my Apple I phone 6. She has been playing for a while. Last night she decided to download mods on my phone. She download:
Furniture mods
Weapons Mods
MC mods
Crazy Craft Mods
I read online to open these to use Jailbreaker but it does not work correctly on my phone unless I am doing it wrong and I downloaded Block launcher pro. Neither help. She is all upset as these programs are not working. Can someone out there please tell me what to do , what to download and steps involved. My daughter and I would appreciate it
Thanks
Dave
well I have an android and idk if its any different, but in block launcher click the wrench thingy, then go to manage mod pe scripts, and import mods, then scroll through and find the download folder they should all be in there. at least that's how it works with my device.