This repository was archived by the owner on Apr 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
java/me/zeroeightsix/kami Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx3G
2
2
modGroup =me.zeroeightsix
3
- modVersion =1.11 .xx-dev
3
+ modVersion =1.12 .xx-dev
4
4
modBaseName =kamiblue
5
5
forgeVersion =1.12.2-14.23.5.2847
6
6
mcpVersion =stable_39
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ public class KamiMod {
34
34
35
35
public static final String NAME = "KAMI Blue" ;
36
36
public static final String ID = "kamiblue" ;
37
- public static final String VERSION = "1.11 .xx-dev" ; // Used for debugging. R.MM.DD-hash format.
38
- public static final String VERSION_SIMPLE = "1.11 .xx-dev" ; // Shown to the user. R.MM.DD[-beta] format.
39
- public static final String VERSION_MAJOR = "1.11 .01" ; // Used for update checking. RR.MM.01 format.
37
+ public static final String VERSION = "1.12 .xx-dev" ; // Used for debugging. R.MM.DD-hash format.
38
+ public static final String VERSION_SIMPLE = "1.12 .xx-dev" ; // Shown to the user. R.MM.DD[-beta] format.
39
+ public static final String VERSION_MAJOR = "1.12 .01" ; // Used for update checking. RR.MM.01 format.
40
40
public static final int BUILD_NUMBER = -1 ; // Do not remove, currently unused but will be used in the future.
41
41
42
42
public static final String APP_ID = "638403216278683661" ;
Original file line number Diff line number Diff line change 3
3
"modid" : " kamiblue" ,
4
4
"name" : " KAMI Blue" ,
5
5
"description" : " カミブル \n A Minecraft utility mod for anarchy servers \n Written by 086 and continued by l1ving\n " ,
6
- "version" : " 1.11 .xx-dev" ,
6
+ "version" : " 1.12 .xx-dev" ,
7
7
"mcversion" : " 1.12.2" ,
8
8
"logoFile" : " kami.png" ,
9
9
"url" : " https://github.com/kami-blue/client" ,
You can’t perform that action at this time.
0 commit comments