I've been looking into using the Essentials Bukkit plugin for my Feed the Beast server, but it doesn't seem to recognize any of the new items other than by their item ids with an "X" on the front (this was found by using the command /itemdb while holding a mod added item). I have an idea how I can add alias item ids for Essentials to recognize, but I don't know of a compiled list of all the items included in Feed the Beast Ultimate with their names attached, like the spreadsheet used by Essentials.
Would such a list of items and ids be inside my mod files? If not, where could I find such a list? I fear, if I can't find such a list pre compiled, I'd have to compile a list by hand; the hard way. Better yet; is there a simpler way for Essentials to recognize new items added by my mod pack? Perhaps by tapping into some of NEI's files or those of individual mods?
I have a similar problem... I am trying to get essentials to recognize items which are added into the game through a mod and am having trouble. It appears that essentials still recognizes items through their numeric id's and the mod I am using only has name id's assigned.
Well all the IDs will be listed in each mod's config file no? Also if you have NEI, every item you mouse over should show you not just the item name but also its ID. I don't know if NEI has a dump function, considering all the IDs are listed in configs already.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Would such a list of items and ids be inside my mod files? If not, where could I find such a list? I fear, if I can't find such a list pre compiled, I'd have to compile a list by hand; the hard way. Better yet; is there a simpler way for Essentials to recognize new items added by my mod pack? Perhaps by tapping into some of NEI's files or those of individual mods?