aboutsummaryrefslogtreecommitdiff
path: root/clientmods
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-07-08 13:01:06 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-07-08 13:01:06 +0200
commit6796baec66d3f04a668a2eeff9ac357f4491af4a (patch)
treed65e4e62932e7ede06201c69e30171804bad7c13 /clientmods
parent5a2bf6634c73030a70fdef6bae1784f24cc6d48d (diff)
downloaddragonfireclient-6796baec66d3f04a668a2eeff9ac357f4491af4a.tar.xz
Defaultsettings
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