FabricMC / fabric

Essential hooks for modding with Fabric.
Apache License 2.0
2.33k stars 411 forks source link

conflicting versions #1769

Closed SpirinW closed 2 years ago

SpirinW commented 3 years ago

i tried loading the game(worked) loading any siglepayer world gets stuck on joining world. I tried to do the same thing with just vanila and it worked normally. I will add the latest log file contents: [15:06:29] [main/INFO]: Loading for game Minecraft 1.17.1 [15:06:29] [main/WARN]: Warnings were found!

warjort commented 3 years ago

There is no actual error shown in this log.

But the warnings beginning:

[15:07:21] [Render thread/WARN]: @ModifyConstant conflict. Skipping mixins.tweakeroo.json:MixinCloneCommand->@ModifyConstant::getBlockCountLimit(I)I with priority 999, already redirected by quickcarpet.mixins.json:commands.CloneCommandMixin->@ModifyConstant::fillLimit(I)I with priority 1000

suggest a mod conflict between tweakeroo and quickcarpet.