File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java/net/minecraftforge/common Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class ForgeVersion
35
35
//This number is incremented every minecraft release, never reset
36
36
public static final int minorVersion = 15 ;
37
37
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
38
- public static final int revisionVersion = 0 ;
38
+ public static final int revisionVersion = 1 ;
39
39
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
40
40
public static final int buildVersion = 0 ;
41
41
// This is the minecraft version we're building for - used in various places in Forge/FML code
Original file line number Diff line number Diff line change 3
3
"modid": "mcp",
4
4
"name": "Minecraft Coder Pack",
5
5
"description": "Modding toolkit to decompile and deobfuscate the Minecraft client and server files.",
6
- "version": "9.18 ",
7
- "mcversion": "1.8.8 ",
6
+ "version": "9.19 ",
7
+ "mcversion": "1.8.9 ",
8
8
"logoFile": "/mcplogo.png",
9
9
"url": "http://www.modcoderpack.com/website/",
10
10
"updateUrl": "",
You can’t perform that action at this time.
0 commit comments