mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-14 22:56:18 +01:00
Protect signs against usage of (glowing) ink sac
This commit is contained in:
parent
5302bcb132
commit
7e817c3330
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user