Defaultsettings

This commit is contained in:
Elias Fleckenstein
2020-07-08 13:01:06 +02:00
parent 5a2bf6634c
commit 6796baec66
4 changed files with 24 additions and 15 deletions

View File

@@ -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])

View File

@@ -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