Index: cookbook.lua ================================================================== --- cookbook.lua +++ cookbook.lua @@ -355,11 +355,11 @@ end end end; }; lathe = { - name = 'Lathe'; + name = 'Lathe Pattern'; chance = 1; node = 'sorcery:lathe'; booksuf = 'Compendium'; w = 2, h = 1; slots = { {1,0}, {0,0} }; Index: keg.lua ================================================================== --- keg.lua +++ keg.lua @@ -55,11 +55,11 @@ }; selection_box = hitbox(keg.ofs or 0); collision_box = keg.cb or hitbox(keg.ofs or 0); _sorcery = { recipe = { - canonical = constants.keg_recipe; + canonical = { craft = constants.keg_recipe; }; }; }; drop = { -- preserve_metadata will not work without this! max_items = 1;