Skip to content

Commit

Permalink
chores: TODO(we need to implement block tag firstly)
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Jun 10, 2024
1 parent de5741f commit e21cd8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ private double toolBreakTimeBonus(ItemStack usedItem, BlockState blockState) {

default boolean isCorrectTool(BlockState blockState, ItemStack usedItem) {
checkBlockType(blockState);
// TODO: 需要先实现BlockTag (XXX_TIER)
return false;
}

Expand Down

0 comments on commit e21cd8e

Please sign in to comment.