mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-18 16:35:25 +01:00
parent
c88583c1c0
commit
06c9ea7068
@ -153,7 +153,7 @@ public class WoodcuttingManager extends SkillManager {
|
||||
break;
|
||||
|
||||
case LEAVES:
|
||||
Misc.randomDropItems(blockState.getLocation(), block.getDrops(), 10.0);
|
||||
Misc.dropItems(blockState.getLocation(), block.getDrops());
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user