Differences From Artifact [3a273fe491]:
- File cookbook.lua — part of check-in [3f5aae21c0] at 2021-07-10 21:15:56 on branch trunk — make proper keg recipe canonical (user: lexi, size: 24694) [annotate] [blame] [check-ins using]
To Artifact [f442987cb7]:
- File cookbook.lua — part of check-in [f4a14cad78] at 2021-07-10 21:24:02 on branch trunk — bug fixes (user: lexi, size: 24702) [annotate] [blame] [check-ins using]
353 353 end 354 354 return {v,''} -- !! 355 355 end 356 356 end 357 357 end; 358 358 }; 359 359 lathe = { 360 - name = 'Lathe'; 360 + name = 'Lathe Pattern'; 361 361 chance = 1; 362 362 node = 'sorcery:lathe'; 363 363 booksuf = 'Compendium'; 364 364 w = 2, h = 1; 365 365 slots = { {1,0}, {0,0} }; 366 366 apply_exclusions = true; 367 367 props = props_builtin;