mirror of
https://github.com/songoda/EpicHoppers.git
synced 2025-02-27 09:11:51 +01:00
Level 1 hoppers will now drop regular hoppers.
This commit is contained in:
parent
4a82e19947
commit
2b4e34222b
@ -115,7 +115,7 @@ public class BlockListeners implements Listener {
|
||||
|
||||
Level level = hopper.getLevel();
|
||||
|
||||
if (level.getLevel() != 0) {
|
||||
if (level.getLevel() > 1) {
|
||||
event.setCancelled(true);
|
||||
ItemStack item = instance.newHopperItem(level);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user