This commit is contained in:
parent
523fe78c25
commit
5f181dd9fc
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ public class PvpInfo extends Feature {
|
|||
|
||||
private final ArrayList<String> names = new ArrayList<>();
|
||||
private final ArrayList<String> newnames = new ArrayList<>();
|
||||
private HashMap<String, Integer> popList = new HashMap<>();
|
||||
private final HashMap<String, Integer> popList = new HashMap<>();
|
||||
|
||||
@Config("Totem Pops")
|
||||
public boolean totemPops;
|
||||
|
|
|
@ -63,6 +63,6 @@ public class FastBreak extends Feature {
|
|||
}
|
||||
|
||||
private boolean isNotUnbreakable(BlockPos pos) {
|
||||
return mc.world.getBlockState(pos).getBlock().getBlockHardness(mc.world.getBlockState(pos), Minecraft.getMinecraft().world, pos) != -1;
|
||||
return mc.world.getBlockState(pos).getBlockHardness(Minecraft.getMinecraft().world, pos) != -1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue