AzureDoom / AzureLib

Based off Geckolib but now just for my own needs.
MIT License
38 stars 7 forks source link

Sources for common elements do not exist in platform jars, and common elements are not remapped. #63

Closed solonovamax closed 1 month ago

solonovamax commented 1 month ago

Grouping these two issues together as they're kinda similar.

  1. The -sources jar for the platform releases (eg. -fabric, -forge, etc.) only contain the sources for that platform, and don't contain the sources for the common elements.
  2. If you add the common 'platform', then it will not be remapped by fabric-loom. This is because there is no fabric.mod.json. The fix I have seen used by other mods for this is to include a dummy fabric.mod.json which is never included in the platform jars.
AzureDoom commented 1 month ago

As per discord, this is not something not planned to be fixed, as this happens only with Yarn and should be fixed on Looms side, not by providing hacks with dummy jsons.