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 baae66a commit a52ee22Copy full SHA for a52ee22
build.properties
@@ -1,6 +1,6 @@
1
minecraft.version=1.12.2
2
forge.version=14.23.5.2768
3
-mod.version=3.0.17
+mod.version=3.0.18
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
@@ -33,7 +33,7 @@
33
public class CompactMachines3
34
{
35
public static final String MODID = "compactmachines3";
36
- public static final String VERSION = "3.0.17";
+ public static final String VERSION = "3.0.18";
37
public static final String GUI_FACTORY = "org.dave.compactmachines3.misc.ConfigGuiFactory";
38
39
@Mod.Instance(CompactMachines3.MODID)
0 commit comments