Skip to content

Commit

Permalink
BlockCracker fix for infested stone bricks
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed Jan 24, 2020
1 parent 055391e commit 7b8c90d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.txt
@@ -1,4 +1,6 @@
Version 2.1.113
Fixed bug where BlockCracker didn't work on infested_stone_bricks
Fixed a bug where beacons could be duplicated
Check player's PTP world permissions before executing a party teleport
Use ThreadedLocalRandom for RNG utils, random is seeded, thus creating new instances of Random breaks randomness

Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/gmail/nossr50/util/MaterialMapStore.java
Expand Up @@ -170,6 +170,8 @@ private void fillShroomyWhiteList()
private void fillBlockCrackerWhiteList()
{
blockCrackerWhiteList.add("stone_bricks");
blockCrackerWhiteList.add("infested_stone_bricks");

}

private void fillHerbalismAbilityBlackList()
Expand Down

0 comments on commit 7b8c90d

Please sign in to comment.