mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-04 23:07:44 +01:00
Fix snow breaking time with wrong tool and efficiency.
This commit is contained in:
parent
1cbc4ed16c
commit
d83d07c42a
@ -662,6 +662,7 @@ public class BlockProperties {
|
||||
if (!isValidTool && efficiency > 0){
|
||||
// Efficiency makes the tool.
|
||||
// (wood, sand, gravel, ice)
|
||||
if (blockId == Material.SNOW.getId()) return toolProps.toolType == ToolType.SPADE;
|
||||
if (blockId == Material.WOOL.getId()) return true;
|
||||
if (blockProps.hardness <= 2
|
||||
&& (blockProps.tool.toolType == ToolType.AXE
|
||||
|
Loading…
Reference in New Issue
Block a user