Skip to content

Commit

Permalink
resolve error
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Jul 10, 2024
1 parent c4b31cb commit 6153f28
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 6153f28

Please sign in to comment.