Differences From Artifact [bb9d0957fb]:
- File data/metals.lua — part of check-in [9ef6cbcf31] at 2020-08-28 14:08:57 on branch trunk — add recipes, cookbooks, disassembly (to create recipes from items), attunement, farcasters, and portals; various edits for bug fixes and improvements (user: lexi, size: 7491) [annotate] [blame] [check-ins using]
To Artifact [3567f41644]:
- File data/metals.lua — part of check-in [f165d9e39f] at 2020-09-24 23:07:33 on branch trunk — add blood god, add gravitator, add hand-drawn ore images, add mana hud display for enchanted items, various tweaks and enhancements (user: lexi, size: 7509) [annotate] [blame] [check-ins using]
17 17 end 18 18 19 19 return { 20 20 tin = { 21 21 ingot = 'default:tin_ingot'; 22 22 block = 'default:tinblock'; 23 23 tone = {172,172,172}; 24 - no_tools = true; no_armor = true; 24 + no_tools = true; no_armor = true; grindhead = true; 25 25 hardness = 2; 26 26 }; 27 27 copper = { 28 28 dye = 'orange'; 29 29 ingot = 'default:copper_ingot'; 30 30 block = 'default:copperblock'; 31 31 tone = {255,176,61};