Wait, so, does the actual item work or is it just the recipe? If the recipe doesn't work you might want to see if actual item works with Single player commands.
Does any other items work?
Okay so I am having problems even running the example items...
My operating system is Windows XP and here is the error file (it showed up on my desktop)
mod_makeMyItem: No items found in "C:\Documents and Settings\Samuel Thomas\Application Data\.minecraft\mod\items\"
Help?
Make sure it is in "C:\Documents and Settings\Samuel Thomas\Application Data\.minecraft\mod\items\"
not in "C:\Documents and Settings\Samuel Thomas\Application Data\.minecraft\mods\items\"
Does &use work for water?
Ex. &use,9 ( 9 = Stationary water )
Or would &use,8 work? ( 8 = Water)
EDIT: Nope, doesn't seem to work. It would be possible though, right? TrImAn, is this possible/could you make this possible?
EDIT2: Also, say I had something like this: "&Use,x,&Receive,x"
If possible, how could i make it so that when using block x, i get a 5% of getting item x? (Block x is not item x, this is just an example.)
Hey everyone, I'll be posting my Mods here. Currently, I have two! But more will come soon!! I made these with makeMyItem (Found HERE) So i am limited to what i can do. (Btw, thanks triman!)
TOOL BAGZ Allows you to put your tools in bags for more inventory space!
All required Mods are included! (makeMyItem, ModLoader, More IDs)
v0.75 DOWNLOAD: http://www.mediafire.com/?5ow1ph1b18b4ow5
***WARNING: This mod is currently incomplete! you will not be able to get your tools back YET!
(TrImAn needs to make makeMyRecipe, then i can complete the mod!)
What this allows you to do...
Tool Bagz Allows you to put your tools into stack-able bags, thus allowing you to carry around all your tools without them clogging up your inventory, You can take the tools out when you need them. (NOT YET, MOD INCOMPLETE)
Tool bag
[] []
To put your tools into a tool bag you can simple craft them together like this:
You can do this with any tool, and the result:
No need to waste leather, You can put tools in a bag with tools already in it! like this...
Once again, you can do this with any tool, and the result : x 2
Enjoy! Ask any questions/Post suggestions below.
------------------------------------------------------------------------------------------------ CANDY MOD CURRENTLY only has Candy Canes
All required Mods are included! (makeMyItem, ModLoader, More IDs)
v1.1 DOWNLOAD: http://www.mediafire.com/?v8hq3nxd3vvvqno
***A Candy Cane heals 3 hearts while a Coloured Candy Cane heals 4
***Watch out! Candy Canes can break VERY easily, Break a few blocks and your Candy Cane is gone!
Quick preview of the Red Candy Cane: http://oi54.tinypic.com/2zp856w.jpg (Lol its just the png file :tongue.gif:)
A guide to making items in makeMyItem
(not a good one, but at least it will help some people)
Go to your root minecraft folder and then make a folder mod/items/
Put the example .item files from the download in there
Add the minecraft.jar files from the download into your .jar
Open minecraft and test to see if the items are there (SSP commands help)
If that is working you can now make your own items.
Go to .minecraft/mod/items and copy one of the existing .item files
Open it in notepad or another text editor and then edit it to your liking
The item file
I will now break down the item file, line by line.
Please note: I am still learning what most of these things do and anyone is welcome to help me add to this section.
# New Item
The name of the item that you are adding, the .item file should have the same name. ID=355
The ID of the new item; the IDs used by minecraft go up to 354 and various mods take other IDs so choose your IDs carefully for compatability. ?XXX, # , # ,1
*X=359
*#=280
The recipe: Always start with a ? and then enter the three lines with characters representing items. Then define the characters with the *(char)=(item ID)
For example the above recipe is a row of X which is an obsidian ingot (359) and then a stick (280) in the middle of the next two rows.
(My recipes dont actually work, I can't seem to make anything... help please someone?) Type=Pick
The type of item you are making; choose from Pick, Axe, Shovel, Hoe, Weapon, Multi (?), Super (?), Fuel Quality=Iron
The quality of the item for weapons and tools, default is wood, but you may choose Stone, Iron or Diamond Uses=1
The number of uses for the item (this does not apply to weapons/tools, they are based on the quality ^) MaxStack=1
The maximum number the item can stack to DmgDealth=1
? Dura=1
Possibly durability of armour. I'll test it Speed=1
Speed of tools maybe FuelPower=1
The power of a fuel, i.e. how many things it can smelt SmeltTo=ID
If you put this in a furnace, SmeltTo is what it becomes (An optional ID,num format can be used to give more than one in the furnace) SmeltFrom=ID
An item you would put in the furnace to get this item (Again ID,num is avaliable) Effective,block1ID,block2ID,block3ID
Blocks that it is good at smashing, all others will have default speed Effective speed,block1Speed,block2Speed,block3Speed
This is the speed that the tool has on the specific blocks
Commands coming soon
Save the .item file
Make a 16x16 png icon for your item in any editor you want
Open minecraft.jar and go to the folder /triman/items/
Place your .png there
Close the jar and run minecraft and your item should be ingame.
Also, to Triman.
0
0
0
Yep...
0
Wait, so, does the actual item work or is it just the recipe? If the recipe doesn't work you might want to see if actual item works with Single player commands.
Does any other items work?
0
Make sure it is in "C:\Documents and Settings\Samuel Thomas\Application Data\.minecraft\mod\items\"
not in "C:\Documents and Settings\Samuel Thomas\Application Data\.minecraft\mods\items\"
0
Ex. &use,9 ( 9 = Stationary water )
Or would &use,8 work? ( 8 = Water)
EDIT: Nope, doesn't seem to work. It would be possible though, right? TrImAn, is this possible/could you make this possible?
EDIT2: Also, say I had something like this: "&Use,x,&Receive,x"
If possible, how could i make it so that when using block x, i get a 5% of getting item x? (Block x is not item x, this is just an example.)
0
0
0
TOOL BAGZ
Allows you to put your tools in bags for more inventory space!
All required Mods are included! (makeMyItem, ModLoader, More IDs)
v0.75 DOWNLOAD: http://www.mediafire.com/?5ow1ph1b18b4ow5
***WARNING: This mod is currently incomplete! you will not be able to get your tools back YET!
(TrImAn needs to make makeMyRecipe, then i can complete the mod!)
What this allows you to do...
Tool Bagz Allows you to put your tools into stack-able bags, thus allowing you to carry around all your tools without them clogging up your inventory, You can take the tools out when you need them. (NOT YET, MOD INCOMPLETE)
Tool bag
To put your tools into a tool bag you can simple craft them together like this:
You can do this with any tool, and the result:
No need to waste leather, You can put tools in a bag with tools already in it! like this...
Once again, you can do this with any tool, and the result :
Enjoy! Ask any questions/Post suggestions below.
------------------------------------------------------------------------------------------------
CANDY MOD
CURRENTLY only has Candy Canes
All required Mods are included! (makeMyItem, ModLoader, More IDs)
v1.1 DOWNLOAD: http://www.mediafire.com/?v8hq3nxd3vvvqno
***A Candy Cane heals 3 hearts while a Coloured Candy Cane heals 4
***Watch out! Candy Canes can break VERY easily, Break a few blocks and your Candy Cane is gone!
Quick preview of the Red Candy Cane: http://oi54.tinypic.com/2zp856w.jpg (Lol its just the png file :tongue.gif:)
Soft Candy
Hard Candy
Candy Cane
Yellow/Red/Green Candy Cane
[] [] []
[] [] []
[] [] []
[] [] []
[] [] []
[] [] []
Enjoy! Ask any questions/Post suggestions below.
0
I currently only have one... But I'll be making more as i learn how to use makeMyItem!
0
0
0
0
Make sure you have "# <Item Name>" at the beginning :tongue.gif:
0
Thats for "Effective" and "Effective Speed"