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 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
end return { tin = { ingot = 'default:tin_ingot'; block = 'default:tinblock'; tone = {172,172,172}; no_tools = true; no_armor = true; hardness = 2; }; copper = { dye = 'orange'; ingot = 'default:copper_ingot'; block = 'default:copperblock'; tone = {255,176,61}; |
| |
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
end
return {
tin = {
ingot = 'default:tin_ingot';
block = 'default:tinblock';
tone = {172,172,172};
no_tools = true; no_armor = true; grindhead = true;
hardness = 2;
};
copper = {
dye = 'orange';
ingot = 'default:copper_ingot';
block = 'default:copperblock';
tone = {255,176,61};
|