Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Jun 26, 2024
1 parent ae4ca4a commit 8c02cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ object Effects : Registry<Effect<*>>() {
register(EffectMovementEfficiencyMultiplier)
register(EffectSneakingSpeedMultiplier)
register(EffectUnderwaterMiningSpeedMultiplier)
register(EffectIncreaseSafeFallDistance)
register(EffectSafeFallDistance)
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import org.bukkit.attribute.AttributeModifier
import org.bukkit.entity.LivingEntity
import org.bukkit.entity.Player

object EffectIncreaseSafeFallDistance : AttributeEffect(
"increase_safe_fall_distance",
object EffectSafeFallDistance : AttributeEffect(
"safe_fall_distance",
Attribute.GENERIC_SAFE_FALL_DISTANCE,
AttributeModifier.Operation.ADD_NUMBER
) {
Expand Down

0 comments on commit 8c02cdf

Please sign in to comment.