Update to 1.10.2

This commit is contained in:
squeek 2016-08-01 11:09:22 -07:00
parent 17a0ffc9e1
commit 9e467cb700
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
minecraft {
version = "1.9.4-12.17.0.1962"
version = "1.10.2-12.18.1.2044"
mappings = "snapshot_20160518"
runDir = "run"
@ -42,10 +42,10 @@ processResources {
repositories {
ivy {
name "PlayerAPI"
artifactPattern "http://addons-origin.cursecdn.com/files/2318/180/[module]-[revision].[ext]"
artifactPattern "http://addons.curse.cursecdn.com/files/2320/23/[module]-[revision].[ext]"
}
}
dependencies {
deobfCompile group: 'playerapi', name: 'PlayerAPI', version: '1.9.4-1.0', ext: 'jar'
deobfCompile group: 'playerapi', name: 'PlayerAPI', version: '1.10.2-1.0', ext: 'jar'
}

View File

@ -14,7 +14,7 @@ import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import net.minecraftforge.fml.relauncher.Side;
@Mod(modid = ModInfo.MODID, version = ModInfo.VERSION, acceptedMinecraftVersions="[1.9,1.10)", dependencies = "required-after:PlayerAPI;after:Squeedometer")
@Mod(modid = ModInfo.MODID, version = ModInfo.VERSION, acceptedMinecraftVersions="[1.10,1.11)", dependencies = "required-after:PlayerAPI;after:Squeedometer")
public class ModQuakeMovement
{
// The instance of your mod that Forge uses.