Earthcomputer / multiconnect

A mod to connect to multiple Minecraft server versions
Other
463 stars 52 forks source link

fix via not launch issue #486

Closed wagyourtail closed 2 years ago

wagyourtail commented 2 years ago

fixes #485

tl;dr configuration: "namedElements" passes output to runtimeOnly (but not dependencies), while not having it only passes the dependencies but not the output. weird loom stuff

btw

The root project does not have a dependency on ViaVersion - only on Minecraft (which needs Loom).

is technically not possible as it's a hard dependency in the via-translator subproject so it is transitively in the root...