mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-22 14:50:23 +01:00
enable drill
This commit is contained in:
parent
ebf4ad0fd7
commit
5ab0b6383a
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user