mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-05 18:19:38 +01:00
Update ModuleBlockBreak.java
Fix a bug with PaperMC, if we destroy with hopper, he dont drop item.
This commit is contained in:
parent
5347d28cf0
commit
1605df3cae
@ -109,7 +109,7 @@ public class ModuleBlockBreak extends Module {
|
|||||||
waterlogged = true;
|
waterlogged = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
above.breakNaturally();
|
above.breakNaturally(new ItemStack(Material.DIAMOND_PICKAXE));
|
||||||
|
|
||||||
if (waterlogged)
|
if (waterlogged)
|
||||||
above.setType(Material.WATER);
|
above.setType(Material.WATER);
|
||||||
|
Loading…
Reference in New Issue
Block a user