Differences From
Artifact [48691b218f]:
125 125 no_armor = metal.no_armor;
126 126 no_tools = metal.no_tools;
127 127 durability = metal.durability;
128 128 power = metal.power;
129 129 speed = metal.speed;
130 130 artificial = metal.artificial;
131 131 cooktime = metal.cooktime;
132 - hardness = metal.hardness;
132 + hardness = (metal.hardness/8) * 3; -- scaled wrt diamond
133 + level = math.ceil(((metal.hardness/8) * 3)) + 1;
133 134 ingot_image = (metal.image and metal.image.ingot) or nil;
134 135 lump_image = (metal.image and metal.image.lump) or nil;
135 136 armor_weight = metal.armor_weight;
136 137 armor_protection = metal.armor_protection;
137 138 }
138 139 end
139 140 minetest.register_craftitem(fragment, {