Well anyways this is my first topic !! I've been looking at other mod scripts and noticed how it sort of works !! But it's still sort of confusing. But I've learned to edit it and make the mod scripts better !! So here it is, hope you like it ! Use a stick and just tap the ground and get 64 diamond, wood and flint and steel( to burn your self if you want to get rid of your inventory)
So copy what I have below and and paste it at http://modpe.cf.gy/modEditor.html
function useItem(x,y,z,itemId,blockId)
{
if(itemId==280)
{
addItemInventory(57,64);
addItemInventory(17,64);
addItemInventory(259,64);
}
}
So copy what I have below and and paste it at
http://modpe.cf.gy/modEditor.html
function useItem(x,y,z,itemId,blockId)
{
if(itemId==280)
{
addItemInventory(57,64);
addItemInventory(17,64);
addItemInventory(259,64);
}
}
Oh sorry didn't know
Yea that sounds cool and maybe you can teach me more of the modding world������������
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumfunction useItem(x,y,z,itemId,blockId) { if(itemId==280) { addItemInventory(57,64); addItemInventory(17,64); addItemInventory(259,64); } }Good work so far, Mod Scripts arent very hard. I might make one
Check out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
So do you know how to make a spoiler?
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumits (spoiler) (/spoiler)
but replace the () with []
the one I did before, was
(code) (/code)
but replace the () with []
Check out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAnyway thats not your mod script though... Dont release other peoples.
Check out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
Back to modding! Follow me on Twitter @byteandahalf
I am secretly a modder, who works only for himself, seldom publishes.
How to install it I have ios