• 0

    posted a message on Creepig01's Advanced Mods [Latest: Insta-Reactor]
    This will list all of my mods from now on! As my old topic dies away I will add my new mods here! These will get more advanced as I have more time to dev!
    Insta-Bridge:
    This is something I dreamed up while playing a survival world today!Instructions:
    All you have to do is get a stick and tap on a grass block and it will add it to your inventory. Once you've got the grass block place it where you want the entrance to the bridge at. Hit it with a wooden shovel to activate and create the 3 x 10 bridge.
    Dropbox Link:Id:
    12895
    Code:
    if(itemId==280){ var MCPE = getTile(x,y,z); setTile(x,y,z,MCPE); addItemInventory(MCPE, 1);}else if(itemId==269 && blockId==2)//10 Blocks{ //Lift setTile(x,y,z,4); setTile(x+1,y,z,4); setTile(x-1,y,z,4); setTile(x,y+1,z+1,4); setTile(x+1,y+1,z+1,4); setTile(x-1,y+1,z+1,4); setTile(x,y+2,z+2,4); setTile(x+1,y+2,z+2,4); setTile(x-1,y+2,z+2,4); //ACTUZXY setTile(x,y+2,z+3,4); setTile(x+1,y+2,z+3,4); setTile(x-1,y+2,z+3,4); setTile(x,y+2,z+4,4); setTile(x+1,y+2,z+4,4); setTile(x-1,y+2,z+4,4); setTile(x,y+2,z+5,4); setTile(x+1,y+2,z+5,4); setTile(x-1,y+2,z+5,4); setTile(x,y+2,z+6,4); setTile(x+1,y+2,z+6,4); setTile(x-1,y+2,z+6,4); setTile(x,y+2,z+7,4); setTile(x+1,y+2,z+7,4); setTile(x-1,y+2,z+7,4); //Drop setTile(x,y+1,z+8,4); setTile(x+1,y+1,z+8,4); setTile(x-1,y+1,z+8,4); setTile(x,y,z+9,4); setTile(x+1,y,z+9,4); setTile(x-1,y,z+9,4);}}
    Insta-Nether Reactor:
    Information:
    Just a simple little script that instantly spawns a Nether Reactor.
    Dropbox link:Id:
    12916
    Code:
    function useItem(x,y,z,itemId,blockId,side){ if(itemId==280) {	setTile(x,y,z,4);	setTile(x+1,y,z,41);	setTile(x-1,y,z,41);	setTile(x+1,y,z+2,41);	setTile(x-1,y,z+2,41);	setTile(x,y,z+2,4);	setTile(x,y,z+1,4);	setTile(x+1,y,z+1,4);	setTile(x-1,y,z+1,4);	setTile(x+1,y+1,z,4);	setTile(x-1,y+1,z,4);	setTile(x+1,y+1,z+2,4);	setTile(x-1,y+1,z+2,4);	setTile(x,y+1,z+1,247);	setTile(x,y+2,z+1,4);	setTile(x+1,y+2,z+1,4);	setTile(x-1,y+2,z+1,4);	setTile(x,y+2,z+2,4);	setTile(x,y+2,z,4); }}
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on The Sonic Mod
    I opened the spoiler... :( Shame is now upon me.......
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Custom Inventories! [Taking Requests]
    Hello once again! It is Creepig01 Here to bring you custom inventories! To request fill out the forum below..

    Request For (Your UserName Here):

    List of items: EX.

    Diamond Ore; 64

    Invisible Bedrock; 255

    Wood Logs; 32

    If the request is not filled out EXACTLY like the example it will be ignored!


    If I did help you out I would appreciate a +1 (THE LITTLE GREEN BUTTON!)
    Posted in: MCPE: Maps
  • 1

    posted a message on screen recorder for android that requires no root or PC?

    Nexus 7 (2012) is the tablet I use, and it is the best tablet ever. I've tried capturing video with root before, and it seemed to work.
    Haha I have a Nexus 7 and it is sexy......
    Posted in: MCPE: Mod / Tool Help & Requests
  • 1

    posted a message on Minecraft PE Christian B-J's Android Mods! >>>>>The Closest Pc Mods you will find!<<<<< [Sonic Mod release 1.0!]
    Quote from jpgamer100

    Dude that was not me. That was my brother. I was out all day.
    Why do I NOT believe you?
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on ModCraft! IOS And Android Adventure! [WIP]
    Quote from Hexdro

    Cool, will be looking forward to new updates! :)
    Thanks! Now that I have the loops thing resolved it should be here within a few days! #FallBreak!
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Minecraft PE Christian B-J's Android Mods! >>>>>The Closest Pc Mods you will find!<<<<< [Sonic Mod release 1.0!]
    Quote from jpgamer100

    I taught myself and I'm great I am working on a great modpack. So what you got to say now looser so now I will make shure all of you hit rock bottom compared to me in modding.
    your all doomed hahahaha
    I doubt it. We can spell sure.
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on ModCraft! IOS And Android Adventure! [WIP]
    Quote from Donalddoesmc

    What's with all the """ in the code?
    Durn forum.... I will upload with Dropbox....
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Loops in ModPE? HELP!?
    Quote from Lambo_car16

    for (y = 1; y < 127; y++){//defines y as 1 and makes 1 go up to 127 (the ++ means that it adds 1 every time)
    if(itemId==280){
    setTile(getPlayerX(),y,getPlayerZ(),0);
    }
    }
    I'm not sure if you can use 255.... as the world height is only 127 blocks (I think?) and if you use 255 the game might crash (again, I think?). But you should be fine with 127.
    Hope this helped.
    Thanks! I've looked into it. Some say its 255 and some say 127. I'm just gonna go to 127 :P Thanks again bruh!
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on [New Update!] Epic Maps! -- by BobaDaKing [50K+Downloads!][Screenshots!][Videos!]
    Hey Its my Lil Boba! I ain't seen you on the modding thread in forever..... Come to the dark side...... We have cookies....
    Quote from BobaDaKing

    If you're on iOS you must be jailbroken to install maps.

    Nope! I've been pretty busy. I'll post screenshots tomorrow of my next release though!

    Sure! Download links are on the firstpage, lemmeknow what you think! I'd love to have some more videos made, especially a new one of the latest Castle Blue update! :D
    Actually if you happen to have a PC you could use iFunBox to edit in the maps.
    Posted in: MCPE: Maps
  • 1

    posted a message on screen recorder for android that requires no root or PC?
    Quote from ChristianBJ

    How does that help my problem?!?!
    I can already tell......This ones going to be annoying.
    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on ModCraft! IOS And Android Adventure! [WIP]

    attackHook is available on iOS. Check Treebl's thread for all iOS methods.

    (Also, you guys have texture loading support - I'm still jealous, but not to the point where I would want to implement it.)
    Haha IOS is nothing to be jealous of! They both have pros and cons.
    Quote from QyMineAsap

    You have to.change the name because Darth made a mod named QuestCraft
    Yeah I figured there would be a conflict like that I'm changing the name right now. :)
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on ModCraft! IOS And Android Adventure! [WIP]

    Maybe kill mobs can be an objective? you can listen for that with attackHook.
    Thanks for the suggestion! I'm trying to keep IOS compatible but I might have to sway towards Android because IOS doesn't have much availability.
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Loops in ModPE? HELP!?
    I'm trying to loop setTile about 255 times
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on ModCraft! IOS And Android Adventure! [WIP]
    Welcome To ModCraft!
    Some Information:
    ModCraft was something I just dreamed up earlier this week and started contemplating on it yesterday. The process was pretty simple thoughts, coding, release. The code itself is pretty simple but the ideas are pretty hard. Link:Id:
    12866
    really want ideas and suggestions please leave them below! Thanks and if you like it just hit the +1 button!
    Posted in: MCPE: Mods / Tools
  • To post a comment, please .