Differences From Artifact [7503518d03]:
- File keg.lua — part of check-in [cf762654b2] at 2021-07-10 21:18:17 on branch trunk — fix dumbass typo (user: lexi, size: 7430) [annotate] [blame] [check-ins using]
To Artifact [418ac567ac]:
- File keg.lua — part of check-in [f4a14cad78] at 2021-07-10 21:24:02 on branch trunk — bug fixes (user: lexi, size: 7443) [annotate] [blame] [check-ins using]
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 } };