We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ebdcc commit bdd2d17Copy full SHA for bdd2d17
src/main/java/us/thezircon/play/autopickup/listeners/BlockBreakEventListener.java
@@ -161,7 +161,7 @@ public void run() {
161
162
// Upgradable Hoppers Patch
163
if (block.getState() instanceof Hopper && AutoPickup.usingUpgradableHoppers) {
164
- NamespacedKey upgHoppers = new NamespacedKey(PLUGIN.getServer().getPluginManager().getPlugin("UpgradeableHoppers"), "upgradeablehoppers:o");
+ NamespacedKey upgHoppers = new NamespacedKey(PLUGIN.getServer().getPluginManager().getPlugin("UpgradeableHoppers"), "o");
165
Container con = (Container) block.getState();
166
if (con.getPersistentDataContainer().getKeys().contains(upgHoppers)) {
167
return;
0 commit comments