GeyserMC / Geyser-Fabric

MIT License
74 stars 18 forks source link

Use nested jars #24

Open creeper123123321 opened 3 years ago

creeper123123321 commented 3 years ago

https://fabricmc.net/wiki/documentation:fabric_loader#nested_jars

Camotoy commented 3 years ago

A nested JAR must itself also be a mod

Great idea, and I assume this is what Via does. If it prevents dependency conflicts I'm all for it; it'd just require a commit to Geyser's main repository to create a barebones mod.

creeper123123321 commented 3 years ago

A nested JAR must itself also be a mod

If you use Loom, it generates mod metadata for your libraries

creeper123123321 commented 3 years ago

Example: https://github.com/astei/krypton/blob/master/build.gradle#L31