Better anvil texture

This commit is contained in:
jp 2015-07-29 13:52:39 +02:00
parent b3f9a68c16
commit 0c97add51a
3 changed files with 2 additions and 2 deletions

View File

@ -378,7 +378,7 @@ xdecor.register("lantern", {
}) })
local flowerstype = { "dandelion_white", "dandelion_yellow", "geranium", local flowerstype = { "dandelion_white", "dandelion_yellow", "geranium",
"rose", "tulip", "viola" } "rose", "tulip", "viola" }
for _, f in ipairs(flowerstype) do for _, f in ipairs(flowerstype) do
xdecor.register("potted_"..f, { xdecor.register("potted_"..f, {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 B

After

Width:  |  Height:  |  Size: 157 B

View File

@ -54,7 +54,7 @@ local function xconstruct(pos)
"list[current_name;output;2,2;1,1;]".. "list[current_name;output;2,2;1,1;]"..
"label[4.5,1.5;Damaged tool]".. "label[4.5,1.5;Damaged tool]"..
"list[current_name;src;5,2;1,1;]".. "list[current_name;src;5,2;1,1;]"..
"image[6.07,2.07;0.85,0.85;xdecor_anvil.png]".. "image[6,2;1,1;xdecor_anvil.png]"..
"label[6.8,1.5;Hammer]]".. "label[6.8,1.5;Hammer]]"..
"list[current_name;fuel;7,2;1,1;]".. "list[current_name;fuel;7,2;1,1;]"..
"list[current_player;main;0,3.25;8,4;]") "list[current_player;main;0,3.25;8,4;]")