piesio1 That's a log indeed. 😄
You have mods installed that log Owo and Meow on startup.
You have Wurst and other mods in your resource packs folder, as well as at least one actual resource pack that Minecraft is failing to parse.
Ah, there we go:
[09:50:43] [Render thread/ERROR]: Mixin apply for mod wurst failed wurst.mixins.json:xray.sodium.BlockRendererMixin from mod wurst -> net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderer: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException @At("INVOKE") on net/caffeinemc/mods/sodium/client/render/chunk/compile/pipeline/BlockRenderer::onProcessQuadRenderType with priority 1000 cannot inject into net/caffeinemc/mods/sodium/client/render/chunk/compile/pipeline/BlockRenderer::processQuad(Lnet/caffeinemc/mods/sodium/client/render/model/MutableQuadViewImpl;)V merged by betterblockentities.mixin.sodium.pipeline.BlockRendererMixin with priority 1000 [INJECT_PREPARE_LEGACY Applicator Phase -> wurst.mixins.json:xray.sodium.BlockRendererMixin from mod wurst -> Prepare Legacy Injections -> modifyExpressionValue$ean000$wurst$onProcessQuadRenderType(Lnet/minecraft/client/renderer/chunk/ChunkSectionLayer;)Lnet/minecraft/client/renderer/chunk/ChunkSectionLayer; -> Prepare -> -> { target: processQuad(Lnet/caffeinemc/mods/sodium/client/render/model/MutableQuadViewImpl;)V }]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/caffeinemc/mods/sodium/client/render/chunk/compile/pipeline/BlockRenderer::onProcessQuadRenderType with priority 1000 cannot inject into net/caffeinemc/mods/sodium/client/render/chunk/compile/pipeline/BlockRenderer::processQuad(Lnet/caffeinemc/mods/sodium/client/render/model/MutableQuadViewImpl;)V merged by betterblockentities.mixin.sodium.pipeline.BlockRendererMixin with priority 1000 [INJECT_PREPARE_LEGACY Applicator Phase -> wurst.mixins.json:xray.sodium.BlockRendererMixin from mod wurst -> Prepare Legacy Injections -> modifyExpressionValue$ean000$wurst$onProcessQuadRenderType(Lnet/minecraft/client/renderer/chunk/ChunkSectionLayer;)Lnet/minecraft/client/renderer/chunk/ChunkSectionLayer; -> Prepare -> -> { target: processQuad(Lnet/caffeinemc/mods/sodium/client/render/model/MutableQuadViewImpl;)V }]
It's a conflict between Wurst and Sodium. Which is odd because my tests are passing with the exact same Wurst and Sodium versions.
Let me look into how that happened and get back to you...