Added mod files

This commit is contained in:
Jacob Vinding
2025-12-26 21:38:55 +01:00
parent 64c4d60c47
commit c4ad0f3e2e
5039 changed files with 894558 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#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