ShaRose / ID-Resolver

The ID resolver mod for Minecraft.
10 stars 5 forks source link

Extended Item/Block ID Output w/ Metadata #4

Open WhiteFire-Sondergaard opened 11 years ago

WhiteFire-Sondergaard commented 11 years ago

I have a slightly different need for this mod than what it was intended for, but, it's very well suited to do what I need as it already displays an in-game representation of the data I am looking for.

Such as giving each sapling it's own line, or the XY Craft Ores.

Why?

Computer Craft, with out OpenCCSensors, has no way to map itemIDs to names, or any other information. Because of how crazy FTB is about custom packs, it's hard to get server operators to install OpenCCSensors. The only solution I've found is to generate tables for Lua to load in-game.

Getting complete information has turned out to be a real problem. A mod like this, which can build an ID list for a specific version of a particular pack would be awesome for generating that table.

ShaRose commented 11 years ago

It'd be POSSIBLE, but it would likely have false positives. If that's acceptable, next time I update it (if I get around to remembering) I can add this.

WhiteFire-Sondergaard commented 11 years ago

False positives are better than no data for meta-data stuff. :) Appreciate it!