From 8bc1681bd8efd9d695a0c4898e64623b93786329 Mon Sep 17 00:00:00 2001 From: Euthorix <40316042+Euthorix@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:43:37 -0700 Subject: [PATCH] Update openblocks.cfg Buffed elevators --- pack/config/openblocks.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pack/config/openblocks.cfg b/pack/config/openblocks.cfg index 1f0e27a..803a4b9 100644 --- a/pack/config/openblocks.cfg +++ b/pack/config/openblocks.cfg @@ -144,13 +144,13 @@ devnull { dropblock { # Should elevator move player to center of block after teleporting - B:centerOnBlock=false + B:centerOnBlock=true # XP consumed by elevator (total amount = ratio * distance) D:elevatorXpDrainRatio=0.0 # Disable limit of blocks between elevators (equivalent to maxPassThrough = infinity) - B:ignoreAllBlocks=false + B:ignoreAllBlocks=true # The elevator will ignore half blocks when counting the blocks it can pass through B:ignoreHalfBlocks=true @@ -166,7 +166,7 @@ dropblock { > # The range of the drop block - I:searchDistance=20 + I:searchDistance=200 # Defines blocks that are handled specially by elevators. Entries are in form :: or id::. Possible actions: abort (elevator can't pass block), increment (counts for elevatorMaxBlockPassCount limit) and ignore S:specialBlockRules <