[Bug]: Chipped requires CTM on server-side
pavog opened this issue ยท 1 comments
Bug Description
Hi, I installed chipped-fabric-1.19.2-2.1.2.jar on a fresh new Fabric 1.19.2 (0.14.17) server.
I also installed [Fabric] Resourceful lib 1.1.23 and [1.19.2] Fabric API 0.75.1+1.19.2.
Now when I want to start the server, I get the error message telling me to install CTM (ConnectedTexturesMod) or its fabric equivalent (CTM refabricated).
I wonder why I need to install the client-only mod CTM on my server?
Error message
[main/ERROR]: Incompatible mod set!
net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
- Install ctm, any version.
Unmet dependency listing:
- Mod 'Chipped' (chipped) 2.1.2 requires any version of ctm, which is missing!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51) ~[fabric-loader-0.14.17.jar:?]
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:192) ~[fabric-loader-0.14.17.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:14[8](https://aternos.org/log/#L8)) ~[fabric-loader-0.14.17.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) [fabric-loader-0.14.17.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) [fabric-loader-0.14.17.jar:?]
at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:6[9](https://aternos.org/log/#L9)) [fabric-loader-0.[14](https://aternos.org/log/#L14).[17](https://aternos.org/log/#L17).jar:?]
Full server log: https://mclo.gs/bQ8Vmhi
How to Reproduce?
- Install a new Fabric server using Fabric 1.19.2 (0.14.17)
- Install chipped-fabric-1.19.2-2.1.2.jar
- Installed [Fabric] Resourceful lib 1.1.23
- Install [1.19.2] Fabric API 0.75.1+1.19.2
- Start the server
Expected Behavior
Should run without any problems and not crash the server
Version
fabric 1.19.2 2.1.2
Mod Loader Version
0.14.17
Mod Loader
Fabric
Logs or additional context
duplicate of #172