question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fabric API for 1.19 is incompatible with dev servers using Fabric API started by fabric-loom

See original GitHub issue

The following setup is incompatible:

Server: dev server started using fabric-loom runServer, only fabric-api added using modImplementation - the mod itself I used during my test is just a placeholder and does nothing

Client: latest fabric api loaded

Issue: image

Other reports in the discord also mentioned this exact error being logged:

[15:12:37] [Render thread/ERROR]: Registry remapping failed!
net.fabricmc.fabric.impl.registry.sync.RemapException: Received ID map for minecraft:command_argument_type contains IDs unknown to the receiver!
 - minecraft:test_class
 - minecraft:test_argument

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:3
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
12122234commented, Sep 6, 2022

hey please help me even that i have fabric API i cant run my mod because it says that i dont have fabric API… What do i do?

1reaction
warjortcommented, Jun 12, 2022

I assume the client is not in a development environment?

The issue is the fabric gametest mod does different things in a development environment, see for example here: https://github.com/FabricMC/fabric/blob/1.19/fabric-gametest-api-v1/src/main/java/net/fabricmc/fabric/mixin/gametest/ArgumentTypesMixin.java

You can exclude the gametest mod in the development environment like this:

  modImplementation("net.fabricmc.fabric-api:fabric-api:${project.fabric_version}") {
      exclude group: "net.fabricmc.fabric-api", module: "fabric-gametest-api-v1"
    }
Read more comments on GitHub >

github_iconTop Results From Across the Web

fabric-registry-sync cannot be skipped · Issue #2168 - GitHub
GStefanowich opened this issue on Apr 27 · 5 comments ... Fabric API for 1.19 is incompatible with dev servers using Fabric API...
Read more >
"Incompatible mod set!" problem : r/fabricmc - Reddit
I can't start debugging because of this error that occurs even tho i already have fabric-api installed on minecraft.
Read more >
Fabric API - Mods - Minecraft - CurseForge
Fabric API is the core library for the most common hooks and inter-compatibility measures utilized by mods using the Fabric toolchain.
Read more >
tutorial:setup [Fabric Wiki]
While Fabric API is not strictly necessary for developing mods, its primary goal is to provide cross-compatibility and hooks where the game ...
Read more >
Why does Fabric tell me that I have the wrong version installed?
FormattedException: Mod resolution encountered an incompatible mod set! A potential solution has been determined: - Install fabric-api, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found