summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index d8cdddf..9ac8e78 100644
--- a/init.lua
+++ b/init.lua
@@ -403,7 +403,7 @@ doc.new_category("nodes", {
end
end
if data.def.walkable == false then
- if data.def.buildable_to == false and drop ~= "" then
+ if data.def.buildable_to == false and data.def.drop ~= "" then
datastring = datastring .. S("This block will drop as an item when a falling block ends up inside it.").."\n"
else
datastring = datastring .. S("This block is destroyed when a falling block ends up inside it.").."\n"