OpenBagTwo/LighterEnd

Switch to Mojmappings

開放

#102 建立於 2025年11月1日

 (1 則留言) (0 個反應) (0 位負責人)Java (6 個分叉)auto 404
good first issuetech debt

倉庫指標

星標
 (8 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

As Mojang is removing obfuscation from Minecraft Java, the Fabric team has made the decision to discontinue the Yarn project snd advises all mod developers to switch to Mojmappings in advance of the release of 1.21.11

Luckily, that's super easy to do—Loom has a migrateMappings Gradle task that I've already been relying on heavily to help port Better End and BCLib methods to LE's codebase (on that note: this will make future porting of BE features quite a bit simpler).

The biggest challenge here is going to be applying the remappings to the backports while keeping the Git history clean—and having the backports strictly ahead of the primary branch. But that's nothing a little soft resetting and interactive rebasing shouldn't be able to solve.

貢獻者指南