#Flight Conduit Mod Config - select blocks allowed for Conduit Structure
#
#Allowed blocks for structure around the flight conduit
blocks = ["minecraft:oxidized_copper", "minecraft:waxed_oxidized_copper", "minecraft:weathered_copper", "minecraft:waxed_weathered_copper"]
#Flight effect range multiplier
#
#Multiplies the default range calculation (frame_blocks / 7 * 10)
#Default: 1.0, Range: 0.05 to 10.0
#Range: 0.05 ~ 10.0
rangeMultiplier = 1.3
#How often (in ticks) to check and reapply flight effect to players in range
#
#Default: 40 ticks (2 seconds), Range: 5 to 100 ticks
#Range: 5 ~ 100
flightCheckInterval = 20
#How long the flight effect lasts when applied
#
#Should be longer than check interval to prevent effect flickering (and falling)
#Default: 260 ticks (13 seconds), Range: 20 to 600 ticks
#Range: 20 ~ 600
flightEffectDuration = 50
#Feather falling (slow falling) effect duration in ticks
#
#Applied when exiting the flight conduit range
#Default: 300 ticks (15 seconds), Range: 0 to 1200 ticks (60 seconds)
#Range: 0 ~ 1200
featherFallingDuration = 200
#Should feather falling still apply when near ground?
featherFallingApplyNearGround = false
#Distance from ground to disable feather falling
#
#Only applies if featherFallingApplyNearGround is disabled
#Default: 5 blocks, Range: 1 to 100 blocks
#Range: 1 ~ 100
featherFallingNearGroundBlocks = 5

