Fix broken formspec
This commit is contained in:
parent
5997f37349
commit
64ef1897c5
3
init.lua
3
init.lua
@ -37,8 +37,9 @@ doc.new_category("nodes", {
|
||||
if data.itemstring ~= "air" then
|
||||
formstring = formstring .. "item_image[11,0;1,1;"..data.itemstring.."]"
|
||||
end
|
||||
formstring = formstring .. "textarea[0.25,1;10,8;;"
|
||||
if longdesc ~= nil then
|
||||
formstring = formstring .. "textarea[0.25,1;10,8;;Description: "..longdesc.."\n\n"
|
||||
formstring = formstring .. "Description: "..longdesc.."\n\n"
|
||||
end
|
||||
if usagehelp ~= nil then
|
||||
formstring = formstring .. "Usage help: "..usagehelp .. "\n\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user