Giter Club home page Giter Club logo

Comments (6)

Pierce01 avatar Pierce01 commented on June 2, 2024 1

I apologize for the late response, I was dealing with finals. For now, use the technic version json (which is right under where you got this one) since that one is properly formatted. I'll go ahead and add this to my todo list on version json formats to support

from minecraftlauncher-core.

Pierce01 avatar Pierce01 commented on June 2, 2024

I'll look into this when I have the chance. Thank you!

from minecraftlauncher-core.

Pierce01 avatar Pierce01 commented on June 2, 2024

I'm a little confused, when providing a valid custom version json from fabric's website, everything downloads fine. Adding on, there's already native support for Forge.

This line here: https://github.com/Pierce01/MinecraftLauncher-core/blob/master/components/handler.js#L511
Allows custom libraries to download and get added to the final launch arguments.

Can you provide the version json you're providing that requires this fix?

from minecraftlauncher-core.

arduinka55055 avatar arduinka55055 commented on June 2, 2024

i am sorry, it doesnt download JAR, libraries are ok, wrong description
the version is [email protected]

https://i.imgur.com/WOmdnr4.jpg

from minecraftlauncher-core.

Pierce01 avatar Pierce01 commented on June 2, 2024

You should be using the technic format for the version json, as that file follows the vanilla version json structure. What version json for fabric are you using?

from minecraftlauncher-core.

arduinka55055 avatar arduinka55055 commented on June 2, 2024

as you may see it has only libs required by fabric, no downloads. inheritsFrom probably says to use 1.18.2 as some kind of dependency. merging fabric-loader and vanilla jsons solve that problem

{
    "id": "fabric-loader-0.13.3-1.18.2",
    "inheritsFrom": "1.18.2",
    "releaseTime": "2022-04-18T08:29:14+0000",
    "time": "2022-04-18T08:29:14+0000",
    "type": "release",
    "mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient",
    "arguments": {
        "game": [],
        "jvm": [
            "-DFabricMcEmu= net.minecraft.client.main.Main "
        ]
    },
    "libraries": [
        {
            "name": "net.fabricmc:tiny-mappings-parser:0.3.0+build.17",
            "url": "https://maven.fabricmc.net/"
        },
        {
            "name": "net.fabricmc:sponge-mixin:0.11.2+mixin.0.8.5",
            "url": "https://maven.fabricmc.net/"
        },
        {
            "name": "net.fabricmc:tiny-remapper:0.8.1",
            "url": "https://maven.fabricmc.net/"
        },
        {
            "name": "net.fabricmc:access-widener:2.1.0",
            "url": "https://maven.fabricmc.net/"
        },
        {
            "name": "org.ow2.asm:asm:9.2",
            "url": "https://maven.fabricmc.net/"
        },
        {
            "name": "org.ow2.asm:asm-analysis:9.2",
            "url": "https://maven.fabricmc.net/"
        },
        {
            "name": "org.ow2.asm:asm-commons:9.2",
            "url": "https://maven.fabricmc.net/"
        },
        {
            "name": "org.ow2.asm:asm-tree:9.2",
            "url": "https://maven.fabricmc.net/"
        },
        {
            "name": "org.ow2.asm:asm-util:9.2",
            "url": "https://maven.fabricmc.net/"
        },
        {
            "name": "net.fabricmc:intermediary:1.18.2",
            "url": "https://maven.fabricmc.net/"
        },
        {
            "name": "net.fabricmc:fabric-loader:0.13.3",
            "url": "https://maven.fabricmc.net/"
        }
    ]
}

from minecraftlauncher-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.