mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-02-18 05:11:38 +01:00
parent
5b0fdb6801
commit
51fa25dd03
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user