Skip to content

Commit

Permalink
clarify arrow KNOCKBACK_STRENGTH
Browse files Browse the repository at this point in the history
  • Loading branch information
Faithcaio committed Jun 12, 2024
1 parent 28703e4 commit 1127d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/spongepowered/api/data/Keys.java
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@ public final class Keys {
public static final Key<Value<ItemStackSnapshot>> ITEM_STACK_SNAPSHOT = Keys.key(ResourceKey.sponge("item_stack_snapshot"), ItemStackSnapshot.class);

/**
* The knockback strength applied by an {@link ArrowEntity}.
* The custom knockback strength applied by an {@link ArrowEntity}.
*
* <p>For the knockback provided by hits with a weapon according to the
* enchantment of the same name, see {@link #APPLIED_ENCHANTMENTS}.</p>
Expand Down

0 comments on commit 1127d7e

Please sign in to comment.