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

Commit 7e7f362

Browse files
committed
update to forge 1865
1 parent 94f8a72 commit 7e7f362

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Universal Skin Mod
22
This is a mod for Minecraft, allowing players to select any "SkinServer" they like.
33

4-
Current version is v1.4-dev1 for Minecraft 1.9
4+
Current version is v1.4-dev2 for Minecraft 1.9
55

66
### Features
77

build.gradle

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ buildscript {
1212
}
1313
apply plugin: 'net.minecraftforge.gradle.forge'
1414

15-
version = "1.4-dev1"
15+
sourceCompatibility = 1.6
16+
targetCompatibility = 1.6
17+
18+
version = "1.4-dev2"
1619
group = "org.devinprogress.uniskinmod"
17-
archivesBaseName = "UniSkinMod-1.9"
20+
archivesBaseName = "UniSkinMod-1.9-forge1865"
1821

1922
minecraft {
20-
version = "1.9-12.16.0.1770-1.9"
21-
runDir = "run"
22-
mappings = "snapshot_20160312"
23+
version = "1.9-12.16.0.1865-1.9"
24+
runDir = "../gameDir"
25+
mappings = "snapshot_20160419"
2326
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
2427
}
2528

0 commit comments

Comments
 (0)