Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pound sign in mod info string fails to parse #96

Open
wispborne opened this issue Jan 18, 2023 · 0 comments
Open

Pound sign in mod info string fails to parse #96

wispborne opened this issue Jan 18, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@wispborne
Copy link
Owner

{
   "id":"LLI",
    "name":"LouLan Industries",
    "author": "Fractal Softworks Forum id-IMustRegroupMyForces, Discord id-Komeiji Satori#0313",
    "version":"1.6.6",
    "description":"Add a new faction--LouLan Industries",
    "gameVersion":"0.95.1a-RC6",
    "jars":["jar/LLI.jar"],
    "modPlugin": "data.SSPModPlugin",
      "dependencies": [ {
            "id": "lw_lazylib",
            "name": "LazyLib",

        },
        {
            "id": "shaderLib",
            "name": "GraphicsLib",

        },
        {
            "id": "MagicLib",
            "name": "MagicLib",

        },
    ],
}

Expected valid string character at 4:86

@wispborne wispborne added the bug Something isn't working label Jan 18, 2023
@wispborne wispborne self-assigned this Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant