enable drill

This commit is contained in:
Thomas Rudin 2018-10-15 20:23:11 +02:00
parent ebf4ad0fd7
commit 5ab0b6383a

View File

@ -3,7 +3,7 @@ technic.config = technic.config or Settings(minetest.get_worldpath().."/technic.
local conf_table = technic.config:to_table()
local defaults = {
enable_mining_drill = "false",
enable_mining_drill = "true",
enable_mining_laser = "false",
enable_flashlight = "false",
enable_wind_mill = "false",