mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-17 15:58:37 +01:00
config
This commit is contained in:
parent
638c3a33e0
commit
fe917c7b23
@ -3,8 +3,8 @@ technic.config = technic.config or Settings(minetest.get_worldpath().."/technic.
|
||||
local conf_table = technic.config:to_table()
|
||||
|
||||
local defaults = {
|
||||
enable_mining_drill = "true",
|
||||
enable_mining_laser = "true",
|
||||
enable_mining_drill = "false",
|
||||
enable_mining_laser = "false",
|
||||
enable_flashlight = "false",
|
||||
enable_wind_mill = "false",
|
||||
enable_frames = "false",
|
||||
|
Loading…
Reference in New Issue
Block a user