Botania

Botania

133M Downloads

Manifest doesn't provide AT to dependant mods

yrsegal opened this issue · 5 comments

commented

https://github.com/yrsegal/NaturalPledge/tree/1.12

When I setup using Botania (as of latest maven build), despite using dep ATs, the botania_at.cfg isn't copied into my build/depAts folder, causing all builds and runs to fail with a security exception.

This can be solved by copying botania_at.cfg into the build/depAts manually, so it's not a problem with the AT, but in how it's set up in the manifest.

commented

so what am I supposed to do to fix this :thonk: idk how the manifests work

commented

i don't either maybe don't have it in a META-INF folder in src/main/resources? i'm spitballing though

commented

🤔
image

commented

idk gradle someone just fix it pls 😢

commented

Seems like there are two Botania jars deployed on Maven - one of them is the universal jar, which is the proper one that has the AT defined in the manifest, and the other one has no classifier and no FMLAT in manifest (and also has all the files it is supposed to exclude?). Sadly idk gradle either that well and I have no idea which step does this, I couldn't get it to create the universal jar or the incorrect one with no classifier even once.