Skip to content

Commit 4d470df

Browse files
committed
Added lever in the illegal blocks
1 parent c331d54 commit 4d470df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/kotlin/com/lambda/util/BlockUtils.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ object BlockUtils {
6060
Blocks.NOTE_BLOCK,
6161
Blocks.STRUCTURE_BLOCK,
6262
Blocks.COMMAND_BLOCK,
63+
Blocks.LEVER,
6364
).apply { addAll(shulkerBlocks); addAll(bedBlocks) }
6465

6566
val bedBlocks = setOf(

0 commit comments

Comments
 (0)