Skip to content

Commit e96a179

Browse files
authored
fix(entityarrowaccessor): specify inGround (#126)
1 parent 65c2b83 commit e96a179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/club/sk1er/patcher/mixins/accessors/EntityArrowAccessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
@Mixin(EntityArrow.class)
88
public interface EntityArrowAccessor {
9-
@Accessor
9+
@Accessor("inGround")
1010
boolean getInGround();
1111
}

0 commit comments

Comments
 (0)