Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Fix Testing Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitch215 committed Nov 27, 2023
1 parent 0eb7911 commit 58b2998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ public BlockData createBlockData(Material material) {
}

@Override
public BlockData createBlockData(Material material, Consumer<BlockData> consumer) {
public BlockData createBlockData(Material material, Consumer<? super BlockData> consumer) {
return null;
}

Expand Down

0 comments on commit 58b2998

Please sign in to comment.