• 0

    posted a message on ModPE Help & Idea Center!
    Quote from lovemooshrooms

    thanks Donald.i already made a modscript.a more mobs mod. which I am pretty sure those are one of the hardest mods to make.if Donald made all those awesome mods,without using code academy, I am sure I can too.
    Not to be a butt but would you please use capitalization and punctuation properly.
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on need help with a more mobs mod for 50 line script challenge! plz fix!
    Quote from lovemooshrooms

    could you please just fix the mod and pm it to me
    Rude...... He was trying to help you so you don't have future problems.
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on [Accepting Applicants] Monthly Modding Contest .mod and ModPE Mods Allowed

    http://zhuoweizhang....h_0.7.5_arm.zip

    Modifies Minecraft's speed.
    Eightspeed, Quarterspeed and superslowmo cannot be patched in-game - they require a Minecraft restart.

    The mystery* mods are attempts by me to make the effect in-game patchable. Some nearly works.
    I assume this is for Android.........
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on ModPE Help & Idea Center!
    Quote from Donalddoesmc

    Lol.
    CodeAcadamy didn't work for me. :P
    And I have made Tekkit PE, Randomly Generated Structures and Flying Rideable Mobs without any teaching website.
    So are you saying I wasn't made to make scripts? :o

    Btw, your cookie and blaze rod code at the start of the thread is useless.
    Since Cookies and Blaze Rods aren't officially implemented in mcpe yet. Only via ModPE.set(Food)Item you can.
    The IDs are for PC anyway.
    Lol. I didn't realize..... Well i guess i was wrong!.......... And yeah i figured that out... #Imanoob(sometimes)
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on NEED EXPERT or GOOD MODDER HELP
    Here......

    function useItem(x,y,z,itemId,blockId,side)
    {
    if(itemId==280);
    
     setTile(x,y+2,z,51);//Will place fire  block up
    }
    Posted in: MCPE: Mod / Tool Help & Requests
  • 1

    posted a message on NEED A GOOD MODER!
    Ummmm.....Don't know how this would happen but if i were you i would ask 500 ISE.

    function useItem(x,y,z,itemId,blockId,side)
    {
     if(itemId==280);
      
      setTile(x,y+1,z,18);
      setTile(x,y+2,z,51);//Will place fire 2 blocks up
    }
    If this helps any when you hit the ground with a stick it will place a fire block 2 up from where you hit and a leaf block under it because the fire will not work without a block under it beside it or above it
    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on ModPE Help & Idea Center!
    Quote from QyMineAsap

    CodeAcademy is really simple. If you dont understand something just look at the hint :P
    Definitely CodeAcademy starts with the basics if you cant learn from CodeAcademy You probably weren't meant to make Scripts.
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on [Accepting Applicants] Monthly Modding Contest .mod and ModPE Mods Allowed
    Quote from Thecactigod
    Lol do I count? I can make pretty good mods. But I can't get an Id. I only use the mods I make mostly for myself now. But if there is like a ranking system l will release them.
    There is a ranking system and yes you do count. If you would like I will upload to DropBox and To TreeBL's editor!
    Quote from Eryhaker598118
    Do they have to work? Cause I have a mod that I finally got on my ipod to test. It replaces the yellow text that says "Peter Griffin!" Into "Gort's Swag Pants!" Ill guess ill pm a few people that I trust to help me test the mod but its hard to test.
    It does have to work and it will be tested so make it as easy to test as possible! That also brings up the fact that I need two more testers BOTH Android.
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Noori's TARDIS scripts
    Lol Can't Read!!!!! This Doctor Guys Made This Topic Go All Random!!! :D
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on The 50 line ModPE Script challenge

    Enter as many times as you want.
    Alrighty I'll Have It Submitted By Saturday! :D
    Quote from rito10

    diamond magic wand


    [color=#008800]//made by rito10[/color]
    [color=#000000]funci[/color][color=#666600]ó[/color][color=#000000]n useItem [/color][color=#666600]([/color][color=#000000]x[/color][color=#666600],[/color][color=#000000] y[/color][color=#666600],[/color][color=#000000] z[/color][color=#666600],[/color][color=#000000] itemId[/color][color=#666600],[/color][color=#000000] blockId[/color][color=#666600],[/color][color=#000000] lateral[/color][color=#666600])[/color]
    [color=#666600]{[/color]
    [color=#000000] [/color][color=#000088]if[/color][color=#000000] [/color][color=#666600]([/color][color=#000000]itemId [/color][color=#666600]==[/color][color=#000000] [/color][color=#006666]280[/color][color=#666600])[/color][color=#008800]//[/color][color=#000000]stick[/color]
    [color=#000000] [/color][color=#666600]{[/color]
    [color=#000000] [/color][color=#660066]Settile[/color][color=#000000] [/color][color=#666600]([/color][color=#000000]x[/color][color=#666600],[/color][color=#000000] y[/color][color=#666600],[/color][color=#000000] z[/color][color=#666600],[/color][color=#000000] [/color][color="#006666"]57[/color][color=#666600])[/color][color="#000000"]//diamond block[/color]
    [color=#000000] [/color][color=#666600]}[/color]
    [color=#666600]}[/color]

    Ummmmmm........ What?!?!?!
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Creepig01's ModPe Script Mods [LATEST: Insta-Break With Material Collection] Now Taking Requests!
    Added a new mod "Insta-Break With Item Collection" LOTS more mods on the way more complicated mods also (I finally learned most of JavaScript)
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Mod Ideas
    You know you could just post them in the help and idea center
    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on [Accepting Applicants] Monthly Modding Contest .mod and ModPE Mods Allowed
    This is a competition between professional mod makers only!!

    Welcome, I am Creepig01 and I am here to present you with a contest! The contest is simple and fun!(Hopefully) All you have to do is follow a few rules and you make a mod and you have the chance to win the title of "Modder Of The Month"!!! The rules are posted below!!!

    1: Make either a .mod or ModPE mod
    2: You cannot steal another persons mod
    3: You cannot use a previous mod
    4: Have both a Id code (ModPe Only) and a download link (Both)
    5: Have fun!!!!


    If you follow these rules you should be fine if you have any questions PM me or post below!!

    Participants
    
    Thecactigod = true
    
    Eryhaker598118 = true
    
    500 Internal Server Error = true
    
    natekrell = true 
    
    Hexdro = undisclosed 
    
    kevifreak = true
    
    jpgamer100 = true


    Android Users!!!! I am looking for a tester/judge for Android!!! To apply you CAN NOT participate in the constest!!! PM To Apply!!
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on The 50 line ModPE Script challenge
    Is it okay if I re-enter i don't feel as though i really earned it?
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on How To Use MCEdit For MCPE Map Making And Editing! NO JAILBREAK!
    Quote from Wild07010

    Please mention they need a computer. For it will be extremely misleading for people will think that's for their device.
    Ah! Forgot! :) Thanks Will Edit!
    Posted in: MCPE: Maps
  • To post a comment, please .