From 027d4296fa3b93bbf81f629f85a788968e68cc86 Mon Sep 17 00:00:00 2001 From: tchncs Date: Tue, 15 Dec 2015 17:19:50 +0100 Subject: [PATCH] change scale of items in anvil --- nodes_anvil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes_anvil.lua b/nodes_anvil.lua index 57e270a..2afed0f 100644 --- a/nodes_anvil.lua +++ b/nodes_anvil.lua @@ -198,7 +198,7 @@ minetest.register_node("cottages:anvil", { local hud1 = puncher:hud_add({ hud_elem_type = "image", - scale = {x = 15, y = 15}, + scale = {x = 8, y = 8}, text = hud_image, position = {x = 0.5, y = 0.5}, alignment = {x = 0, y = 0}