Files
Technic-Server-1.20.1/overrides/config/magicfeather-common.toml
Jacob Vinding c4ad0f3e2e Added mod files
2025-12-26 21:38:55 +01:00

20 lines
764 B
TOML

#When losing the ability to fly, should the player receive a slow fall effect or simply negate the fall damage?
#Allowed Values: SLOW_FALL, NEGATE_FALL_DAMAGE
too_close_to_the_sun_behavior = "NEGATE_FALL_DAMAGE"
[range_computation]
#How many blocks are added to the range per level?
#Range: > -2147483648
range_step = 10
#What is the beacon base range?
#Range: > -2147483648
base_range = 10
#How the beacon range is calculated vertically. Java = Vanilla Java Behavior. Bedrock = Vanilla Bedrock behavior. FullHeight = expand vertical range to maximum
#Allowed Values: Java, FullHeight
vertical_range_type = "FullHeight"
[item]
#If curios is installed, the magic feather will need to be installed in its charm slot to function.
requires_curios = true