Enable crossbows to dig

This commit is contained in:
epCode 2021-03-19 14:11:10 -07:00
parent a331fb5f3c
commit 1604002afb
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ S("The speed and damage of the arrow increases the longer you charge. The regula
stack_max = 1,
range = 4,
-- Trick to disable digging as well
on_use = function() return end,
--on_use = function() return end,
on_place = function(itemstack, player, pointed_thing)
if pointed_thing and pointed_thing.type == "node" then
-- Call on_rightclick if the pointed node defines it