This repository was archived by the owner on Apr 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
java/me/zeroeightsix/kami Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx3G
22modGroup =me.zeroeightsix
3- modVersion =1.1.5-beta
3+ modVersion =1.1.5
44modBaseName =kamiblue
55forgeVersion =1.12.2-14.23.5.2847
66mcpVersion =stable_39
Original file line number Diff line number Diff line change 1- -beta
1+
Original file line number Diff line number Diff line change 1- v1.1.4
1+ v1.1.5
Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ public class KamiMod {
7070
7171 public static final String MODNAME = "KAMI Blue" ;
7272 public static final String MODID = "kamiblue" ;
73- public static final String MODVER = "v1.1.5-beta " ; // this is changed to v1.x.x-commit for debugging during travis releases
74- public static final String MODVERSMALL = "v1.1.5-beta " ; // shown to the user
75- public static final String MODVERBROAD = "v1.1.4 " ; // used for update checking
73+ public static final String MODVER = "v1.1.5" ; // this is changed to v1.x.x-commit for debugging during travis releases
74+ public static final String MODVERSMALL = "v1.1.5" ; // shown to the user
75+ public static final String MODVERBROAD = "v1.1.5 " ; // used for update checking
7676
7777 public static final String MCVER = "1.12.2" ;
7878
Original file line number Diff line number Diff line change 33 "modid" : " kamiblue" ,
44 "name" : " KAMI Blue\n " ,
55 "description" : " カミブル \n A Minecraft utility mod for anarchy servers \n Written by 086 and continued by dominikaaaa\n " ,
6- "version" : " 1.1.5-beta " ,
6+ "version" : " 1.1.5" ,
77 "mcversion" : " 1.12.2" ,
88 "logoFile" : " kami.png" ,
99 "url" : " https://github.com/kami-blue/client" ,
You can’t perform that action at this time.
0 commit comments