Your mods are all basically very simple. Try to work on a mod and publish them.
What I'm saying is that try to work on these mods a little harder?
Rollback Post to RevisionRollBack
Make sure you follow me on twitter! @DarkDiaMiner IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
Equical Exchance Mod!
Pls don't say this mod is easy or so but hey I'm a beginner!
Here are the Equical Exchances:
You can write in the comments more equical exchances!
How do you get the equical exchance stick:
Just tap a gold ingot on a crafting tabe!
Here is the mod (Copy and save as Whatever.js) :
ModPE.setItem(500,6,12,"Equical Exchance Stick"); function useItem(x,y,z,itemId,blockId,side) { if(itemId==266&&blockId==58) { addItemInventory(500,1); addItemInventory(266,-1); clientMessage("You have crafted the Equical Exchance Stick!"); } if(itemId==500&&blockId==2) { setTile(x, y, z, 4); clientMessage("Block changed into Cobblestone!"); } if(itemId==500&&blockId==4) { setTile(x, y, z, 1); clientMessage("Block changed into Stone!"); } if(itemId==500&&blockId==1) { setTile(x, y, z, 12); clientMessage("Block changed into Sand!"); } if(itemId==500&&blockId==12) { setTile(x, y, z, 3); clientMessage("Block changed into Dirt!"); } if(itemId==500&&blockId==3) { setTile(x, y, z, 2); clientMessage("Block changed into Grass!"); } if(itemId==500&&blockId==87) { setTile(x, y, z, 112); clientMessage("Block changed into Nether Brick Block!"); } if(itemId==500&&blockId==112) { setTile(x, y, z, 87); clientMessage("Block changed into Netherrack!"); } }I was so happy when you are posting pictures on the comments!
Thats for yet! I hope you liked the mod!
What I'm saying is that try to work on these mods a little harder?
IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttp://www.minecraftforum.net/topic/1941619-udpated-to-v04-alchemy-craft-mod-philosophers-ore-transmutation-tomes/
It is similar to the philosophers ore, alchemy mod.
Check out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
I would make my own one! Next time I'm making mods that no one maked!
https://www.dropbox.com/s/s94v2d5o5rloqo3/euqical excgange.js?m=
Link to mod↑