sorcery  Diff

Differences From Artifact [7503518d03]:

To Artifact [418ac567ac]:


    53     53   			'default_wood.png';
    54     54   			'default_steel_block.png';
    55     55   		};
    56     56   		selection_box = hitbox(keg.ofs or 0);
    57     57   		collision_box = keg.cb or hitbox(keg.ofs or 0);
    58     58   		_sorcery = {
    59     59   			recipe = {
    60         -				canonical = constants.keg_recipe;
           60  +				canonical = { craft = constants.keg_recipe; };
    61     61   			};
    62     62   		};
    63     63   		drop = {
    64     64   			-- preserve_metadata will not work without this!
    65     65   			max_items = 1;
    66     66   			items = {
    67     67   				{ items = { keg.id } };