mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 07:40:37 +02:00
enable drill
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user