mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-06 15:58:12 +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){
|
if (!isValidTool && efficiency > 0){
|
||||||
// Efficiency makes the tool.
|
// Efficiency makes the tool.
|
||||||
// (wood, sand, gravel, ice)
|
// (wood, sand, gravel, ice)
|
||||||
|
if (blockId == Material.SNOW.getId()) return toolProps.toolType == ToolType.SPADE;
|
||||||
if (blockId == Material.WOOL.getId()) return true;
|
if (blockId == Material.WOOL.getId()) return true;
|
||||||
if (blockProps.hardness <= 2
|
if (blockProps.hardness <= 2
|
||||||
&& (blockProps.tool.toolType == ToolType.AXE
|
&& (blockProps.tool.toolType == ToolType.AXE
|
||||||
|
Loading…
Reference in New Issue
Block a user