Skip to content

Commit

Permalink
Fix #64
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin committed May 10, 2022
1 parent 06f6f2b commit 582fae6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ public class WolfEntity_snowballDamageMixin {

@ModifyVariable(
method = "damage(Lnet/minecraft/entity/damage/DamageSource;F)Z",
at = @At("LOAD"),
at = @At(
value = "LOAD",
ordinal = 0
),
require = 0,
name = "amount"
)
private float modifyAmount(float amount) {
Expand Down

0 comments on commit 582fae6

Please # to comment.