Skip to content

Changes

Started 1 hr 5 min ago
Took 51 sec on Builder

Summary

  1. Fix block cracker whitelist missing 4 crackable block types (commit: c457d3a) (details)
  2. Update Changelog.txt for block cracker whitelist fix (commit: 807b3e2) (details)
  3. Wire up Verdant Bounty triple drop passive for Herbalism (commit: eaf8bff) (details)
Commit c457d3a180256c51f9f81652ecfb06bf8d6ce620 by nossr50
Fix block cracker whitelist missing 4 crackable block types

deepslate_bricks, deepslate_tiles, polished_blackstone_bricks, and
nether_bricks were handled in blockCrackerCheck() but were absent from
fillBlockCrackerWhiteList(). The listener gates on affectedByBlockCracker()
which reads the whitelist, so those blocks could never be cracked.
(commit: c457d3a)
The file was modifiedsrc/main/java/com/gmail/nossr50/util/MaterialMapStore.java (diff)
Commit 807b3e29993108b8f3270fff5130f15219216720 by nossr50
Update Changelog.txt for block cracker whitelist fix
(commit: 807b3e2)
The file was modifiedChangelog.txt (diff)
Commit eaf8bffb63be6c9b2cac625d6a8202fcff8ef125 by nossr50
Wire up Verdant Bounty triple drop passive for Herbalism
(commit: eaf8bff)
The file was modifiedsrc/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java (diff)
The file was modifiedChangelog.txt (diff)