diff --git a/lua/api.lua b/lua/api.lua index 07003ad..5a2eb63 100755 --- a/lua/api.lua +++ b/lua/api.lua @@ -60,7 +60,7 @@ drawers.get_drawer_formspec = function(pos) end return drawer_formspec .. - "checkbox[3.5,2;shared;" .. S("Shared") .. ";" .. shared .. "]" + "checkbox[3.5,1.5;shared;" .. S("Shared") .. ";" .. shared .. "]" end -- construct drawer