summaryrefslogtreecommitdiff
path: root/util_item_place_node.lua
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-11-17 18:49:43 -0700
committerFaceDeer <derksenmobile@gmail.com>2017-11-17 18:49:43 -0700
commit1de57191b0afa4df320c4319de0d7ea6b33d2b27 (patch)
tree40e8c9f2982867b225d88d969800f4cd064da6f0 /util_item_place_node.lua
parent123e470544f2395ef7e06a7cf309c77c2472d128 (diff)
configurable duration for crate markers
Diffstat (limited to 'util_item_place_node.lua')
-rw-r--r--util_item_place_node.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/util_item_place_node.lua b/util_item_place_node.lua
index 3ff580d..ab78526 100644
--- a/util_item_place_node.lua
+++ b/util_item_place_node.lua
@@ -114,8 +114,8 @@ digtron.item_place_node = function(itemstack, placer, place_to, param2)
if minetest.registered_nodes[item_name] == nil then
-- Permitted craft items are handled by the node-specific on_place call, above.
-- if we are a craft item and we get here then we're not whitelisted and we should fail.
- -- Note that builders should be filtering out craft items like this, but this will protect us
- -- just in case.
+ -- Note that builder settings should be filtering out craft items like this before we get here,
+ -- but this will protect us just in case.
return itemstack, false
end