Skip to content

Commit

Permalink
Minecraft 1.16で追加された看板も対象化
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasaki15 committed Jun 27, 2020
1 parent 649b8f0 commit 66aa0f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/xyz/n7mn/dev/mspplugin/MinecartEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,15 @@ private boolean SignCheck(Block block){
mat == Material.JUNGLE_SIGN ||
mat == Material.OAK_SIGN ||
mat == Material.SPRUCE_SIGN ||
mat == Material.WARPED_SIGN ||
mat == Material.ACACIA_WALL_SIGN ||
mat == Material.BIRCH_WALL_SIGN ||
mat == Material.CRIMSON_WALL_SIGN ||
mat == Material.DARK_OAK_WALL_SIGN ||
mat == Material.JUNGLE_WALL_SIGN ||
mat == Material.OAK_WALL_SIGN ||
mat == Material.SPRUCE_WALL_SIGN ||
mat == Material.CRIMSON_WALL_SIGN
mat == Material.WARPED_WALL_SIGN
) {
return true;
}
Expand Down

0 comments on commit 66aa0f2

Please sign in to comment.