aboutsummaryrefslogtreecommitdiff
path: root/clientmods
diff options
context:
space:
mode:
Diffstat (limited to 'clientmods')
-rw-r--r--clientmods/buildbot/init.lua2
-rw-r--r--clientmods/mods.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/clientmods/buildbot/init.lua b/clientmods/buildbot/init.lua
index 0f0be8c6b..3cb13999e 100644
--- a/clientmods/buildbot/init.lua
+++ b/clientmods/buildbot/init.lua
@@ -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])
diff --git a/clientmods/mods.conf b/clientmods/mods.conf
index d2cfde53f..657e3a093 100644
--- a/clientmods/mods.conf
+++ b/clientmods/mods.conf
@@ -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