This repository was archived by the owner on Feb 19, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed
Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ compileJava {
3030}
3131
3232minecraft {
33- version = ' 1.12.1 '
34- runDir = ' run '
33+ version = project . gameVersion
34+ mappings = project . mappings
3535 tweakClass = ' me.zero.client.load.ClientTweaker'
36- mappings = ' snapshot_20170805 '
36+ runDir = ' run '
3737
3838 makeObfSourceJar = false
3939}
@@ -55,7 +55,7 @@ repositories {
5555dependencies {
5656 compile ' com.github.ZeroMemes:Alpine:1.4'
5757 compile ' net.jodah:typetools:0.5.0'
58- compile(' org.spongepowered:mixin:0.6.10 -SNAPSHOT' ) {
58+ compile(' org.spongepowered:mixin:0.7.1 -SNAPSHOT' ) {
5959 exclude module : ' launchwrapper'
6060 exclude module : ' guava'
6161 exclude module : ' gson'
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright 2017 ZeroMemes
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License");
5+ # you may not use this file except in compliance with the License.
6+ # You may obtain a copy of the License at
7+ #
8+ # http://www.apache.org/licenses/LICENSE-2.0
9+ #
10+ # Unless required by applicable law or agreed to in writing, software
11+ # distributed under the License is distributed on an "AS IS" BASIS,
12+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ # See the License for the specific language governing permissions and
14+ # limitations under the License.
15+ #
16+
17+ gameVersion = 1.12.1
18+ mappings = snapshot_20170805
You can’t perform that action at this time.
0 commit comments