Is there a mod/tool for minecraft (with Forge) to export all item ID's,
Metadata and Names
I am attempting to export a list of all item ids, and metadata from
minecraft. I am using the FTB Unleashed pack. What I want is to write to
file:
351:1 Ink Sac
351:2 Rose Red
...
368:0 Ender Pearl
369:0 Blaze Rod
...
2174:0 Naga Stone
Or something that I can convert to that with some regex etc.
I need something, a mod, a tool, a server command, that will export this
data to a file. It should be compatible with minecraft 1.5.2, with mods
installed (Including Forge mods).
NEI, and Item Resolver both only export item IDs. However this is not
useful to me because some mod, heavily use the metadata value, to store a
different item in the same ID space. The Vanilla Dye is an example of
this.
I am coming the the conclusion I may just have to make it myself.
EDIT: I would like this for computercraft fun. I many computercraft things
return only the item id / metadata eg the ME Bridge and Interactive
Sorter. Other computer craft mods (AE Peripheral, OpenCCsensors) do handle
item names. However I am unwilling to add mods to the server. If a there
is a mod I can use in single player to export all the ID, metadata and
names, then I can use a computercraft program to parse it, that can run on
the server. (I already have one working for ID/Name)
I would also like this for my own interest, I'ld like to see just how much
metadata is used in some mods, to represent different items, (I'm looking
at you, Forestry).
No comments:
Post a Comment