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 69018ca commit 68b7807Copy full SHA for 68b7807
build.properties
@@ -1,6 +1,6 @@
1
minecraft.version=1.12.2
2
forge.version=14.23.3.2669
3
-mod.version=3.0.11
+mod.version=3.0.12
4
jei.version=4.9.0.163
5
waila.version=1.8.20-B35_1.12
6
rs.version=1.5.23-1419
src/main/java/org/dave/compactmachines3/CompactMachines3.java
@@ -33,7 +33,7 @@
33
public class CompactMachines3
34
{
35
public static final String MODID = "compactmachines3";
36
- public static final String VERSION = "3.0.11";
+ public static final String VERSION = "3.0.12";
37
38
@Mod.Instance(CompactMachines3.MODID)
39
public static CompactMachines3 instance;
0 commit comments