Add BowType metadata

This commit is contained in:
nossr50
2023-12-20 16:53:20 -08:00
parent 25952154e3
commit 23b8e0a28c
6 changed files with 41 additions and 8 deletions

View File

@@ -72,10 +72,10 @@ class WoodcuttingTest extends MMOTestEnvironment {
woodcuttingManager.processBonusDropCheck(blockState);
// verify bonus drops were spawned
// TODO: Can fail if triple drops happen, need to update test
Mockito.verify(woodcuttingManager, Mockito.times(1)).spawnHarvestLumberBonusDrops(blockState);
}
@Test
void harvestLumberShouldNotDoubleDrop() {
mmoPlayer.modifySkill(PrimarySkillType.WOODCUTTING, 0);