isXander / YetAnotherConfigLib

YetAnotherConfigLib (yacl) is just that. A builder-based configuration library for Minecraft.
GNU Lesser General Public License v3.0
96 stars 37 forks source link

Common jars being remapped when they should'nt be #138

Open ApexModder opened 8 months ago

ApexModder commented 8 months ago

Published "common" jars for this library are remapped, while architectury remaps these jars correctly for arch-common projects, projects making use of fabric-loom/vanilla-gradle break as the jar is not remapped correctly.

This can be fixed by not shipping remapped jars for "common", remapping is only really required when being run in production, as "common" is a dev-time only jar it is safe to never remap the jar.

Error example ![image](https://github.com/isXander/YetAnotherConfigLib/assets/29412632/a0050cf5-0147-4ba9-917e-c192503317fb)