Node Drawtypes: Fix a small typo in example code

This commit is contained in:
Misnad Khasim 2023-11-30 17:09:11 +00:00 committed by rubenwardy
parent 18b92ca388
commit 21e47a80ec

View File

@ -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)