Im making a team called the teamcrafted pe(if taken,TheEnderMiners)and I need mods so more people will join(don't worry,I'll support you).Thx BTW.Today or tommorow.
Im making a team called the teamcrafted pe(if taken,TheEnderMiners)and I need mods so more people will join(don't worry,I'll support you).Thx BTW.Today or tommorow.
Can i be part of your team? My name is TheBudderPig. I like budda, pigs, zombie pigs, and i like killing all da squids with budder on the xbox minecraft.
Can i be part of your team? My name is TheBudderPig. I like budda, pigs, zombie pigs, and i like killing all da squids with budder on the xbox minecraft.
Say budder one more time... I dare you.
Seriously it's gold. G-O-L-D.
See this? gold
The original owner of the mod has requested that this topic be closed. When porting mods, or requesting them to be ported, those developing the mod need to request permission from the original mod maker before releasing it.
i have a code.... but it just makes you +4 above the ground, and kills all entitys on punch...
/* Gulliver ModPE mod copywrite 2013 MattdaveMatt */ var gulliver = false; ModPE.setItem(513, 14, 2, "GulliverStone"); function useItem(x,y,z,itemId,blockId,side) { if(itemId==280) { addItemInventory(513,1); clientMessage("You have the Gulliver stone"); } } function attackHook(attacker, victim) { if(getCarriedItem==0) { Entity.setHealth(victim, Entity.getHealth(victim)-100); } } function modTick() { if(getCarriedItem()==513) { gulliver=True; } else if(gulliver==true) { clientMessage("<GulliverStone> I am active!"); } while(gulliver) { Entity.setPositionRelative(getPlayerEnt(),x,y+3,z); } }i havent tested it yet....
Caiden "Eihthype" Crawfish
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumSeriously it's gold. G-O-L-D.
See this?
See this?
Check out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
-
View User Profile
-
View Posts
-
Send Message
Forum AdminThe original owner of the mod has requested that this topic be closed. When porting mods, or requesting them to be ported, those developing the mod need to request permission from the original mod maker before releasing it.