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

View File

@ -1646,6 +1646,8 @@ public static boolean isToolApplicable(Material toolMaterial, Material targetMat
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);