Bump to Minecraft 1.12.2

This commit is contained in:
Ryan Liptak 2017-09-19 03:49:38 -07:00
parent 4c8aec4f73
commit d114e65c56
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
minecraft {
version = "14.22.0.2446"
version = "14.23.0.2486"
mappings = "snapshot_20170625"
runDir = "run"

View File

@ -10,7 +10,7 @@ import org.objectweb.asm.tree.*;
import java.util.Map;
@IFMLLoadingPlugin.MCVersion("1.12.1")
@IFMLLoadingPlugin.MCVersion("1.12.2")
public class ASMPlugin implements IFMLLoadingPlugin, IClassTransformer
{
public static boolean isObfuscated = false;

View File

@ -10,7 +10,7 @@ import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
@Mod(modid = ModInfo.MODID, version = ModInfo.VERSION, name="Squake", acceptedMinecraftVersions="[1.12,1.13)", dependencies = "after:squeedometer")
@Mod(modid = ModInfo.MODID, version = ModInfo.VERSION, name="Squake", acceptedMinecraftVersions="[1.12.2]", dependencies = "after:squeedometer")
public class ModQuakeMovement
{
// The instance of your mod that Forge uses.