diff --git a/screenshot.png b/screenshot.png index 3c68487..38ad06d 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/screenshots/crafting.png b/screenshots/crafting.png index 553527a..0fef73c 100644 Binary files a/screenshots/crafting.png and b/screenshots/crafting.png differ diff --git a/screenshots/hammers.png b/screenshots/hammers.png index 4d3e978..ca0a9a1 100644 Binary files a/screenshots/hammers.png and b/screenshots/hammers.png differ diff --git a/system/register_hammer.lua b/system/register_hammer.lua index dffc5ff..73cdbb6 100644 --- a/system/register_hammer.lua +++ b/system/register_hammer.lua @@ -64,6 +64,7 @@ uniham.register_hammer = function (short_id, definition) ['+h'] = definition.head, ['+m'] = 'uniham_head_mask.png' }) + texture = '(('..texture..')^(uniham_emboss.png^[opacity:51.2))' end if definition.texture then diff --git a/textures/README.md b/textures/README.md index cd452d5..46321fc 100644 --- a/textures/README.md +++ b/textures/README.md @@ -1,3 +1,3 @@ -All textures are licensed unter CC-BY-SA 4.0 or later +All textures are licensed under CC-BY-SA 4.0 or later https://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/textures/uniham_emboss.png b/textures/uniham_emboss.png new file mode 100644 index 0000000..f8bd4fc Binary files /dev/null and b/textures/uniham_emboss.png differ