Skip to content

Commit cbc3ebf

Browse files
committed
Remove unneeded mojmap modification
1 parent 32a95db commit cbc3ebf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/mapping/kotlin/xyz/wagyourtail/unimined/internal/mapping/MappingsProvider.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,6 @@ open class MappingsProvider(project: Project, minecraft: MinecraftConfig, subKey
321321

322322

323323
override fun mojmap() {
324-
// 26.1+ is unmapped, so we just use the "official" namespace
325-
if (minecraft.minecraftData.mcVersionCompare("1.21.11", minecraft.version) <= 0) {
326-
devNamespace("official")
327-
return
328-
}
329-
330324
mojmapIvy()
331325
val mappings = when (envType) {
332326
EnvType.CLIENT, EnvType.JOINED -> "client"

0 commit comments

Comments
 (0)