Tonius / NEI-Integration

NEI handlers for all of the mods, one at a time.
MIT License
29 stars 15 forks source link

Feature Request: Two new dump types #95

Closed PitchBright closed 8 years ago

PitchBright commented 8 years ago

Tonius, would it be easy enough for you to bang out two new types of dumps? It'd be awesome if we could dump Foods and also Drinkables (not just potions, but anything that can be drunk).

That'd make it super easy for people to access food/drink ids&names for when they want to config their stuff for various hunger overhauling or hydration systems provided by other mods.

Thanks man!

Tonius commented 8 years ago

Sadly, there is no official registry for me to read from when it comes to food hunger values and whether consumable items are food or drinks.

However, a simple dump type that just lists items that are consumable is easy to make. Probably not what you're looking for, though :(

PitchBright commented 8 years ago

Ah bummer. Yeah, that's what I ended up doing. 700 food items alone :`(

Either way, thanks for considering it, and responding!