architectury-plugin icon indicating copy to clipboard operation
architectury-plugin copied to clipboard

A simple gradle plugin to enable developing multiplatform mods.

Results 22 architectury-plugin issues
Sort by recently updated
recently updated
newest added

Exact same build environment as in #45. When trying to run Fabric 1.16.5 with an access widener placed in `common/src/main/resources` and properly referenced in `fabric/src/main/resources/fabric.mod.json`, I get the following crash:...

I am currently trying to migrate a 1.16.5 mod to Architectury and for debugging, it would be very nice to be able to use the generated Architectury run configurations in...

Basic usage example: ```gradle architectury { // Sets up dev dependencies and production jar bundling as a one-liner. fromCommon ':common' } ``` More complicated usage example from Arch API: https://github.com/Juuxel/architectury-api/commit/39de89cf0d5941fd66f728ff52be479e06817a19...

When I try to build my JAR file for Fabric, I get this error: ``` Mixin apply for mod kambrik failed kambrik.mixins.json:StructurePoolAccessor from mod kambrik -> net.minecraft.class_3785: org.spongepowered.asm.mixin.gen.throwables.InvalidAccessorException No candidates...

In loom 1.5 disabling Legacy AP became much larger, however arch plugin doesn't support this as it looks for refmap

I would like to see support for the creation of neoforged and quilt added in intellj.

Hi! In my project (https://github.com/ejektaflex/Bountiful), my Fabric refmap is not named correctly when I build the mods, and as such, the mod does not load in the final built jar....

Idea formatted automatically, that's why the diff is much larger than it actually is. I can try rolling that back if it's an issue related: https://github.com/FabricMC/fabric-loom/pull/971

1. make an empty mixin config 2. mixin will not generate a refmap 3. plugin will still add the refmap field to the mixin config This doesn't cause a crash...

It seems to cause [dependency resolution issues (Fabricord)](https://discord.com/channels/507304429255393322/566418023372816394/1168657985476767865) and they're also not good at all for reproducible builds. https://github.com/architectury/architectury-plugin/blob/0a37a6b6ed26600d0eea26d45281e50eb29233a2/src/main/kotlin/dev/architectury/plugin/ArchitecturyPluginExtension.kt#L432 https://github.com/architectury/architectury-plugin/blob/0a37a6b6ed26600d0eea26d45281e50eb29233a2/src/main/kotlin/dev/architectury/plugin/ModLoader.kt#L96