Hello guys, MimecraftGermanModBoy here with the:
TWSOGTGCI (tap with stick on ground to get cool items) v1.1
I have changed the name!
But now it has 0.8.0 items! YAAY!
You must click with stick on normal stone to get it!
Changelog :
V1.0 : Initial Release
V1.1 : Thanks for QyMineAsap and BeATz_UnKNoWn to help me!
Changed Player.addItemInventory to addItemInventory!
Added Player.setArmorSlot
Added minecarts, rails and powered rails!
TESTED : YES
WHAT IT GIVES:
DIA. SWORD
DIA. PICKAXE
DIA. AXE
DIA. HOE
DIA. SHOVEL
POWERED RAILS
RAILS
1 MINECART
and DIA. ARMOR
DIA.=DIAMOND
Here is the mod :
...Maybe that was a little rude, but these kinds of mods are very annoying. Might as well get PocketInvEditor to do it for me. Anyways, atleast try more harder to make better mods. Not just a mod that gives you items for free when you tap any block in the game with a stick.
...Maybe that was a little rude, but these kinds of mods are very annoying. Might as well get PocketInvEditor to do it for me. Anyways, atleast try more harder to make better mods. Not just a mod that gives you items for free when you tap any block in the game with a stick.
Yes, but I have released my ExplodeCraft PE but it is only for 0.7.6! I'm making sometimes easy mods and sometimes hard mods :D!
This mod is like all the others use a stick get op items
So many of these already so idk notusing ill just write
My own if I need to
Yeah! This was my first mod that i ever made!
I have released 3 more mods:
Edible Items Mod
ExplodeCraft PE and
More Steves Mod!
Thhis three mods are the best mods that I ever made!
But I'm not so good at coding, I'm half german, half turkish :)!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
TWSOGTGCI (tap with stick on ground to get cool items) v1.1
I have changed the name!
But now it has 0.8.0 items! YAAY!
You must click with stick on normal stone to get it!
Changelog :
V1.0 : Initial Release
V1.1 : Thanks for QyMineAsap and BeATz_UnKNoWn to help me!
Changed Player.addItemInventory to addItemInventory!
Added Player.setArmorSlot
Added minecarts, rails and powered rails!
TESTED : YES
WHAT IT GIVES:
DIA. SWORD
DIA. PICKAXE
DIA. AXE
DIA. HOE
DIA. SHOVEL
POWERED RAILS
RAILS
1 MINECART
and DIA. ARMOR
DIA.=DIAMOND
Here is the mod :
function useItem(x,y,z,itemId,blockId,side)
{
if(itemId==280&&blockId==1)
{
addItemInventory(264,64);
addItemInventory(56,64);
addItemInventory(57,64);
addItemInventory(276,64);
addItemInventory(277,64);
addItemInventory(278,64);
addItemInventory(279,64);
addItemInventory(293,64);
addItemInventory(27,64);
addItemInventory(328,1);
addItemInventory(66,64);
Player.setArmorSlot(0,310);
Player.setArmorSlot(1,311);
Player.setArmorSlot(2,312);
Player.setArmorSlot(3,313);
}
}
function modTick()
{
}
I hope you like the mod!
"BYE! :D", sayed you MimecraftGermanModBoy!
...Maybe that was a little rude, but these kinds of mods are very annoying. Might as well get PocketInvEditor to do it for me. Anyways, atleast try more harder to make better mods. Not just a mod that gives you items for free when you tap any block in the game with a stick.
Yes, but I have released my ExplodeCraft PE but it is only for 0.7.6! I'm making sometimes easy mods and sometimes hard mods :D!
So many of these already so idk notusing ill just write
My own if I need to
Yeah! This was my first mod that i ever made!
I have released 3 more mods:
Edible Items Mod
ExplodeCraft PE and
More Steves Mod!
Thhis three mods are the best mods that I ever made!
But I'm not so good at coding, I'm half german, half turkish :)!