mirror of
https://github.com/squeek502/Squake.git
synced 2025-09-08 11:37:54 -04:00
Bump to Minecraft 1.12.2
This commit is contained in:
parent
4c8aec4f73
commit
d114e65c56
@ -14,7 +14,7 @@ buildscript {
|
|||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "14.22.0.2446"
|
version = "14.23.0.2486"
|
||||||
mappings = "snapshot_20170625"
|
mappings = "snapshot_20170625"
|
||||||
runDir = "run"
|
runDir = "run"
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ import org.objectweb.asm.tree.*;
|
|||||||
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
@IFMLLoadingPlugin.MCVersion("1.12.1")
|
@IFMLLoadingPlugin.MCVersion("1.12.2")
|
||||||
public class ASMPlugin implements IFMLLoadingPlugin, IClassTransformer
|
public class ASMPlugin implements IFMLLoadingPlugin, IClassTransformer
|
||||||
{
|
{
|
||||||
public static boolean isObfuscated = false;
|
public static boolean isObfuscated = false;
|
||||||
|
@ -10,7 +10,7 @@ import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
|
|||||||
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
|
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
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
|
public class ModQuakeMovement
|
||||||
{
|
{
|
||||||
// The instance of your mod that Forge uses.
|
// The instance of your mod that Forge uses.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user