Defaultsettings
This commit is contained in:
@@ -82,7 +82,7 @@ core.register_chatcommand("stopdigging", {
|
||||
|
||||
|
||||
core.register_chatcommand("digaround", {
|
||||
description = "Scan for one or multible nodes in a radius around you",
|
||||
description = "Automatically dig nodes around you",
|
||||
param = "<radius> node1[,node2...]",
|
||||
func = function(param)
|
||||
local radius = tonumber(param:split(" ")[1])
|
||||
|
@@ -3,7 +3,7 @@ load_mod_buildbot = true
|
||||
load_mod_colour_chat = true
|
||||
load_mod_custom = true
|
||||
load_mod_echest = true
|
||||
load_mod_autofarm = false
|
||||
load_mod_autofarm = true
|
||||
load_mod_commands = true
|
||||
load_mod_test = false
|
||||
load_mod_destroyliquids = true
|
||||
|
Reference in New Issue
Block a user