Skip to content

Commit

Permalink
Forge request
Browse files Browse the repository at this point in the history
  • Loading branch information
DuchLord committed Nov 17, 2016
1 parent ffae01f commit eeb9ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 nessasary things for Forge to be setup.


version = "1.10.2-1.1.1a"
version = "1.11-1.1.1a"
group = "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "TreeChopper"

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 @@ -21,7 +21,7 @@
* Created by Duchy on 8/11/2016.
*/

@Mod(modid = TreeChopper.MODID, version = TreeChopper.VERSION, guiFactory = "treechopper.client.gui.GuiFactory")
@Mod(modid = TreeChopper.MODID, version = TreeChopper.VERSION, dependencies = "required-after:forge@[13.19.0.2130,)", guiFactory = "treechopper.client.gui.GuiFactory")

public class TreeChopper {
public static SimpleNetworkWrapper network;
Expand Down

0 comments on commit eeb9ff8

Please sign in to comment.