sorcery  Check-in [f4a14cad78]

Overview
Comment:bug fixes
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f4a14cad78d2bcc7c4f63376e1ae09e1382d8a566dece1bf0458ec9b0c751c47
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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
					end
					return {v,''} -- !!
				end
			end
		end;
	};
	lathe = {
		name = 'Lathe';
		chance = 1;
		node = 'sorcery:lathe';
		booksuf = 'Compendium';
		w = 2, h = 1;
		slots = { {1,0}, {0,0} };
		apply_exclusions = true;
		props = props_builtin;







|







353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
					end
					return {v,''} -- !!
				end
			end
		end;
	};
	lathe = {
		name = 'Lathe Pattern';
		chance = 1;
		node = 'sorcery:lathe';
		booksuf = 'Compendium';
		w = 2, h = 1;
		slots = { {1,0}, {0,0} };
		apply_exclusions = true;
		props = props_builtin;

Modified keg.lua from [7503518d03] to [418ac567ac].

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







|







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