Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit 3734654

Browse files
author
LeafHacker
committed
Update mappings, release version to 2.0
- Use the latest mappings from MCP - Release as 2.0, since we are on 1.12 now.
1 parent 10ef9c4 commit 3734654

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'net.minecraftforge.gradle.tweaker-client'
2626
apply plugin: 'org.spongepowered.mixin'
2727
apply plugin: 'com.github.johnrengelman.shadow'
2828

29-
version '1.0'
29+
version '2.0'
3030
group 'me.zero.api'
3131

3232
sourceCompatibility = targetCompatibility = '1.8' // Needed so Eclipse task generates correctly
@@ -38,7 +38,7 @@ minecraft {
3838
version = '1.12'
3939
runDir = 'run'
4040
tweakClass = 'me.zero.client.load.ClientTweaker'
41-
mappings = 'snapshot_20170615'
41+
mappings = 'snapshot_20170628'
4242

4343
makeObfSourceJar = true
4444
}

0 commit comments

Comments
 (0)