@EventHandler
public void invalidFingerprint(FMLFingerprintViolationEvent event) // NO_UCD (unused code)
{
// Check to see if fingerprint matches what we expect.
if (ModMetadata.FINGERPRINT.equals( ModMetadata.FINGERPRINT ))
{
LogWrapper.warning( "The copy of " + ModMetadata.NAME +
" that you are running passesd all verification and fingerprint checks. It has not been modified from original." );
}
else
{
LogWrapper.severe( "The copy of " + ModMetadata.NAME +
" that you are running has been modified from the original, and unpredictable things may happen. Please consider re-downloading the original version of the mod." );
}
}
ForgeMod.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:MC-MineAPI.Java
作者:
评论列表
文章目录