feat: add configurable elevator blocks to config.yml
This commit is contained in:
parent
f6bebd133b
commit
1266ff75cd
|
|
@ -2,3 +2,14 @@
|
||||||
|
|
||||||
# The maximum distance (in blocks) the elevator will search for a valid destination.
|
# The maximum distance (in blocks) the elevator will search for a valid destination.
|
||||||
maxHeight: 64
|
maxHeight: 64
|
||||||
|
|
||||||
|
# Blocks that function as elevators
|
||||||
|
elevatorBlocks:
|
||||||
|
- minecraft:iron_block
|
||||||
|
- minecraft:gold_block
|
||||||
|
- minecraft:diamond_block
|
||||||
|
- minecraft:lapis_block
|
||||||
|
- minecraft:redstone_block
|
||||||
|
- minecraft:emerald_block
|
||||||
|
- minecraft:netherite_block
|
||||||
|
- minecraft:coal_block
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user