LlamaLad7 / MixinExtras

Companion library to SpongePowered Mixin with many custom injectors for a more expressive experience.
MIT License
304 stars 17 forks source link

Support for JarJar #12

Closed Ran-Mewo closed 2 years ago

Ran-Mewo commented 2 years ago

MixinExtras doesn't have a mods.toml so Forge's JarJar no work

Ran-Mewo commented 2 years ago

~~Oh wait I just realized that the project doesn't contain the fabric.mod.json and that Fabric generates the fabric.mod.json Seems like more of a JarJar issue then since it should auto generate the mods.toml too by default~~

Well I guess I am going to make a PR which auto generates the mods.toml by default

After a bit more research it seems to be a bug with Architectury Sorry for the trouble!

MaxNeedsSnacks commented 2 years ago

For people coming across this issue later down the line, this is being tracked at https://github.com/architectury/architectury-loom/issues/96