I'm trying to install an assembly with mods on the server and the client and server start with this assembly, but the client gives an error
[11:52:30] [main/WARN]: Error loading class: net/mehvahdjukaar/moonlight/api/block/WaterBlock (java.lang.ClassNotFoundException: net.mehvahdjukaar.moonlight.api.block.WaterBlock)
[11:52:07] [main/WARN]: Error loading class: net/mehvahdjukaar/moonlight/api/client/util/RenderUtil (java.lang.ClassNotFoundException: net.mehvahdjukaar.moonlight.api.client.util.RenderUtil)
Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[11:52:37] [main/WARN]: Reference map 'idas.refmap.json' for idas.mixins.json could not be read. If this is a development environment you can ignore this message
[11:52:69] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/chunk/data/ChunkRenderData$Builder (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.render.chunk.data.ChunkRenderData$Builder)
[11:52:69] [main/WARN]: @Mixin target me.jellysquid.mods.sodium.client.render.chunk.data.ChunkRenderData$Builder was not found flywheel.mixins.json:instancemanage.SodiumChunkRenderDataMixin
[11:52:29] [main/WARN]: Error loading class: net/mehvahdjukaar/moonlight/api/block/ILightable$FireSourceType (java.lang.ClassNotFoundException: net.mehvahdjukaar.moonlight.api.block.ILightable$FireSourceType)
[11:52:29] [main/WARN]: Error loading class: net/mehvahdjukaar/moonlight/api/block/WaterBlock (java.lang.ClassNotFoundException: net.mehvahdjukaar.moonlight.api.block.WaterBlock)
[11:52:29] [main/ERROR]: supplementaries.mixins.json:SelfPlanterMixin: Super class 'net.minecraft.world.level.block.Block' of SelfPlanterMixin was not found in the hierarchy of target class 'net/mehvahdjukaar/supplementaries/common/block/blocks/PlanterBlock'
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Super class 'net.minecraft.world.level.block.Block' of SelfPlanterMixin was not found in the hierarchy of target class 'net/mehvahdjukaar/supplementaries/common/block/blocks/PlanterBlock'
[11:52:82] [main/WARN]: Mod file C:\Users\DNS\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlcore\1.19.2-43.2.11\fmlcore-1.19.2-43.2.11.jar is missing mods.toml file
[11:52:82] [main/WARN]: Mod file C:\Users\DNS\AppData\Roaming\.minecraft\libraries\net\minecraftforge\javafmllanguage\1.19.2-43.2.11\javafmllanguage-1.19.2-43.2.11.jar is missing mods.toml file
[11:52:83] [main/WARN]: Mod file C:\Users\DNS\AppData\Roaming\.minecraft\libraries\net\minecraftforge\lowcodelanguage\1.19.2-43.2.11\lowcodelanguage-1.19.2-43.2.11.jar is missing mods.toml file
[11:52:83] [main/WARN]: Mod file C:\Users\DNS\AppData\Roaming\.minecraft\libraries\net\minecraftforge\mclanguage\1.19.2-43.2.11\mclanguage-1.19.2-43.2.11.jar is missing mods.toml file