Skip to content

Commit

Permalink
Remove erroneous displace=true
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Nov 15, 2024
1 parent 4bbb59f commit 9959b80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public AbstractChestBoatMixin(EntityType<?> type, Level world) {
super(type, world);
}

@Intrinsic(displace = true)
@Intrinsic()
// Intrinsic for mod compatibility: If this injection does not work, it is not critical, only a slight performance loss.
@Override
public void rideTick() {
Expand Down

0 comments on commit 9959b80

Please sign in to comment.