Skip to content

Commit

Permalink
Update openblocks.cfg
Browse files Browse the repository at this point in the history
Buffed elevators
  • Loading branch information
Euthorix authored Oct 24, 2024
1 parent 36e6277 commit 8bc1681
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pack/config/openblocks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <modId>:<blockName>:<action> or id:<blockId>:<action>. Possible actions: abort (elevator can't pass block), increment (counts for elevatorMaxBlockPassCount limit) and ignore
S:specialBlockRules <
Expand Down

0 comments on commit 8bc1681

Please sign in to comment.