We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc86e9 commit 68ad1e0Copy full SHA for 68ad1e0
src/main/java/net/minecraftforge/common/ForgeVersion.java
@@ -39,7 +39,7 @@ public class ForgeVersion
39
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
40
public static final int buildVersion = 0;
41
// This is the minecraft version we're building for - used in various places in Forge/FML code
42
- public static final String mcVersion = "1.9";
+ public static final String mcVersion = "1.9.4";
43
// This is the MCP data version we're using
44
public static final String mcpVersion = "9.23";
45
@SuppressWarnings("unused")
0 commit comments