We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcec13a commit b857326Copy full SHA for b857326
lua/api.lua
@@ -60,7 +60,7 @@ drawers.get_drawer_formspec = function(pos)
60
end
61
62
return drawer_formspec ..
63
- "checkbox[3.5,2;shared;" .. S("Shared") .. ";" .. shared .. "]"
+ "checkbox[3.5,1.5;shared;" .. S("Shared") .. ";" .. shared .. "]"
64
65
66
-- construct drawer
0 commit comments