An extensible inventory mod which allows searching crafting and browsing for recipes in the same dialogue.
Go to file
Zefram fa0142c2c0 Look for recipes under an item's aliases
get_all_craft_recipes() returns the recipes that were registered under the
specified name, so asking about an item's canonical name won't see recipes
registered under an alias, and vice versa.  Several mods register recipes
under aliases, so the craft guide was missing that handful of recipes.
To work around it, invert the aliases table and ask explicitly about
each alias.
2014-04-22 16:52:04 -04:00
sounds Update mod 2013-09-21 21:40:20 +02:00
textures Remove text from on/off switch icons 2014-01-22 08:06:02 +01:00
api.lua Look for recipes under an item's aliases 2014-04-22 16:52:04 -04:00
bags.lua Check formname in on_receive_fields 2013-12-04 10:43:49 -05:00
callbacks.lua Remove trailing whitespace 2014-01-19 13:27:52 -05:00
depends.txt Update mod 2013-09-21 21:40:20 +02:00
init.lua Remove trailing whitespace 2014-01-19 13:27:52 -05:00
internal.lua Remove trailing whitespace 2014-01-19 13:27:52 -05:00
README.md Create README.md 2013-09-30 16:57:02 +01:00
register.lua Remove trailing whitespace 2014-01-19 13:27:52 -05:00

unified_inventory

Replacement for Minetest creative inventory.

Unified Inventory replaces the survival and creative inventory; it also functions as a crafting guide.