Jump to content

Recommended Posts

Posted

I'm currently trying to write better documentation for end-users of Minecraft mods, such as Redpower2.

I would like to display crafting grid recipes for the items in the mods. To do this I would require .png files of all the image icons. The unofficial Redpower2 Recipe List has an example of what I need:

tiles-1335287036.png

What is the best way to obtain a dump of inventory icons from Minecraft? It would be best if the block ID's and user-displayed block names in English (i.e. "White Lamp", "Red Alloy Ingot") could be dumped along with the images.

Once I have the images, I am hoping to hook into the NEI recipe dictionaries and write Python code or PHP code to render the crafting grids in a manner similar to the Redpower2 Recipe List.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...