I think its a mod that give you items. If you make this I wil report the thread as there is already TMI and I can make a give mod for any items even modded with 2 line of code
I think its a mod that give you items. If you make this I wil report the thread as there is already TMI and I can make a give mod for any items even modded with 2 line of code
I think its a mod that give you items. If you make this I wil report the thread as there is already TMI and I can make a give mod for any items even modded with 2 line of code
I think its a mod that give you items. If you make this I wil report the thread as there is already TMI and I can make a give mod for any items even modded with 2 line of code
function procCmd(cmd){
var cmd = cmd.split(" ")
if(cmd[0] == "give"){
addItemInventory(parseInt(cmd[1]), parseInt(cmd[2]));
} }
What this does is you type /give then the item id of the item you want then the amount. If i wanted 98 grass it would be /give 2 98
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAdd Item-Damage, for all the wood and bonemeal and it´s perfect.
EASY!
function procCmd(cmd){
var cmd = cmd.split(" ")
if(cmd[0] == "give"){
addItemInventory(parseInt(cmd[1]), parseInt(cmd[2]), parseInt(cmd[3]));
} }
//This will make it so you HAVE to type /give (itemId) (amohnt) (data)
/give 2 98 0 Would give you 98 grass. If we wanted colored wool:
If we wanted colored wool then you would type /give (the wool id), (amount), (tehe damage, determines the wool color)
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNice
LOL,Bro Since I Was A Like Playing Minecraft 1.8.0 I Dreamed About this Mod Then Now Someone Will Report Me,So Much Dude
LOL Pls. Don't Report Me Goldowl We May Have The Same Code But Not As Same As The Function,Mine Has Pages So You Can Search Id's Easily
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumTMI (from MrARM) has that also.
Why!!!! You People Keeps Doing This To Me...BTW Its A command Not A GUI...GUI Is Hard So I'm Sticking to the Command
BTW I Know GUI
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumOkay, I let me suprise
HHAHAH