From 0c97add51a34baf255656a00c817e2864ceb35f0 Mon Sep 17 00:00:00 2001 From: jp Date: Wed, 29 Jul 2015 13:52:39 +0200 Subject: [PATCH] Better anvil texture --- nodes.lua | 2 +- textures/xdecor_anvil.png | Bin 190 -> 157 bytes worktable.lua | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes.lua b/nodes.lua index 432941d..fc088a1 100644 --- a/nodes.lua +++ b/nodes.lua @@ -378,7 +378,7 @@ xdecor.register("lantern", { }) local flowerstype = { "dandelion_white", "dandelion_yellow", "geranium", - "rose", "tulip", "viola" } + "rose", "tulip", "viola" } for _, f in ipairs(flowerstype) do xdecor.register("potted_"..f, { diff --git a/textures/xdecor_anvil.png b/textures/xdecor_anvil.png index 2876aa6e433bb94595903be7757f09cbcdda5caa..4a3021d18ebab624867fc989c40c93cf2bb08f02 100644 GIT binary patch delta 120 zcmdnTIG1sPP9ZZhvyF{SR8&-Zd;9X{kXZ~242&f~e!&b5&u*jvIX0dyjv*Y^lNHzu zxSALzBtBwdImX1p<8;i+>sV8QrLePOhmjy7hpvVWN1CCQw6H30loo{EPnt10d;$PH7^@gTUzL{6UzVq00DGTPE!Ct=GbNc003P{L_t&t z*Da0F5r8lVL+b`jaRG3G3JX}-e-FKyg^v{gE8{R zytKD-7Vu4`xX(@i+-a~Gp1WNm;S-(>q?@<6a{vGU07*qo IM6N<$f`E}d%m4rY diff --git a/worktable.lua b/worktable.lua index e4b23ab..32c50bd 100644 --- a/worktable.lua +++ b/worktable.lua @@ -54,7 +54,7 @@ local function xconstruct(pos) "list[current_name;output;2,2;1,1;]".. "label[4.5,1.5;Damaged tool]".. "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]]".. "list[current_name;fuel;7,2;1,1;]".. "list[current_player;main;0,3.25;8,4;]")