Skip to content

Commit

Permalink
fix: sporkless again
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Jul 21, 2024
1 parent 69751b3 commit 52a55db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ protected void addDisplayText(List<ITextComponent> list) {
String.format("%.2f", this.fuelDepletionPercent * 100)));
}

protected boolean isBlockEdge(@NotNull World world, @NotNull BlockPos.MutableBlockPos pos, @NotNull EnumFacing direction,
protected boolean isBlockEdge(@NotNull World world, @NotNull BlockPos.MutableBlockPos pos,
@NotNull EnumFacing direction,
int steps) {
pos.move(direction, steps);

Expand Down

0 comments on commit 52a55db

Please sign in to comment.