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:
parent
a2229eaefe
commit
b09bac3d89
@ -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
|
||||
|
@ -18,6 +18,7 @@ public class ModGuiFactory implements IModGuiFactory{
|
||||
return null;
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
@Override
|
||||
public RuntimeOptionGuiHandler getHandlerFor(RuntimeOptionCategoryElement element){
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user