Protect light from light.

Closes #1828.
This commit is contained in:
wizjany 2021-09-13 19:12:54 -04:00
parent 5b0fdb6801
commit 51fa25dd03
1 changed files with 2 additions and 0 deletions

View File

@ -1651,6 +1651,8 @@ public final class Materials {
return Tag.SIGNS.isTagged(targetMaterial);
case HONEYCOMB:
return isUnwaxedCopper(targetMaterial);
case LIGHT:
return targetMaterial == Material.LIGHT;
default:
return false;
}