Skip to content

Commit

Permalink
修正 mixin 错误
Browse files Browse the repository at this point in the history
  • Loading branch information
TartaricAcid committed Oct 27, 2023
1 parent 5f211e2 commit 7bed5fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.spongepowered.asm.mixin.gen.Accessor;
import org.spongepowered.asm.mixin.gen.Invoker;

@Mixin(value = AbstractArrow.class, remap = false)
@Mixin(value = AbstractArrow.class)
public interface MixinArrowEntity {
@Accessor("inGround")
boolean tlmInGround();
Expand Down

0 comments on commit 7bed5fd

Please sign in to comment.