summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-08-25 00:22:42 +0200
committerWuzzy <almikes@aol.com>2016-08-25 00:22:42 +0200
commit66b73ac6ac652ef274cca0c6c635465f75d42662 (patch)
tree5cb3f5652da95160c5028be071e85a9dd10d1388
parent9e98778af21ad78503a69075e74dea76e4ff32c7 (diff)
Re-explain buildable_to again
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index d907ecf..3888f35 100644
--- a/init.lua
+++ b/init.lua
@@ -272,7 +272,7 @@ doc.new_category("nodes", {
formstring = formstring .. "Liquids can flow into this block and destroy it.\n"
end
if data.def.buildable_to == true then
- formstring = formstring .. "Blocks are built into this block, which replaces it.\nFalling blocks can go through this block and destroy it.\n"
+ formstring = formstring .. "Building another block at this block will place it inside and replace it.\nFalling blocks can go through this block and destroy it.\n"
end
-- List nodes/groups to which this node connects to
if data.def.connects_to ~= nil then