fix location of icon in anvil formspec

This commit is contained in:
flux 2022-10-10 09:53:22 -07:00
parent d6244532d7
commit ff58eb921a
No known key found for this signature in database
GPG Key ID: 9333B27816848A15
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ end
function anvil.get_anvil_fs_parts()
return {
("size[8,8]"),
("image[7,3;1,1;cottages_tool_steelhammer.png]"),
("image[4,3;1,1;cottages_tool_steelhammer.png]"),
("label[2.5,1.0;%s]"):format(FS("Workpiece:")),
("label[6.0,2.7;%s]"):format(FS("Optional")),
("label[6.0,3.0;%s]"):format(FS("storage for")),