diff --git a/build.gradle b/build.gradle index 1ee97ba0..3ff6b6ed 100755 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,9 @@ minecraft { runDir = "eclipse" mappings = "snapshot_nodoc_20141130" replace '@MOD_VERSION@', project.version - replace '@MC_VERSION@', project.minecraft.version + // Includes intentional whitespace to stop Forge from declaring the mod to be compatible with + // a newer srg-compatible MC version (that may be using a different protocol version) + replace '@MC_VERSION@', "[ ${project.minecraft.version} ]" } repositories {