Add MrRar's suggested wording changes

This commit is contained in:
PrairieWind 2023-04-01 17:48:55 -06:00
parent a0d3b66343
commit b57a437be4
2 changed files with 4 additions and 4 deletions

View File

@ -727,9 +727,9 @@ doc.add_category("nodes", {
end
if data.def.walkable == false then
if data.def.buildable_to == false and data.def.drop ~= "" then
datastring = datastring .. S("Falling blocks will drop as an item when they ends up inside this node.").."\n"
datastring = datastring .. S("Falling nodes will drop as an item when they enter this node.").."\n"
else
datastring = datastring .. S("Falling blocks are destroyed when they ends up inside this node.").."\n"
datastring = datastring .. S("Falling nodes are destroyed when they enter this node.").."\n"
end
end
if data.def.groups.attached_node == 1 then

View File

@ -84,10 +84,10 @@ This block is a liquid with these properties:=
This block is affected by gravity and can fall.=
This block is completely silent when mined or built.=
This block is completely silent when walked on, mined or built.=
Falling blocks are destroyed when they ends up inside this node.=
Falling nodes are destroyed when they enter this node.=
This block negates all fall damage.=
This block points to liquids.=
Falling blocks will drop as an item when they ends up inside this node.=
Falling nodes will drop as an item when they enter this node.=
This block will drop as an item when it is not attached to a surrounding block.=
This block will drop as an item when no collidable block is below it.=
This block will drop the following items when mined: @1.=