From 5d368709b005a48e8d9340ac7992e52dfadc9ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imre=20P=C3=A9ntek?= Date: Fri, 12 Apr 2024 13:59:31 +0200 Subject: [PATCH] quarry_dig_above_nodes removed --- README.md | 1 - technic/spec/fixtures/technic.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index a7a24b28..9752c600 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,6 @@ Recommended mods that build on the `technic mod`: | admin_priv | Privileges required to use administrative chat commands like cache flushing and enabling/disabling machines globally. | | quarry_max_depth | max depth of the quarry. | | quarry_time_limit | max cpu time in μs allowed per quarry step. | -| quarry_dig_above_nodes | begin digging this many nodes above quarry node. | | quarry_dig_particles | Enables particle effect with the quarry digs a node. | | network_overload_reset_time | After network conflict wait this many seconds before attempting to activate conflicting networks again. | | switch_off_delay_seconds | switching station off delay. | diff --git a/technic/spec/fixtures/technic.conf b/technic/spec/fixtures/technic.conf index 37779322..7fc75f85 100644 --- a/technic/spec/fixtures/technic.conf +++ b/technic/spec/fixtures/technic.conf @@ -13,7 +13,6 @@ multimeter_remote_start_ttl = 300 enable_wind_mill = true enable_nuclear_reactor_digiline_selfdestruct = true -quarry_dig_above_nodes = 3 quarry_max_depth = 100 quarry_time_limit = 5000