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 450df53 commit 018a6a2Copy full SHA for 018a6a2
build.properties
@@ -1,6 +1,6 @@
1
minecraft.version=1.12.2
2
forge.version=14.23.5.2768
3
-mod.version=3.0.12
+mod.version=3.0.13
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
@@ -35,7 +35,7 @@
35
public class CompactMachines3
36
{
37
public static final String MODID = "compactmachines3";
38
- public static final String VERSION = "3.0.12";
+ public static final String VERSION = "3.0.13";
39
40
@Mod.Instance(CompactMachines3.MODID)
41
public static CompactMachines3 instance;
0 commit comments