Node Drawtypes: Fix a small typo in example code
This commit is contained in:
parent
18b92ca388
commit
21e47a80ec
@ -147,7 +147,7 @@ minetest.register_node("myair:air", {
|
||||
walkable = false, -- Would make the player collide with the air node
|
||||
pointable = false, -- You can't select the node
|
||||
diggable = false, -- You can't dig the node
|
||||
buildable_to = true, -- Nodes can be replace this node.
|
||||
buildable_to = true, -- Nodes can replace this node.
|
||||
-- (you can place a node and remove the air node
|
||||
-- that used to be there)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user