Pull request from rlars: Allow access to dig_tunnel for other mods.

master
David G 2022-08-15 19:00:05 -07:00
parent 06081768e9
commit d85358b381
1 changed files with 3 additions and 0 deletions

View File

@ -1161,3 +1161,6 @@ minetest.register_globalstep(function(dtime)
end
end
end)
-- Allow other mods to use the dig_tunnel function.
tunnelmaker.dig_tunnel = dig_tunnel