Skip to content

Add support for 26.1 being completely unobfuscated#180

Merged
wagyourtail merged 2 commits intounimined:lts/1.3from
hypherionmc:1.3-unobfuscatedmc
Jan 3, 2026
Merged

Add support for 26.1 being completely unobfuscated#180
wagyourtail merged 2 commits intounimined:lts/1.3from
hypherionmc:1.3-unobfuscatedmc

Conversation

@hypherionmc
Copy link
Contributor

@hypherionmc hypherionmc commented Dec 21, 2025

This PR adds support for 26.1 and newer that is now completely obfuscated.

I had to update ASM as well to support java 25, which is now the required version for MC

I tested against 1.21.9-11 and 26.1-snapshot-1 and they all seemed to function fine.

Example of a 26.1 workspace setup for fabric:

unimined.minecraft(sourceSets["main"], false) {
    version("26.1-snapshot-1")

    fabric {
        loader("0.18.1")
    }

    // NOT NEEDED
    //mappings {
    //    mojmap()
    //}
}

@wagyourtail wagyourtail merged commit b1ae3b6 into unimined:lts/1.3 Jan 3, 2026
40 of 52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants