Need help on a ModPE script or just need ideas? Well, you've come to the right place ask any question you wish about ModPE and your sure to be answered! Though I'm a not-so advanced modder your question will surely be answered by someone with a high experience in ModPE modding! If you are helped here it would be nice if you gave the topic and the answerer a 1+! Thanks for visiting and if you don't have a question try and help someone out!Here Are Some Helpful Links If Your Brand New To ModPE Modding:http://www.codecadem...vascript http://www.htmldog.c...ascript/ http://www.w3schools....com/js/ http://www.codeacademy.com/ <----- The one i am currently learning from really good! When You Earn Your Achievement You Are Expected To Go By The Honor System! Please Do Not Take One Without Earning It!Help 5 Users
Question: About a week ago, someone posted a tutorial for adding food items via scripting (I feel like it was 500ise or byteandahalf or donald or someone else who has posted lots of tutorials). It showed how to add a cookie, and I think a blaze rod or something too. It was a simple and useful tutorial. Who posted it/where is it? I can't find it now. Thanks!
Question: About a week ago, someone posted a tutorial for adding food items via scripting (I feel like it was 500ise or byteandahalf or donald or someone else who has posted lots of tutorials). It showed how to add a cookie, and I think a blaze rod or something too. It was a simple and useful tutorial. Who posted it/where is it? I can't find it now. Thanks!
Ah! First question! Anyways I'm not sure who posted it or where but a way you could do it is finding the id ( http://www.minecraftinfo.com/IDList.htm ) and making sure its coded in cookies and balze rods are so you would make the following code
if(itemId==280);//A Stick
}
addItemInventory(369,1);//A Blaze Rod
addItemInventory(357,1);//A Cookie
}
Hi, ive been waiting on my computer to learn how to mod,but now I learner I can use my kindle.Do I need to know any code like Java?For example how would I make a statue move and spawn creepers/fire/explosions??? Thank you very much
Hi, ive been waiting on my computer to learn how to mod,but now I learner I can use my kindle.Do I need to know any code like Java?For example how would I make a statue move and spawn creepers/fire/explosions??? Thank you very much
ModPE is basic JS or JavaScript, So you wouldn't need to know Java (Actually JS and Java weren't even made to base each other look up history of JS) and as for the moving blocks I would talk to DonaldDoesMC (I think thats his user) he's good with that kind of stuff!
Ah! First question! Anyways I'm not sure who posted it or where but a way you could do it is finding the id ( http://www.minecraft....com/IDList.htm ) and making sure its coded in cookies and balze rods are so you would make the following code
if(itemId==280);//A Stick
}
addItemInventory(369,1);//A Blaze Rod
addItemInventory(357,1);//A Cookie
}
And it should add it too your inventory!
That gets the items in, but the tutorial also talked about setting food health values and aligning the "new item" with the existing items.png co-ords to get it in the GUI too. But thanks! I like my examples short and sweet!
That gets the items in, but the tutorial also talked about setting food health values and aligning the "new item" with the existing items.png co-ords to get it in the GUI too. But thanks! I like my examples short and sweet!
Haha No Prob! I'll look around for it and when I find it I'll shoot you a PM!
Question: About a week ago, someone posted a tutorial for adding food items via scripting (I feel like it was 500ise or byteandahalf or donald or someone else who has posted lots of tutorials). It showed how to add a cookie, and I think a blaze rod or something too. It was a simple and useful tutorial. Who posted it/where is it? I can't find it now. Thanks!
That is sweet, and I am starting to feel like a baby about this, but that's not quite it. I belive it was a new thread, just about adding items. Anyway, thanks again!
That is sweet, and I am starting to feel like a baby about this, but that's not quite it. I belive it was a new thread, just about adding items. Anyway, thanks again!
I do believe the comment was on how to add new items with ModPE v0.6 (Unreleased), I'm pretty sure it doesn't work yet.
I need to know how to mod better. I only have 1 basic mod.the links are to confusing
Learn JavaScript first, and then you'll understand ModPEscript.
The links are pretty good - much better than the tutorial I learned from. Codecademy's JavaScript track is interactive, which means you can practice the concepts you learn on the page itself.
Learn JavaScript first, and then you'll understand ModPEscript.
The links are pretty good - much better than the tutorial I learned from. Codecademy's JavaScript track is interactive, which means you can practice the concepts you learn on the page itself.
CodeAcademy is quick and easy it helps ALOT! Before it i didn't even know what a syntax was!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
http://www.htmldog.c...ascript/
http://www.w3schools....com/js/
http://www.codeacademy.com/ <----- The one i am currently learning from really good!
When You Earn Your Achievement You Are Expected To Go By The Honor System! Please Do Not Take One Without Earning It!Help 5 Users
Question: About a week ago, someone posted a tutorial for adding food items via scripting (I feel like it was 500ise or byteandahalf or donald or someone else who has posted lots of tutorials). It showed how to add a cookie, and I think a blaze rod or something too. It was a simple and useful tutorial. Who posted it/where is it? I can't find it now. Thanks!
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2610428-0-13-emeraldcraft-metalurgic-gems-alchemy
if(itemId==280);//A Stick } addItemInventory(369,1);//A Blaze Rod addItemInventory(357,1);//A Cookie }And it should add it too your inventory!
That gets the items in, but the tutorial also talked about setting food health values and aligning the "new item" with the existing items.png co-ords to get it in the GUI too. But thanks! I like my examples short and sweet!
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2610428-0-13-emeraldcraft-metalurgic-gems-alchemy
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttp://www.minecraftforum.net/topic/1919439-release-modpe-script-v05-alpha-new-update-with-installer/page__st__320#entry23911465 ?
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2610428-0-13-emeraldcraft-metalurgic-gems-alchemy
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumBlockLauncher supports the setItem method since 1.4.4, and setFoodItem method since version 1.4.5.
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttp://www.minecraftforum.net/topic/1988741-how-to-code-on-your-phone-like-a-boss/#entry24490610
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI'm back from my hibernation. Most likely gone so don't pm me.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumLearn JavaScript first, and then you'll understand ModPEscript.
The links are pretty good - much better than the tutorial I learned from. Codecademy's JavaScript track is interactive, which means you can practice the concepts you learn on the page itself.