Fabric API for 1.19 is incompatible with dev servers using Fabric API started by fabric-loom
See original GitHub issueThe 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:
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:
- Created a year ago
- Reactions:3
- Comments:9 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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?
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: