1
0
mirror of https://github.com/chylex/Better-Sprinting.git synced 2025-04-09 18:15:41 +02:00

Update build.gradle to latest 1.10.2 version

This commit is contained in:
chylex 2016-08-14 01:51:46 +02:00
parent a2229eaefe
commit b09bac3d89
2 changed files with 2 additions and 1 deletions
build.gradle
src/main/java/chylex/bettersprinting/client/gui

View File

@ -27,7 +27,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
minecraft{
version = "1.10-12.18.0.1986-1.10.0"
version = "1.10.2-12.18.1.2061"
runDir = "run"
mappings = "snapshot_20160518"
makeObfSourceJar = false

View File

@ -18,6 +18,7 @@ public class ModGuiFactory implements IModGuiFactory{
return null;
}
@SuppressWarnings("deprecation")
@Override
public RuntimeOptionGuiHandler getHandlerFor(RuntimeOptionCategoryElement element){
return null;