Wesley1808 / ServerCore

A mod that aims to optimize the minecraft server.
75 stars 11 forks source link

servercore-forge-1.5.1+1.20.1 and mcpitanlib-2.3.2-fix.1-1.20.1-forge conflicts #107

Closed wuweidmw closed 1 month ago

wuweidmw commented 1 month ago

minecraft-exported-logs-2024-07-12T18-44-48.log

Wesley1808 commented 1 month ago

MCPitanLib is shadowing the snakeyaml library but not relocating it. This will cause a conflict with more mods than just servercore (which Jar-in-Jar's snakeyaml). This should be fixed on their end. https://github.com/Pitan76/MCPitanLib/issues/6

wuweidmw commented 1 month ago

oh,thank you