We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67649b9 commit 1fdb0dbCopy full SHA for 1fdb0db
build.properties
@@ -1,6 +1,6 @@
1
minecraft.version=1.12.2
2
forge.version=14.23.5.2768
3
-mod.version=3.0.13
+mod.version=3.0.14
4
jei.version=4.14.1.235
5
waila.version=1.8.20-B35_1.12
6
rs.version=1.6.13-362
src/main/java/org/dave/compactmachines3/CompactMachines3.java
@@ -36,7 +36,7 @@
36
public class CompactMachines3
37
{
38
public static final String MODID = "compactmachines3";
39
- public static final String VERSION = "3.0.13";
+ public static final String VERSION = "3.0.14";
40
41
@Mod.Instance(CompactMachines3.MODID)
42
public static CompactMachines3 instance;
0 commit comments