Skip to content

Commit

Permalink
Forge update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Duchoň committed Sep 13, 2017
1 parent a75cf0d commit 333f6dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "1.12.1-1.2.2"
version = "1.12.1-1.2.3"
group = "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "TreeChopper"

Expand All @@ -21,7 +21,7 @@ compileJava {
}

minecraft {
version = "1.12.1-14.22.0.2459"
version = "1.12.1-14.22.1.2478"
runDir = "run"

// the mappings can be changed at any time, and must be in the following format.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/treechopper/core/TreeChopper.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class TreeChopper {

public static final String MOD_ID = "treechopper";
public static final String MOD_NAME = "Tree Chopper";
public static final String MOD_VERSION = "1.2.2";
public static final String MOD_VERSION = "1.2.3";
public static final String GUI_FACTORY = "treechopper.client.gui.GuiTCHFactory";
public static final String MOD_DEPENDENCIES = "required-after:forge@[14.22.0.2444,)";
public static SimpleNetworkWrapper m_Network;
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[{
"modid": "treechopper",
"name": "Tree Chopper",
"description": "Simple mod for chop down whole tree and much more.. \n\nRecommended forge version: 1.12.1 - 14.22.0.2459",
"version": "1.2.2",
"description": "Simple mod for chop down whole tree and much more.. \n\nRecommended forge version: 1.12.1 - 14.22.1.2478",
"version": "1.2.3",
"mcversion": "${version}",
"logoFile": "assets/treechopper/textures/logo.jpg",
"url": "https://minecraft.curseforge.com/projects/tree-chopper",
Expand Down

0 comments on commit 333f6dc

Please sign in to comment.