if(percentageComplete < 100) {
infoList.add(I18n.format("pneumaticHelmet.hacking.hacking") + " (" + percentageComplete + "%%)");
} else if(hackTime < requiredHackTime + 20) {
hackableBlock.addPostHackInfo(world, x, y, z, infoList, PneumaticCraft.proxy.getPlayer());
} else {
hackableBlock.addInfo(world, x, y, z, infoList, PneumaticCraft.proxy.getPlayer());
}
}
}
@Override