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...
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 stuffbtw
is technically not possible as it's a hard dependency in the via-translator subproject so it is transitively in the root...