Architectury Plugin Save

A simple gradle plugin to enable developing multiplatform mods.

Project README

Architectury Plugin

Talk to us on Discord!

Architectury Plugin is a gradle plugin to allow easier multi-modloader set-ups using a common module.

More documentation: Architectury Wiki

Example Mod

Important Information

  • Environment and EnvType are remapped to OnlyIn and Dist on forge.

Implementing Platform Specific APIs

Notes: Only works for static methods.

IntelliJ Plugin

https://plugins.jetbrains.com/plugin/16210-architectury

How does it work

Fabric Side:

  • Module fabric depends on a transformed version of common, which is shaded afterwards
  • A fake mod is generared, to let fabric load it on the correct class loader and let fabric load its assets

Forge Side:

  • Module forge depends on a transformed version of common, which is shaded afterwards
  • A fake mod is generated, to let forge load it on the correct class loader and let forge load its assets

Usage

Your gradle version MUST be equals or above 5.5.1, all assets or data should go into the common module, with modloader specific files to their corresponding modules.

Open Source Agenda is not affiliated with "Architectury Plugin" Project. README Source: architectury/architectury-plugin
Stars
54
Open Issues
16
Last Commit
1 month ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating