I've looked through the forums and elsewhere and have been unable to find an answer to this:
I've created a custom block however when I mouseover it in the inventory it does not display a name. I've looked through the java classes and it doesn't look like it gets the names from there at all.
So the question is, how / where can I set a name for a new block / item that is reflected when mousing over the item?
or you can just look in the Minecraft.jar/lang/en_US.LANG
P.S. if its a block use tile if its an item use item lol i found that out the hard way
P.P.S it is the .setItemName(string s) code from the source
I've created a custom block however when I mouseover it in the inventory it does not display a name. I've looked through the java classes and it doesn't look like it gets the names from there at all.
So the question is, how / where can I set a name for a new block / item that is reflected when mousing over the item?
Thanks
Link:http://www.minecraftforum.net/viewtopic.php?f=25&t=212150&start=60#p3172780
P.S. if its a block use tile if its an item use item lol i found that out the hard way
P.P.S it is the .setItemName(string s) code from the source