Skip to content

Commit

Permalink
resolve error
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor authored and rito528 committed Oct 22, 2023
1 parent 56d0e64 commit 2ad9408
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ object BreakUtil {
val materialType = targetBlock.getType
val isNotQuartzBlockAndQuartzStairs =
materialType != Material.QUARTZ_BLOCK && materialType != Material.QUARTZ_STAIRS
// NOTE: targetBlock#getDataが7は下つきハーフブロック、15は上つきハーフブロック
val isNotQuartzSlab =
materialType != Material.QUARTZ_SLAB
val isNotMadeFromQuartz = isNotQuartzBlockAndQuartzStairs && isNotQuartzSlab
Expand Down

0 comments on commit 2ad9408

Please sign in to comment.