aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 53be735..370a444 100644
--- a/init.lua
+++ b/init.lua
@@ -186,7 +186,7 @@ minetest.register_node("farebox:farebox", {
on_rightclick = function(pos, node, player, itemstack, pointed_thing)
farebox.show_formspec(pos, player)
end,
-
+ node_dig_prediction = "farebox:farebox",
})
minetest.register_craft({