Overview
Comment: | bug fixes |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f4a14cad78d2bcc7c4f63376e1ae09e1 |
User & Date: | lexi on 2021-07-10 21:24:02 |
Other Links: | manifest | tags |
Context
2021-07-11
| ||
02:26 | idk even check-in: cf3645dcf5 user: lexi tags: trunk | |
2021-07-10
| ||
21:24 | bug fixes check-in: f4a14cad78 user: lexi tags: trunk | |
21:18 | fix dumbass typo check-in: cf762654b2 user: lexi tags: trunk | |
Changes
Modified cookbook.lua from [3a273fe491] to [f442987cb7].
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;
Modified keg.lua from [7503518d03] to [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 } };