Skip to content

Commit

Permalink
Updated to Minecraft 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joserobjr committed Nov 9, 2016
1 parent fec9d00 commit 375b90f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion GuiLib
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ buildscript {
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT'
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
}
}

apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.9.0.0"
version = "1.9.4.0"
group= "com.mcf.davidee"
archivesBaseName = "AutoJoin"

minecraft {
version = "1.9-12.16.1.1887"
version = "1.9.4-12.17.0.2051"
runDir = "run"
mappings = 'stable_24'
mappings = 'stable_26'
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/mcf/davidee/autojoin/AutoJoin.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
@Mod(modid="AutoJoin", name="Auto Join", version=AutoJoin.VERSION, dependencies="after:guilib")
public class AutoJoin {

public static final int PROTOCOL_VER = 107;
public static final String VERSION = "1.9.0.0";
public static final int PROTOCOL_VER = 110;
public static final String VERSION = "1.9.4.0";

@Instance("AutoJoin")
public static AutoJoin instance;
Expand Down

0 comments on commit 375b90f

Please sign in to comment.