From ed46700101751d32c5c531e363f1453170514d2f Mon Sep 17 00:00:00 2001 From: Nikolay Safin Date: Tue, 6 Feb 2024 14:10:22 +0400 Subject: [PATCH] disabled ae2 channels (#22) --- config/ae2/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ae2/common.json b/config/ae2/common.json index 2bfabf8..8c1ce83 100644 --- a/config/ae2/common.json +++ b/config/ae2/common.json @@ -6,7 +6,7 @@ "tinyTntBlockDamage_comment": "Enables the ability of Tiny TNT to break blocks.", "tinyTntBlockDamage": true, "channels_comment": "Changes the channel capacity that cables provide in AE2.", - "channels": "default", + "channels": "infinite", "pathfindingStepsPerTick_comment": "The number of pathfinding steps that are taken per tick and per grid that is booting. Lower numbers will mean booting takes longer, but less work is done per tick.", "pathfindingStepsPerTick": 4, "spatialAnchorEnableRandomTicks_comment": "Whether Spatial Anchors should force random chunk ticks and entity spawning.",