mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 14:26:00 +03:00
12 lines
765 B
Diff
12 lines
765 B
Diff
--- ../src-base/minecraft/net/minecraftforge/common/ForgeVersion.java
|
|
+++ ../src-work/minecraft/net/minecraftforge/common/ForgeVersion.java
|
|
@@ -56,7 +56,7 @@
|
|
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
|
|
public static final int revisionVersion = 3;
|
|
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
|
|
- public static final int buildVersion = 0;
|
|
+ public static final int buildVersion = 2511;
|
|
// This is the minecraft version we're building for - used in various places in Forge/FML code
|
|
public static final String mcVersion = "1.10.2";
|
|
// This is the MCP data version we're using
|