• 1

    posted a message on Who loves SkyDoesMinecraft will love this Butter Mod By: SimasAdvesLT
    Quote from SimasAdvesLT

    BUTTERRR!!!!!!!!!!!!!!!!!!

    Who doesn't love butter? To get butter and butter sticks you need to have 3 gold ingots. Butter sticks – 2 butter.

    Link: https://www.dropbox....y/Butter Mod.js

    Please look at my other mods and do a youtube video for this mod.

    Updates come when requests come for them.

    Made For: TheButterMiner10

    BYEEEEE!!!


    I don't like butter. Its filled with fat! Lets see how unhealthy butter is:
    Energy 717 kcal
    Fat 81g
    Saturated 51g
    Monounsaturated 21g
    Polyunsaturated 3g
    Protein 1g

    Vitamin A 684
    Vitamin D 60 IU
    Vitamin E 2.32 mg
    Cholesterol 215 mg
    :| Not healthy stuff...

    Jk I know what you mean. You need to add more features though.(And kids don't eat butter)
    Posted in: MCPE: Mods / Tools
  • 1

    posted a message on BlockLauncher: an Android app that patches Minecraft PE without reinstall
    Quote from Kyurem838

    Not just nerdy stuff that crashes, the texture pack screen when I select "Demo", and maybe some other stuff that I haven't bothered t test.

    Do you know prototypes?
    Quote from Creepig01

    Bug on Pro: Automatically disconnect on joining a local server.

    I think 500 said:

    my fault - I didn't compile the APK properly.
    Posted in: MCPE: Mods / Tools
  • 3

    posted a message on DarkPE
    I have been working on a mod lately called DarkPE. Current features are:

    Blocks:

    DarkDia Furnace: Cooks 5x fasterDarkDia

    Crafting Table: Free crafting. Haven't added it yet. I did it in a separate code. Im afraid the moderators will lock this topic. Is it ok? Or is it not.

    DarkDia Ore: Spawns normally in the world

    DarkDia block: Crafted with 9 DarkDia ingots

    Item Destroyer: if clicked It opens a chest. Put items in there that you don't need

    Items:

    DarkDia Sword: Lights enemies on fire and does 4~9 hearts of damage. (Its random)

    DarkDia Shovel: It adds a 5 by 5 hole

    DarkDia Hoe: It adds a 3x3 farmland

    DarkDia Pickaxe: Adds a 5x5 hole

    Portal Gun: Makes a portal if tapped. (Same as Lambo_Car16's version) (Thanks Lambo_Car16)

    etc:

    Durability for the items.

    Single Player Commands.

    XP, Leveling, Enchanting.

    DarkGolems Super Powers.

    UHM (Ultra Hard Mode)

    Dungeon

    Bows

    GUI (armor, Leveling, fire) (Thanks BeATz_UnKNoWN)

    Good Luck, Bad Luck

    random structures 30% done (Jungle trees 100%, Tower 100%, Village 0%) Any ideas?

    Sneak peak:

    For 1 +1 heres one sneak peak of code (Its a very small one I think its 1/100000 of my mod? ;) )


    var time;
    
    function herobrineBurn(){
    time = Level.getTime();
    if(time >= 1000){
    if(time <= 14000){
    for(var i = 0; i < 255; i++){
    if(getTile(getPlayerX(), getPlayerY()+i, getPlayerZ()) == 0){
    Entity.setHealth(getPlayerEnt(), -1);
    }
    if(getTile(getPlayerX(), getPlayerY()+i, getPlayerZ()) != 0){
    preventDefault();
    }
    }
    }
    }
    }

    This is a code where it burns you in sunlight. If you activated "You are herobrine" mode and your not under a block. Theres plenty more you can do like instakill. (Im working on a feature where hostile mobs don't attack you)
    Posted in: MCPE: WIP Mods / Tools
  • 1

    posted a message on [REMOVED]
    I have one question arjay... Why not make it yourself? :P
    Posted in: MCPE: Mods / Tools
  • 1

    posted a message on ModPE Scripts by KsyMC
    Quote from KsyMC

    Update links.
    Sorry, sorry, sorry. :(

    No need to be sorry :P Theres just people who begs for your amazing mods. Are you working on another mod? Your offline recently.

    혹시 다른 모드를 만들고있나요?
    Posted in: MCPE: Mods / Tools
  • 1

    posted a message on Generated structure mod
    Quote from Hexdro

    just do:
    startGenerate = 0;
    
    function modTick()
    {
    if(startGenerate == 0)
    {
    startGenerate = 1;
    //generate bunch of buildings here.
    }
    }

    +1's for help all around. ;)

    I already figured it out but anyways +1 :)
    Posted in: MCPE: WIP Mods / Tools
  • 1

    posted a message on knockback function in modpe scripts?
    function lookdir(pitch, yaw)
    {
       diry = -(Math.sin(pitch / 90));
       dirx = -(Math.sin(yaw / 180 * 3.141592));
       dirz = (Math.cos(yaw / 180 * 3.141592));
       if (diry > 0)
       {
          dirx -= (dirx / (0.9999999999999466 / diry));
          dirz -= (dirz / (0.9999999999999466 / diry));
       }else{
          dirx -= (dirx / (0.9999999999999466 / (-1 * diry)));
          dirz -= (dirz / (0.9999999999999466 / (-1 * diry)));
       }
    }
    
    function knockback (strenght, entity)
    {
       lookdir (getPitch (), getYaw ());
       setVelX (entity, dirx * strenght);
       setVelZ (entity, dirz * strenght);
    }   
    function attackHook(attacker, victim) {
       if(getCarriedItem() == 0) {
          knockback (victim, 5);
       }
    }

    This will give the victim knockback when you use your hand.
    Posted in: MCPE: Mod / Tool Discussion
  • 1

    posted a message on [New] [0.9.0] Portal Gun!
    Quote from Alec7272

    Seriously i wish people who mod for android would stop making the EXACT same mod for android a million times and just collaborate on ios then the world would be whole
    Kik: raze7272
    Lemme know if you got any ios device lets work on one for ios portal android has a lot already done duh

    Literally: "I'm jealous of Android!!"
    Posted in: MCPE: WIP Mods / Tools
  • 1

    posted a message on Noahz/DarkDiaMiner's ModScripts [Debug Mode]
    Umm.. Noah why is our topic in HTML format? Can you fix this? Thanks.

    Open if your a guy that just randomly looks at my post.

    800th POST!!!
    Posted in: MCPE: Mods / Tools
  • 1

    posted a message on I'M MAKING MODREVIEWS! I'll do every mod if you link my channel in your topic!
    Umm.. Every mod he says. Do a review on this! :
    function modTick() {
       for(var i = 0; i < 255; i++){
          clientMessage("I SUCK!");
          clientMessage("Dont subscribe!");
       }
    }

    Jk don't do it. It would be nice if you did a review on all the mods inside me and Noahz's topic.
    Posted in: MCPE: Mods / Tools
  • To post a comment, please .