Skip to content
This repository was archived by the owner on Jan 3, 2020. It is now read-only.

Commit 713ff11

Browse files
committed
update to 1.9.4
1 parent 0e9b139 commit 713ff11

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Diff for: build.gradle

+7-8
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ buildscript {
77
}
88
}
99
dependencies {
10-
classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT'
10+
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
1111
}
1212
}
1313
apply plugin: 'net.minecraftforge.gradle.forge'
1414

1515
sourceCompatibility = 1.6
1616
targetCompatibility = 1.6
1717

18-
version = "1.4-dev2"
18+
version = "1.4-dev3"
1919
group = "org.devinprogress.uniskinmod"
20-
archivesBaseName = "UniSkinMod-1.9-forge1865"
20+
archivesBaseName = "UniSkinMod-1.9.4-forge1909"
2121

2222
minecraft {
23-
version = "1.9-12.16.0.1865-1.9"
24-
runDir = "../gameDir"
25-
mappings = "snapshot_20160419"
26-
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
23+
version = "1.9.4-12.17.0.1909-1.9.4"
24+
runDir = "run"
25+
mappings = "snapshot_20160520"
26+
makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
2727
}
2828

2929
jar {
@@ -56,4 +56,3 @@ processResources
5656
exclude 'mcmod.info'
5757
}
5858
}
59-

Diff for: src/main/java/org/devinprogress/uniskinmod/coremod/UniSkinAsmLoader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import java.util.Map;
66

7-
@IFMLLoadingPlugin.MCVersion("1.9")
7+
@IFMLLoadingPlugin.MCVersion("1.9.4")
88
public class UniSkinAsmLoader implements IFMLLoadingPlugin {
99

1010
@Override

0 commit comments

Comments
 (0)