Skip to content

Add support for 26.1 being completely unobfuscated#179

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

Add support for 26.1 being completely unobfuscated#179
wagyourtail merged 3 commits intounimined:lts/1.4from
hypherionmc:1.4-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 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 d190ab1 into unimined:lts/1.4 Jan 3, 2026
78 of 85 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