From e0aa4d9309439d82a30e33932219221c23510286 Mon Sep 17 00:00:00 2001 From: zmv7 <72821250+zmv7@users.noreply.github.com> Date: Wed, 16 Mar 2022 19:12:12 +0500 Subject: [PATCH] Fixed offset to multicraft2 --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 70f0fe2..99e8c12 100644 --- a/init.lua +++ b/init.lua @@ -13,7 +13,7 @@ minetest.register_globalstep(function(dtime) position = {x = 1, y = 0}, scale = {x = 100, y = 100}, number = 0xFFFF00, - offset = {x = -20, y = 10}}) + offset = {x = -25, y = 10}}) if not clock then return end end core.localplayer:hud_change(clock, "text", update())