Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

updateIntermediary doesn't support v2 mappings #29

@Juuxel

Description

@Juuxel

It uses the v1 mapping parser, so it will crash if the intermediary is a tinyv2 file.

java.io.IOException: Invalid mapping version!
        at net.fabricmc.mappings.TinyMappings.<init>(TinyMappings.java:119)
        at net.fabricmc.mappings.MappingsProvider.readTinyMappings(MappingsProvider.java:36)
        at net.fabricmc.mappings.MappingsProvider.readTinyMappings(MappingsProvider.java:32)
        at net.fabricmc.stitch.commands.GenState.prepareUpdate(GenState.java:465)
        at net.fabricmc.stitch.commands.CommandUpdateIntermediary.run(CommandUpdateIntermediary.java:62)
        at net.fabricmc.stitch.Main.main(Main.java:71)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions