Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/main/java/dev/amble/lib/api/ICantBreak.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ default void onTryBreak(World world, BlockPos pos, BlockState state) {
*
* @param player The player who attempted to break the block, or null if not available.
*/
default void onTryBreak(World world, BlockPos pos, BlockState state, PlayerEntity player) {
this.onTryBreak(world, pos, state);
}
default void onTryBreak(World world, BlockPos pos, BlockState state, PlayerEntity player) { }
}