Update to Minecraft 1.10.2
This commit is contained in:
@ -14,7 +14,7 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'org.spongepowered.plugin' version '0.5.2'
|
||||
id 'org.spongepowered.plugin' version '0.6'
|
||||
}
|
||||
|
||||
apply plugin: 'net.minecrell.vanilla.server.library'
|
||||
@ -35,8 +35,8 @@ sponge {
|
||||
}
|
||||
|
||||
minecraft {
|
||||
version = "1.10"
|
||||
mappings = 'snapshot_20160619'
|
||||
version = "1.10.2"
|
||||
mappings = 'snapshot_20160628'
|
||||
runDir = 'run'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user