
[Bug]: Servers require client side mod installation on 1.20.5+
sternschnaube opened this issue · 14 comments
Mod loader
Fabric
Minecraft version
1.20.6
Mod version
3.1.4
Affected mods
- Elytra Trims
- Extensions
Bug description
Received unknown remote registry entries from server
Registry entry (minecraft:crafting_special_elytrapatterns) is missing from local registry (minecraft:recipe_serializer)
Registry entry (minecraft:crafting_special_elytraglow) is missing from local registry (minecraft:recipe_serializer)
Registry entry (minecraft:crafting_special_elytraanimation) is missing from local registry (minecraft:recipe_serializer)
Steps to reproduce
No response
Relevant logs
No response
Seems like your server has requireClientSide
option enabled, in which case it is an expected error.
Using the new generated config, in which this option is from the beginning disabled.
{"addGlow":true,"cleanableElytra":true,"requireClientSide":false,"addTrims":true,"addPatterns":true}
The issue is the Fabric API itself. Very weird, vanilla connects without problems. If Fabric API is present on the client, the problem occurs.