@@ -91,8 +91,14 @@ ]]) end; on_metadata_inventory_put = update_inv; on_metadata_inventory_move = update_inv; + + _sorcery = { + recipe = { + info = "Standalone recharger for wands, amulets, and enchanted tools that draws on the ambient force from the local leylines"; + }; + }; }) minetest.register_craftitem('sorcery:harvester_receptacle', { description = 'Harvester Receptacle'; @@ -110,8 +116,13 @@ minetest.register_craftitem('sorcery:accumulator', { description = 'Accumulator'; inventory_image = 'sorcery_accumulator.png'; + _sorcery = { + recipe = { + info = 'Captures and channels ambient ley current'; + }; + }; }) minetest.register_craft { output = 'sorcery:accumulator';