mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 03:04:44 +02:00
2.1.117
This commit is contained in:
@ -147,7 +147,7 @@ public class MiningManager extends SkillManager {
|
||||
ores.add(blockState);
|
||||
}
|
||||
//Server bug that allows beacons to be duped when yield is set to 0
|
||||
else if(blockState.getType() != Material.BEACON) {
|
||||
else if(blockState.getType() != Material.BEACON && blockState.getType() != Material.SHULKER_BOX) {
|
||||
debris.add(blockState);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user