mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
Update to 1.11.2
This commit is contained in:
parent
aa0e2e1230
commit
cae2de5185
1 changed files with 4 additions and 5 deletions
|
@ -24,18 +24,17 @@ apply plugin: 'net.minecraftforge.gradle.liteloader'
|
|||
apply plugin: 'org.spongepowered.mixin'
|
||||
|
||||
group = 'com.minelittlepony'
|
||||
version = '1.11.0.3'
|
||||
version = '1.11.2.0-SNAPSHOT'
|
||||
description = 'Mine Little Pony'
|
||||
|
||||
targetCompatibility = 1.8
|
||||
sourceCompatibility = 1.8
|
||||
|
||||
minecraft {
|
||||
version = "1.11"
|
||||
// first snapshot for 1.11. Change to stable when possible.
|
||||
mappings = 'snapshot_20161120'
|
||||
version = "1.11.2"
|
||||
mappings = 'snapshot_20161224'
|
||||
runDir = 'run'
|
||||
replace '@VERSION@',project.version
|
||||
replace '@VERSION@', project.version
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
|
Loading…
Reference in a new issue