Skip to content

Commit

Permalink
Protect light from light.
Browse files Browse the repository at this point in the history
Closes #1828.
  • Loading branch information
wizjany committed Sep 13, 2021
1 parent 5b0fdb6 commit 51fa25d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -1651,6 +1651,8 @@ public static boolean isToolApplicable(Material toolMaterial, Material targetMat
return Tag.SIGNS.isTagged(targetMaterial);
case HONEYCOMB:
return isUnwaxedCopper(targetMaterial);
case LIGHT:
return targetMaterial == Material.LIGHT;
default:
return false;
}
Expand Down

0 comments on commit 51fa25d

Please sign in to comment.