Protect signs against usage of (glowing) ink sac

This commit is contained in:
JOO200 2021-07-10 11:09:05 +02:00
parent 5302bcb132
commit 7e817c3330
1 changed files with 2 additions and 0 deletions

View File

@ -1646,6 +1646,8 @@ public final class Materials {
case RED_DYE:
case WHITE_DYE:
case YELLOW_DYE:
case GLOW_INK_SAC:
case INK_SAC:
return Tag.SIGNS.isTagged(targetMaterial);
case HONEYCOMB:
return isUnwaxedCopper(targetMaterial);