This repository was archived by the owner on Jan 3, 2020. It is now read-only.
File tree 2 files changed +8
-9
lines changed
src/main/java/org/devinprogress/uniskinmod/coremod
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,23 @@ buildscript {
7
7
}
8
8
}
9
9
dependencies {
10
- classpath ' net.minecraftforge.gradle:ForgeGradle:2.1 -SNAPSHOT'
10
+ classpath ' net.minecraftforge.gradle:ForgeGradle:2.2 -SNAPSHOT'
11
11
}
12
12
}
13
13
apply plugin : ' net.minecraftforge.gradle.forge'
14
14
15
15
sourceCompatibility = 1.6
16
16
targetCompatibility = 1.6
17
17
18
- version = " 1.4-dev2 "
18
+ version = " 1.4-dev3 "
19
19
group = " org.devinprogress.uniskinmod"
20
- archivesBaseName = " UniSkinMod-1.9-forge1865 "
20
+ archivesBaseName = " UniSkinMod-1.9.4-forge1909 "
21
21
22
22
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.
27
27
}
28
28
29
29
jar {
@@ -56,4 +56,3 @@ processResources
56
56
exclude ' mcmod.info'
57
57
}
58
58
}
59
-
Original file line number Diff line number Diff line change 4
4
5
5
import java .util .Map ;
6
6
7
- @ IFMLLoadingPlugin .MCVersion ("1.9" )
7
+ @ IFMLLoadingPlugin .MCVersion ("1.9.4 " )
8
8
public class UniSkinAsmLoader implements IFMLLoadingPlugin {
9
9
10
10
@ Override
You can’t perform that action at this time.
0 commit comments