mirror of
https://github.com/barkeser2002/Tenet.git
synced 2026-09-25 12:45:59 +03:00
12 lines
651 B
Diff
12 lines
651 B
Diff
--- ../src-base/minecraft/net/minecraftforge/common/ForgeVersion.java
|
|
+++ ../src-work/minecraft/net/minecraftforge/common/ForgeVersion.java
|
|
@@ -25,7 +25,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 = 4;
|
|
//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 = 1614;
|
|
|
|
private static Status status = PENDING;
|
|
private static String target = null;
|