Skip to content

Suppress remap warning when namespaces match, fixes #1122 - #1148

Merged
Player3324 merged 1 commit into
FabricMC:masterfrom
braniik:fix/1122-suppress-remap-warning
May 19, 2026
Merged

Suppress remap warning when namespaces match, fixes #1122#1148
Player3324 merged 1 commit into
FabricMC:masterfrom
braniik:fix/1122-suppress-remap-warning

Conversation

@braniik

@braniik braniik commented May 3, 2026

Copy link
Copy Markdown
Contributor

Fixes #1122

Adds a namespace check before the remapClasspathFile warning in
FabricLoaderImpl.setup(). The warning is now only logged when
getRuntimeNamespace() differs from getDefaultModDistributionNamespace(),
meaning remapping was actually needed. When namespaces match the warning is silently skipped.

Tested locally against Minecraft 26.1.2.

@Player3324
Player3324 merged commit a16c6d6 into FabricMC:master May 19, 2026
3 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.

Loader logs a missing mappings warning in unobfuscated Minecraft versions

2 participants