Jump to content

Needing little help here!


E4RU

Recommended Posts

Hello there i am having problems to insert: -Dfml.ignoreInvalidMinecraftCertificates=true in to my version.json i am just wondering where i should exactly put it :) 

 

Here is my version.json (custom modpack)

{

    "minecraftArguments": "--username ${auth_player_name} --session ${auth_session} --version ${version_name} --gameDir ${game_directory} --assetsDir ${game_assets} --tweakClass cpw.mods.fml.common.launcher.FMLTweaker",
    "libraries": [
        {
            "url": "http://files.minecraftforge.net/maven/",
            "name": "net.minecraftforge:minecraftforge:9.11.1.965"
        },
        {
            "serverreq": true,
            "name": "net.minecraft:launchwrapper:1.8"
        },
        {
            "serverreq": true,
            "name": "org.ow2.asm:asm-all:4.1"
        },
        {
            "comment": "Important for Forge, we add this",
            "serverreq": true,
            "name": "org.scala-lang:scala-library:2.10.2",
            "url": "http://files.minecraftforge.net/maven/",
            "checksums": [
                "6ba65d12cd09d441083262d6f73d2257fec7c663",
                "65de4339eaed1c3675485fb03a3532fecfd8e8cd"
            ],
            "clientreq": true
        },
        {
            "comment": "Important for Forge, we add this",
            "serverreq": true,
            "name": "org.scala-lang:scala-compiler:2.10.2",
            "url": "http://files.minecraftforge.net/maven/",
            "checksums": [
                "64c8b1380cc53d6850823d6e4e7ae984aa44ef9c",
                "99fd0ffb66f3088b0cd1071315fd5eb2b2b070ff"
            ],
            "clientreq": true
        },
        {
            "serverreq": true,
            "name": "lzma:lzma:0.0.1"
        },
        {
            "serverreq": true,
            "name": "net.sf.jopt-simple:jopt-simple:4.5"
        },
        {
            "name": "com.paulscode:codecjorbis:20101023"
        },
        {
            "name": "com.paulscode:codecwav:20101023"
        },
        {
            "name": "com.paulscode:libraryjavasound:20101123"
        },
        {
            "name": "com.paulscode:librarylwjglopenal:20100824"
        },
        {
            "name": "com.paulscode:soundsystem:20120107"
        },
        {
            "name": "argo:argo:2.25_fixed"
        },
        {
            "name": "org.bouncycastle:bcprov-jdk15on:1.47"
        },
        {
            "name": "com.google.guava:guava:14.0"
        },
        {
            "name": "org.apache.commons:commons-lang3:3.1"
        },
        {
            "name": "commons-io:commons-io:2.4"
        },
        {
            "name": "net.java.jinput:jinput:2.0.5"
        },
        {
            "name": "net.java.jutils:jutils:1.0.0"
        },
        {
            "name": "com.google.code.gson:gson:2.2.2"
        },
        {
            "rules": [
                {
                    "action": "allow"
                },
                {
                    "action": "disallow",
                    "os": {
                        "version": "^10.5.d$",
                        "name": "osx"
                    }
                }
            ],
            "name": "org.lwjgl.lwjgl:lwjgl:2.9.0"
        },
        {
            "rules": [
                {
                    "action": "allow"
                },
                {
                    "action": "disallow",
                    "os": {
                        "version": "^10.5.d$",
                        "name": "osx"
                    }
                }
            ],
            "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.0"
        },
        {
            "rules": [
                {
                    "action": "allow"
                },
                {
                    "action": "disallow",
                    "os": {
                        "version": "^10.5.d$",
                        "name": "osx"
                    }
                }
            ],
            "extract": {
                "exclude": [
                    "META-INF/"
                ]
            },
            "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.0",
            "natives": {
                "windows": "natives-windows",
                "osx": "natives-osx",
                "linux": "natives-linux"
            }
        },
        {
            "rules": [
                {
                    "action": "allow",
                    "os": {
                        "version": "^10.5.d$",
                        "name": "osx"
                    }
                }
            ],
            "name": "org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3"
        },
        {
            "rules": [
                {
                    "action": "allow",
                    "os": {
                        "version": "^10.5.d$",
                        "name": "osx"
                    }
                }
            ],
            "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20130708-debug3"
        },
        {
            "rules": [
                {
                    "action": "allow",
                    "os": {
                        "version": "^10.5.d$",
                        "name": "osx"
                    }
                }
            ],
            "extract": {
                "exclude": [
                    "META-INF/"
                ]
            },
            "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20130708-debug3",
            "natives": {
                "windows": "natives-windows",
                "osx": "natives-osx",
                "linux": "natives-linux"
            }
        },
        {
            "extract": {
                "exclude": [
                    "META-INF/"
                ]
            },
            "name": "net.java.jinput:jinput-platform:2.0.5",
            "natives": {
                "windows": "natives-windows",
                "osx": "natives-osx",
                "linux": "natives-linux"
            }
        }
    ],
    "mainClass": "net.minecraft.launchwrapper.Launch",
    "minimumLauncherVersion": 4,
    "time": "2013-12-18T00:41:38-0500",
    "id": "1.6.4-Forge9.11.1.965",
    "type": "release",
    "processArguments": "username_session_version",
    "releaseTime": "1960-01-01T00:00:00-0700"
}
Link to comment
Share on other sites

  • Discord Moderator

This:

{
    "minecraftArguments": "--username ${auth_player_name} --session ${auth_session} --version ${version_name} --gameDir ${game_directory} --assetsDir ${game_assets} --tweakClass cpw.mods.fml.common.launcher.FMLTweaker",

would become:

{
    "minecraftArguments": "--username ${auth_player_name} --session ${auth_session} --version ${version_name} --gameDir ${game_directory} --assetsDir ${game_assets} --tweakClass cpw.mods.fml.common.launcher.FMLTweaker -Dfml.ignoreInvalidMinecraftCertificates=true",

Please use a pastebin or spoiler tag for long copy/paste content.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...