Skip to content

Commit f4f3023

Browse files
committed
Upgradable > upgradeable
1 parent e7ce4f4 commit f4f3023

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/main/java/us/thezircon/play/autopickup/listeners/BlockBreakEventListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void onBreak(BlockBreakEvent e) {
6868

6969
// Upgradable Hoppers Patch
7070
if (block.getState() instanceof Hopper && AutoPickup.usingUpgradableHoppers) {
71-
if (block.getState().getBlockData().getAsString().contains("upgradablehoppers")) {
71+
if (block.getState().getBlockData().getAsString().contains("upgradeablehoppers")) {
7272
return;
7373
}
7474
}
Binary file not shown.

0 commit comments

Comments
 (0)