1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 09:43:00 +01:00

BlockCracker fix for infested stone bricks

This commit is contained in:
nossr50
2020-01-24 00:56:16 -08:00
parent 055391e908
commit 7b8c90d362
2 changed files with 4 additions and 0 deletions

View File

@@ -170,6 +170,8 @@ public class MaterialMapStore {
private void fillBlockCrackerWhiteList()
{
blockCrackerWhiteList.add("stone_bricks");
blockCrackerWhiteList.add("infested_stone_bricks");
}
private void fillHerbalismAbilityBlackList()